Technology Stack - EBS (MOSC)

MOSC Banner

Initialize apps from trigger

edited Mar 9, 2018 11:41PM in Technology Stack - EBS (MOSC) 4 commentsAnswered

Hi All,

Ebs ver: 12.2.5

DB Ver: 12.1.0.2.0

I have a requirement to submit one concurent program from a trigger. For that I need to initialize the apps first before submitting the program. Please help me with any syntax to achieve this. I tried with following but it is not working. The concurrent prora is not submitting with the below methods.

1st method:

fnd_global.apps_initialize (user_id => x_user_id

                                          , resp_id => x_resp_id

                                          , resp_appl_id => x_resp_appl_id);

Then call the fnd_request.submit_request to submit the program.

2nd Method:

x_return_code := fnd_request.set_mode (TRUE);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center