DBA Data[Home] [Help]

APPS.HRI_OPL_SUP_WRKFC dependencies on HRI_BPL_CONC_LOG

Line 150: hri_bpl_conc_log.dbg('Full refresh: ' || g_full_refresh);

146: g_debug_flag := g_mthd_action_array.debug_flag;
147: g_redo_reduction := NVL(fnd_profile.value('HRI_ENBL_REDO_REDUCTION'),'N');
148: g_worker_id := hri_opl_multi_thread.get_worker_id;
149: --
150: hri_bpl_conc_log.dbg('Full refresh: ' || g_full_refresh);
151: hri_bpl_conc_log.dbg('Collect from: ' || to_char(g_refresh_start_date));
152: --
153: END IF;
154: --

Line 151: hri_bpl_conc_log.dbg('Collect from: ' || to_char(g_refresh_start_date));

147: g_redo_reduction := NVL(fnd_profile.value('HRI_ENBL_REDO_REDUCTION'),'N');
148: g_worker_id := hri_opl_multi_thread.get_worker_id;
149: --
150: hri_bpl_conc_log.dbg('Full refresh: ' || g_full_refresh);
151: hri_bpl_conc_log.dbg('Collect from: ' || to_char(g_refresh_start_date));
152: --
153: END IF;
154: --
155: END set_parameters;

Line 992: hri_bpl_conc_log.record_process_start('HRI_OPL_SUP_WRKFC');

988: set_parameters
989: (p_mthd_action_id => p_mthd_action_id,
990: p_mthd_stage_code => 'POST_PROCESS');
991: --
992: hri_bpl_conc_log.record_process_start('HRI_OPL_SUP_WRKFC');
993: --
994: -- Collect stats for full refresh
995: --
996: IF (g_full_refresh = 'Y') THEN

Line 1054: hri_bpl_conc_log.log_process_end(

1050: --
1051: dbg('Enabling the who trigger');
1052: run_sql_stmt_noerr('ALTER TRIGGER HRI_MAP_SUP_WRKFC_WHO ENABLE');
1053: --
1054: hri_bpl_conc_log.log_process_end(
1055: p_status => TRUE
1056: ,p_period_from => TRUNC(g_refresh_start_date)
1057: ,p_period_to => TRUNC(SYSDATE)
1058: ,p_attribute1 => g_full_refresh);