Skip to Main Content

APEX

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!

APPS initialization is not working in APEX(under VPD)

miniMar 31 2013 — edited Apr 14 2013
Hi guys,

Im trying to extend the EBS session to the APEX, by doing some apps_initialization stuff under VPD of the security attributes like below
IF :FND_GLOBAL_USER_ID IS NOT NULL THEN
FND_GLOBAL.apps_initialize(
:FND_GLOBAL_USER_ID,
:FND_GLOBAL_RESP_ID,
:FND_GLOBAL_RESP_APPL_ID);
END IF;
But this is not working. Any help is appreciated.

Brgds,
Mini
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 12 2013
Added on Mar 31 2013
20 comments
3,127 views