Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8485683
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T20:43:00+00:00 2026-06-10T20:43:00+00:00

I am not an experienced APEX developer, hence this problem: I have a report

  • 0

I am not an experienced APEX developer, hence this problem: I have a report with a few columns, the first one displays a checkbox whose value is the column ID for the row record, and I need to run a pl/sql function for each row checked but I have had no luck…

The relevant columns’ SQL looks something like this (trimmed for the sake of simplicity):

SELECT
  apex_item.checkbox(1, p.ticket_id,'UNCHECKED') "Add",
  p.ticket_id,
  UPPER(SUBSTR(p.status_code, 1, 3)) status,
  p.last_update
FROM problems p
... etc.

The first column is set to render as a “Simple Checkbox” and its got #TICKET_ID# for its List Of Value parameters. I have a submit button set to just submit the page, and I have created a process that runs “On submit – after computations and validations” whose executed code is the following PL/SQL:

BEGIN
  FOR i in 1..APEX_APPLICATION.G_F01.COUNT LOOP
    BEGIN
      IF APEX_APPLICATION.G_F01(i) IS NOT NULL THEN
      run-some-procedure-function(
        parameter_one => APEX_APPLICATION.G_F01(i),
        parameter_two => :SOME_VALUES_ID,
        parameter_three => :F_AU_ID
      );
      END IF;
      EXCEPTION WHEN DUP_VAL_ON_INDEX THEN NULL;
    END;
  END LOOP;
END;

When I run this App, mark some checkboxes, and hit the submit button I end up with an error message and a weird URL ending:

APEX Error on submit with checkbox values

Any ideas and/or suggestions are welcome, even a different approach to my problem (I just need to stick to checkboxes because I need that) is accepted.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T20:43:02+00:00Added an answer on June 10, 2026 at 8:43 pm

    A few tips to track down the cause:

    1. Check the branch after you hit the Submit button. Do you branch to the same page or a different page?
    2. If the branch is okay, then as part of testing comment run-some-procedure-function in the process and see, just to make sure the function is not the cause of the error.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm a long time developer but not very experienced with DNS. Here's my problem:
First, I'm not experienced with PHP whatsoever. I have 2 arrays - minimumpressure and
I am not experienced in this field. I have a database that contains a
I am not an experienced iPhone user, so I have a question regarding to
I'm not very experienced with JavaScript, but this code was similar to what I
I'm not super experienced in writing grammars, but let's say I have a record
I'm not experienced with sitemaps - only just started looking into them. I have
my problem is this: I have scheduled some UILocalNotifications on an iOS app, the
I am not experienced outside of HTML and CSS. I have a site on
First, I am not experienced in scripting, so be gentle with me Anyway, I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.