How can I retrieve EBS login user_id from a custom jsp page that just shows the user_id of the curre
Hi all,
I have a custom page that gets the user_id and shows it on the page. After login to EBS, I click my custom resp
and the menu that I registerd in EBS to show up my custom jsp. This custom jsp file basically just calls
a PL/SQL NUSC_TEST_LOGIN_PKG.MAIN and within this pkg, it has p_userid := TO_CHAR( FND_GLOBAL.user_id() );
but always in this jsp, it shows user_id is -1.
----Snip of jsp -----
// TEST Start
try{
DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
lConn = DriverManager.getConnection("jdbc:oracle:thin:
I have a custom page that gets the user_id and shows it on the page. After login to EBS, I click my custom resp
and the menu that I registerd in EBS to show up my custom jsp. This custom jsp file basically just calls
a PL/SQL NUSC_TEST_LOGIN_PKG.MAIN and within this pkg, it has p_userid := TO_CHAR( FND_GLOBAL.user_id() );
but always in this jsp, it shows user_id is -1.
----Snip of jsp -----
// TEST Start
try{
DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
lConn = DriverManager.getConnection("jdbc:oracle:thin:
0