DBA Data[Home] [Help]

APPS.HRI_OPL_WRKFC_TRNSFR_EVENTS dependencies on FND_GLOBAL

Line 137: l_user_id := fnd_global.user_id;

133:
134: -- Insert manager hierarchy transfers
135: IF (g_mgrh_row_count > 0) THEN
136:
137: l_user_id := fnd_global.user_id;
138: l_current_time := SYSDATE;
139:
140: -- Insert rows all at once
141: -- Exception may occur if unique index is violated - it is possible

Line 237: l_user_id := fnd_global.user_id;

233:
234: -- Insert organization hierarchy transfers
235: IF (g_orgh_row_count > 0) THEN
236:
237: l_user_id := fnd_global.user_id;
238: l_current_time := SYSDATE;
239:
240: FORALL i IN 1..g_orgh_row_count
241: INSERT INTO hri_mdp_orgh_transfers_ct