DBA Data[Home] [Help]

APPS.HRI_OPL_WRKFC_ORGMGR dependencies on FND_GLOBAL

Line 142: l_user_id := fnd_global.user_id;

138: --
139: dbg('Inside process_headcount_actuals');
140: --
141: l_current_time := SYSDATE;
142: l_user_id := fnd_global.user_id;
143: --
144: INSERT INTO HRI_MAP_WRKFC_ORGMGR_CT (
145: --
146: -- Organization Manager Id

Line 538: IF fnd_global.conc_request_id is null THEN

534: p_table_owner => l_schema);
535: --
536: -- Collect the statistics only when the process is NOT invoked by a concurrent manager
537: --
538: IF fnd_global.conc_request_id is null THEN
539: --
540: dbg('Full Refresh selected - gathering stats');
541: fnd_stats.gather_table_stats(l_schema,'HRI_MAP_WRKFC_ORGMGR_CT');
542: --