DBA Data[Home] [Help]

APPS.HRI_OPL_CMNTS dependencies on FND_GLOBAL

Line 150: l_user_id := fnd_global.user_id;

146: dbg('Inside process_range');
147: dbg('range ='||p_start_object_id||' - '||p_end_object_id);
148: --
149: l_current_time := SYSDATE;
150: l_user_id := fnd_global.user_id;
151: --
152: INSERT INTO HRI_MB_CMNTS_CT (
153: HRI_MB_CMNTS_CT_ID
154: ,EFFECTIVE_START_DATE

Line 406: IF fnd_global.conc_request_id is null THEN

402: p_table_owner => l_schema);
403: --
404: -- Collect the statistics only when the process is NOT invoked by a concurrent manager
405: --
406: IF fnd_global.conc_request_id is null THEN
407: --
408: dbg('Full Refresh selected - gathering stats');
409: fnd_stats.gather_table_stats(l_schema,'HRI_MB_CMNTS_CT');
410: --