DBA Data[Home] [Help]

APPS.HRI_OPL_SUP_WRKFC_ASG dependencies on HRI_BPL_CONC_LOG

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

1369: g_debug_flag := g_mthd_action_array.debug_flag;
1370: g_redo_reduction := NVL(fnd_profile.value('HRI_ENBL_REDO_REDUCTION'),'N');
1371: g_worker_id := hri_opl_multi_thread.get_worker_id;
1372: --
1373: hri_bpl_conc_log.dbg('Full refresh: ' || g_full_refresh);
1374: hri_bpl_conc_log.dbg('Collect from: ' || to_char(g_refresh_start_date));
1375: --
1376: END IF;
1377: --

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

1370: g_redo_reduction := NVL(fnd_profile.value('HRI_ENBL_REDO_REDUCTION'),'N');
1371: g_worker_id := hri_opl_multi_thread.get_worker_id;
1372: --
1373: hri_bpl_conc_log.dbg('Full refresh: ' || g_full_refresh);
1374: hri_bpl_conc_log.dbg('Collect from: ' || to_char(g_refresh_start_date));
1375: --
1376: END IF;
1377: --
1378: END set_parameters;

Line 2039: hri_bpl_conc_log.record_process_start('HRI_OPL_SUP_WRKFC_ASG');

2035: set_parameters
2036: (p_mthd_action_id => p_mthd_action_id,
2037: p_mthd_stage_code => 'POST_PROCESS');
2038: --
2039: hri_bpl_conc_log.record_process_start('HRI_OPL_SUP_WRKFC_ASG');
2040: --
2041: -- Collect stats for full refresh
2042: --
2043: IF (g_full_refresh = 'Y') THEN

Line 2120: hri_bpl_conc_log.log_process_end(

2116: -- Enable the WHO trigger on the events fact table
2117: --
2118: run_sql_stmt_noerr('ALTER TRIGGER HRI_MAP_SUP_WRKFC_ASG_WHO ENABLE');
2119: --
2120: hri_bpl_conc_log.log_process_end(
2121: p_status => TRUE
2122: ,p_period_from => TRUNC(g_refresh_start_date)
2123: ,p_period_to => TRUNC(SYSDATE)
2124: ,p_attribute1 => g_full_refresh);