Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Calling a standard from custom form error 'Function not available form this responsibility.Please contact...etc'

Lavanya ManneFeb 22 2024

I have a requirement to call a standard ‘Run Reports’ form from a custom form.When button clicked(WHEN-BUTTON-PRESSED') from form the submit request window should open with pre populated custom concurrent program created (XXGLREVALPRC)

Steps followed.

  1. Created a form function XXTEST FROM application developer

      Function : XXTEST , Type : Form , Application: Application Object Library,  parameters : CONCURRENT\_PROGRAM\_NAME="XXGLREVALPRC" PROGRAM\_APPL\_SHORT\_NAME="XXGL" SUBMIT\_ONCE="Y"
    

2. used below code in WHEN-BUTTON-PRESSED TRIGGER

    fnd\_function.execute('XXTEST', 'Y', 'Y', 'CHAR1="'||:XXGLOPTIONS.name||'"');

error : When i click the button it says ‘Function not availble from this responsibility.Please change responsibility or contact system administrator’.

Please suggest.

Comments
Post Details
Added on Feb 22 2024
1 comment
258 views