DBA Data[Home] [Help]

APPS.HRI_OPL_CMNTS_ACTLS 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_MD_CMNTS_ACTLS_CT (
113: EFFECTIVE_START_DATE
114: ,EFFECTIVE_END_DATE

Line 274: IF fnd_global.conc_request_id is null THEN

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