125: --
126: dbg('Inside insert_headcount_budgets');
127: --
128: l_current_time := SYSDATE;
129: l_user_id := fnd_global.user_id;
130: --
131: --
132: INSERT INTO HRI_MB_BDGTS_CT (
133: HRI_MB_BDGTS_CT_ID
240: --
241: dbg('Inside insert_laborcost_budgets');
242: --
243: l_current_time := SYSDATE;
244: l_user_id := fnd_global.user_id;
245: --
246: --
247: INSERT INTO HRI_MB_BDGTS_CT (
248: HRI_MB_BDGTS_CT_ID
410: --
411: dbg('Inside process');
412: --
413: l_current_time := SYSDATE;
414: l_user_id := fnd_global.user_id;
415: --
416: --
417: FOR csr_budget_rec IN csr_budgets LOOP
418: --
608: p_table_owner => l_schema);
609: --
610: -- Collect the statistics only when the process is NOT invoked by a concurrent manager
611: --
612: IF fnd_global.conc_request_id is null THEN
613: --
614: dbg('Full Refresh selected - gathering stats');
615: fnd_stats.gather_table_stats(l_schema,'HRI_MB_BDGTS_CT');
616: --