EBS Customizations (MOSC)

MOSC Banner

fnd_global.apps_initialize not working

edited Apr 23, 2018 5:05AM in EBS Customizations (MOSC) 5 commentsAnswered

Below code has been used in the concurrent program(stored procedure). However after this call the concurrent program process not going further and it stops there only. Why this happen? The values of user id, resp id, app id are getting printed before however not printed after in the log file. why?

below CODE (from stored procedure)

---------------------------------------

    debug('fnd_global.user_id       : ' ||fnd_global.user_id);

    debug('fnd_global.resp_id       : ' ||fnd_global.resp_id);

    debug('fnd_global.resp_appl_id  : ' ||fnd_global.resp_appl_id);

   

     fnd_global.apps_initialize(fnd_global.user_id

                             , fnd_global.resp_id

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