DBA Data[Home] [Help]

APPS.HRI_OPL_SUPH_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_CS_SUPH_ORGMGR_CT (
113: sup_business_group_id
114: ,sup_person_id

Line 272: IF fnd_global.conc_request_id is null THEN

268: p_table_owner => l_schema);
269: --
270: -- Collect the statistics only when the process is NOT invoked by a concurrent manager
271: --
272: IF fnd_global.conc_request_id is null THEN
273: --
274: dbg('Full Refresh selected - gathering stats');
275: fnd_stats.gather_table_stats(l_schema,'HRI_CS_SUPH_ORGMGR_CT');
276: --