DBA Data[Home] [Help]

APPS.HRI_OPL_BDGTS_LBRCST_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_LBRCST_ORGMGR_CT (
113: orgmgr_id
114: ,effective_start_date

Line 257: IF fnd_global.conc_request_id is null THEN

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