DBA Data[Home] [Help]

APPS.HRI_OPL_ACTLS dependencies on FND_GLOBAL

Line 154: l_user_id := fnd_global.user_id;

150: dbg('Inside process_range');
151: dbg('range ='||p_start_object_id||' - '||p_end_object_id);
152: --
153: l_current_time := SYSDATE;
154: l_user_id := fnd_global.user_id;
155:
156: IF (g_full_refresh = 'Y') THEN
157: --
158: SELECT assignment_action_id

Line 435: IF fnd_global.conc_request_id is null THEN

431: p_table_owner => l_schema);
432: --
433: -- Collect the statistics only when the process is NOT invoked by a concurrent manager
434: --
435: IF fnd_global.conc_request_id is null THEN
436: --
437: dbg('Full Refresh selected - gathering stats');
438: fnd_stats.gather_table_stats(l_schema,'HRI_MB_ACTLS_CT');
439: --