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