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!

Passing EBS variables to APEX in different domain

Senthamil M6 days ago

Hi @haisa-m, @inol , @sylvain-martel , @jayson-hanes-apex-pm-oracle , @abha-g

I am facing same issue as - In dev environment I can able pass ebs variables to APEX because it lies on same domain/web server. In production and Test APEX and EBS on different domain and we are using HTTP - we are unable pass ebs variables to APEX… because cookie can't be passed to cross domains - Is there any way we can pass without using icx session cookie in prod and test environments via URL or any other options to do so…

REALLY APPERCIATE YOUR HELP THANKS!!

I tried below URL - it works for APP_id, APP_RESP_ID and SEC_ID – not for USER_ID and ORG_ID - -

WORKING:

GWY.jsp?targetAppType=APEX&p=100:1:::::EBS_RESP_ID,EBS_RESP_APPL_ID,EBS_SEC_GROUP_ID:[RESPONSIBILITY_ID],[RESP_APPL_ID],[SECURITY_GROUP_ID]

NOT WORKING

GWY.jsp?targetAppType=APEX&p=100:1:::::EBS_RESP_ID,EBS_RESP_APPL_ID,EBS_SEC_GROUP_ID,EBS_USER_ID:[RESPONSIBILITY_ID],[RESP_APPL_ID],[SECURITY_GROUP_ID],[USER_ID]

Comments
Post Details
Added 6 days ago
2 comments
93 views