Oracle application login trigger
Hi All ,
we are working on r12.2.10 application and we have a requirement once user login into oracle application we need to execute one procedure to load the user specific data into one table . we tried by creating trigger on ICX_SESSIONS table but trigger is not firing and in one of the oracle note also they mentioned triggers will not work on user login tables .
Can any body please suggest us how we can achieve this .