DBA Data[Home] [Help]

APPS.HRI_OPL_PER_ORGCC 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_CS_PER_ORGCC_CT';

Line 533: hri_bpl_conc_log.get_last_collect_to_date(

529: THEN
530: -- log('Input dates NULL.');
531: --
532: g_start_date := fnd_date.displaydt_to_date(
533: hri_bpl_conc_log.get_last_collect_to_date(
534: g_cncrnt_prgrm_shrtnm
535: ,g_target_table));
536: --
537: g_end_date := SYSDATE;

Line 682: hri_bpl_conc_log.record_process_start(g_cncrnt_prgrm_shrtnm);

678: -- Update information about collection
679: --
680: -- log('Record process start.');
681: /* double check correct val passed in below */
682: hri_bpl_conc_log.record_process_start(g_cncrnt_prgrm_shrtnm);
683: --
684: -- Time at start
685: --
686: -- log('collect.');

Line 711: hri_bpl_conc_log.log_process_end(

707: output('Gathered stats: ' ||
708: to_char(sysdate,'HH24:MI:SS'));
709: --
710: -- log('log end.');
711: hri_bpl_conc_log.log_process_end(
712: p_status => TRUE,
713: p_period_from => TRUNC(g_start_date),
714: p_period_to => TRUNC(g_end_date),
715: p_attribute1 => p_full_refresh,