DBA Data[Home] [Help]

APPS.HRI_OPL_PER_PERSON dependencies on HRI_BPL_CONC_LOG

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

223: -- CONSTANTS
224: -- =========
225: --
226: -- @@ Code specific to this view/table below
227: -- @@ in the call to hri_bpl_conc_log.get_last_collect_to_date
228: -- @@ change param1/2 to be the concurrent program short name,
229: -- @@ and the target table name respectively.
230: --
231: g_target_table VARCHAR2(30) DEFAULT 'hri_cs_per_person_ct';

Line 1119: hri_bpl_conc_log.get_last_collect_to_date(

1115: THEN
1116: -- log('Input dates NULL.');
1117: --
1118: g_start_date := fnd_date.displaydt_to_date(
1119: hri_bpl_conc_log.get_last_collect_to_date(
1120: g_cncrnt_prgrm_shrtnm
1121: ,g_target_table));
1122: --
1123: g_end_date := SYSDATE;

Line 1270: hri_bpl_conc_log.record_process_start(g_cncrnt_prgrm_shrtnm);

1266: -- Update information about collection
1267: --
1268: -- log('Record process start.');
1269: /* double check correct val passed in below */
1270: hri_bpl_conc_log.record_process_start(g_cncrnt_prgrm_shrtnm);
1271: --
1272: -- Time at start
1273: --
1274: -- log('collect.');

Line 1299: hri_bpl_conc_log.log_process_end(

1295: output('Gathered stats: ' ||
1296: to_char(sysdate,'HH24:MI:SS'));
1297: --
1298: -- log('log end.');
1299: hri_bpl_conc_log.log_process_end(
1300: p_status => TRUE,
1301: p_period_from => TRUNC(g_start_date),
1302: p_period_to => TRUNC(g_end_date),
1303: p_attribute1 => p_full_refresh,