DBA Data[Home] [Help]

APPS.HRI_OPL_CMNTS_ACTLS_ORGMGR dependencies on FND_GLOBAL

Line 149: l_user_id := fnd_global.user_id;

145: --
146: dbg('Inside process');
147: --
148: l_current_time := SYSDATE;
149: l_user_id := fnd_global.user_id;
150: --
151: INSERT INTO HRI_MDP_CMNTS_ACTLS_ORGMGR_CT (
152: orgmgr_id
153: ,effective_start_date

Line 483: IF fnd_global.conc_request_id is null THEN

479: p_table_owner => l_schema);
480: --
481: -- Collect the statistics only when the process is NOT invoked by a concurrent manager
482: --
483: IF fnd_global.conc_request_id is null THEN
484: --
485: dbg('Full Refresh selected - gathering stats');
486: fnd_stats.gather_table_stats(l_schema,'HRI_MDP_CMNTS_ACTLS_ORGMGR_CT');
487: --