DBA Data[Home] [Help]

APPS.HRI_OPL_BDGTS_HDCNT_ORGMGR dependencies on FND_GLOBAL

Line 110: l_user_id := fnd_global.user_id;

106: --
107: dbg('Inside process');
108: --
109: l_current_time := SYSDATE;
110: l_user_id := fnd_global.user_id;
111: --
112: INSERT INTO HRI_MDP_BDGTS_HDCNT_ORGMGR_CT (
113: orgmgr_id
114: ,budget_id

Line 253: IF fnd_global.conc_request_id is null THEN

249: p_table_owner => l_schema);
250: --
251: -- Collect the statistics only when the process is NOT invoked by a concurrent manager
252: --
253: IF fnd_global.conc_request_id is null THEN
254: --
255: dbg('Full Refresh selected - gathering stats');
256: fnd_stats.gather_table_stats(l_schema,'HRI_MDP_BDGTS_HDCNT_ORGMGR_CT');
257: --