Technology Stack - EBS (MOSC)

MOSC Banner

Apps initialization in Custom Forms.

edited Aug 20, 2021 11:20AM in Technology Stack - EBS (MOSC) 3 commentsAnswered
  I have a custom application that uses FNDRSRUN form from 11i. This custom form is being used to launch concurrent programs from outside e-business Suite R12.0.6.

However, I have noticed that profile options are not being initialized properly. When I try to get the value fnd_profile.value('RESP_APPL_ID'). It is returning -1.

I have the apps initialization code in preform trigger after the app_standard.event as follows:

- mo_global.init (application short name)

- mo_global.set_policy_context ('S',org_id_value)

- apps.fnd_global.apps_initialize (userid,respid,respappid)

I perform the signon process in on-logon trigger using FND LOGON FNDNAM.... with apps user and password. I am getting connected to database using apps user. So database signon is fine.

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