DBA Data[Home] [Help]

APPS.HRI_OPL_BEN_DIM_REFRESH dependencies on HRI_BPL_CONC_LOG

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

19: -- CONSTANTS
20: -- =========
21: --
22: -- @@ Code specific to this view/table below
23: -- @@ in the call to hri_bpl_conc_log.get_last_collect_to_date
24: -- @@ change param1/2 to be the concurrent program short name,
25: -- @@ and the target table name respectively.
26: --
27: g_cncrnt_prgrm_shrtnm VARCHAR2(30) DEFAULT 'HRI_CS_COMP_OBJ_ENRT_PERD';

Line 42: HRI_BPL_CONC_LOG.dbg(p_text);

38: -- -----------------------------------------------------------------------------
39: PROCEDURE dbg(p_text VARCHAR2) IS
40: BEGIN
41: --
42: HRI_BPL_CONC_LOG.dbg(p_text);
43: -- DBMS_OUTPUT.PUT_LINE(p_text);
44: --
45: END dbg;
46: --

Line 1144: hri_bpl_conc_log.record_process_start(g_cncrnt_prgrm_shrtnm);

1140: --
1141: -- Update information about collection
1142: --
1143: -- log('Record process start.');
1144: hri_bpl_conc_log.record_process_start(g_cncrnt_prgrm_shrtnm);
1145: --
1146: -- Time at start
1147: --
1148: -- log('collect.');

Line 1174: -- Call to HRI_BPL_CONC_LOG.LOG_PROCESS_END inserts record into BIS_REFRESH_LOG

1170: -- Write timing information to log
1171: --
1172: -- output('Gathered stats: ' || to_char(sysdate,'HH24:MI:SS'));
1173: --
1174: -- Call to HRI_BPL_CONC_LOG.LOG_PROCESS_END inserts record into BIS_REFRESH_LOG
1175: -- corresponding to concurrent request with start and end times
1176: --
1177: hri_bpl_conc_log.log_process_end(
1178: p_status => TRUE,

Line 1177: hri_bpl_conc_log.log_process_end(

1173: --
1174: -- Call to HRI_BPL_CONC_LOG.LOG_PROCESS_END inserts record into BIS_REFRESH_LOG
1175: -- corresponding to concurrent request with start and end times
1176: --
1177: hri_bpl_conc_log.log_process_end(
1178: p_status => TRUE,
1179: p_period_from => TRUNC(to_date('01-01-0001', 'DD-MM-YYYY')),
1180: p_period_to => TRUNC(sysdate),
1181: p_attribute1 => p_full_refresh);