DBA Data[Home] [Help]

APPS.HRI_OPL_SUPH_HST dependencies on FND_GLOBAL

Line 398: l_user_id := fnd_global.user_id;

394:
395: BEGIN
396:
397: -- Initialize variables
398: l_user_id := fnd_global.user_id;
399: g_current_time := sysdate;
400:
401: -- Loop through rows one at a time
402: FOR i IN 1..g_suph_row_count LOOP

Line 581: l_user_id := fnd_global.user_id;

577:
578: BEGIN
579:
580: -- Initialize variables
581: l_user_id := fnd_global.user_id;
582: g_current_time := sysdate;
583:
584: IF (g_suph_row_count > 0) THEN
585:

Line 796: l_user_id := fnd_global.user_id;

792:
793: BEGIN
794:
795: -- Initialize variables
796: l_user_id := fnd_global.user_id;
797: g_current_time := sysdate;
798:
799: -- Add row
800: g_chn_row_count := g_chn_row_count + 1;