DBA Data[Home] [Help]

APPS.HRI_OPL_SUP_STATUS_HST dependencies on FND_GLOBAL

Line 167: l_user_id := fnd_global.user_id;

163: --
164: -- Initialize variables
165: --
166: l_end_of_time := hr_general.end_of_time;
167: l_user_id := fnd_global.user_id;
168: l_current_time := SYSDATE;
169: --
170: -- This sql statement creates the supervisor status history records, which tells
171: -- whether a person is a supervisor on a particular date or not

Line 406: l_user_id := fnd_global.user_id;

402: -- Initialize variables
403: --
404: l_end_of_time := hr_general.end_of_time;
405: l_start_date := hri_bpl_parameter.get_bis_global_start_date;
406: l_user_id := fnd_global.user_id;
407: l_current_time := SYSDATE;
408: --
409: INSERT /*+ APPEND */
410: INTO hri_cl_wkr_sup_status_ct

Line 643: l_user_id := fnd_global.user_id;

639: --
640: -- Initialize variables
641: --
642: l_end_of_time := hr_general.end_of_time;
643: l_user_id := fnd_global.user_id;
644: l_current_time := SYSDATE;
645: --
646: -- This sql statement creates the supervisor status history records, which tells
647: -- whether a person is a supervisor on a particular date or not

Line 853: l_user_id := fnd_global.user_id;

849: -- Initialize variables
850: --
851: l_end_of_time := hr_general.end_of_time;
852: l_start_date := hri_bpl_parameter.get_bis_global_start_date;
853: l_user_id := fnd_global.user_id;
854: l_current_time := SYSDATE;
855: --
856: INSERT /*+ APPEND */
857: INTO hri_cl_wkr_sup_status_asg_ct