DBA Data[Home] [Help]

APPS.HRI_OPL_CMPTNC_RQRMNT dependencies on HRI_BPL_CONC_LOG

Line 80: -- @@ in the call to hri_bpl_conc_log.get_last_collect_to_date

76: -- CONSTANTS
77: -- =========
78: --
79: -- @@ Code specific to this view/table below
80: -- @@ in the call to hri_bpl_conc_log.get_last_collect_to_date
81: -- @@ change param1/2 to be the concurrent program short name,
82: -- @@ and the target table name respectively.
83: --
84: g_target_table VARCHAR2(30) DEFAULT 'HRI_MB_CMPTNC_RQRMNT_CT';

Line 548: hri_bpl_conc_log.record_process_start(g_cncrnt_prgrm_shrtnm);

544: -- Update information about collection
545: --
546: -- log('Record process start.');
547: /* double check correct val passed in below */
548: hri_bpl_conc_log.record_process_start(g_cncrnt_prgrm_shrtnm);
549: --
550: -- Time at start
551: --
552: -- log('collect.');

Line 577: hri_bpl_conc_log.log_process_end(

573: output('Gathered stats: ' ||
574: to_char(sysdate,'HH24:MI:SS'));
575: --
576: -- log('log end.');
577: hri_bpl_conc_log.log_process_end(
578: p_status => TRUE,
579: p_period_from => TRUNC(g_start_date),
580: p_period_to => TRUNC(g_end_date),
581: p_attribute1 => p_full_refresh,