DBA Data[Home] [Help]

APPS.HRI_OPL_GEO_LOCHR dependencies on FND_GLOBAL

Line 1024: g_user_id := fnd_global.user_id;

1020: --
1021: dbg('Commencing -> Collect');
1022: --
1023: dbg('Setup Globals');
1024: g_user_id := fnd_global.user_id;
1025: dbg(' USER_ID : '|| to_char(g_user_id));
1026: g_current_time := SYSDATE;
1027: dbg(' Collection Date and Time : '||to_char(g_current_time));
1028: --