DBA Data[Home] [Help]

APPS.HRI_OPL_CMPTNC_LVL dependencies on HRI_BPL_CONC_LOG

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

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

Line 541: hri_bpl_conc_log.record_process_start(g_cncrnt_prgrm_shrtnm);

537: -- Update information about collection
538: --
539: -- log('Record process start.');
540: /* double check correct val passed in below */
541: hri_bpl_conc_log.record_process_start(g_cncrnt_prgrm_shrtnm);
542: --
543: -- Time at start
544: --
545: -- log('collect.');

Line 570: hri_bpl_conc_log.log_process_end(

566: output('Gathered stats: ' ||
567: to_char(sysdate,'HH24:MI:SS'));
568: --
569: -- log('log end.');
570: hri_bpl_conc_log.log_process_end(
571: p_status => TRUE,
572: p_period_from => TRUNC(g_start_date),
573: p_period_to => TRUNC(g_end_date),
574: p_attribute1 => p_full_refresh,