DBA Data[Home] [Help]

APPS.HRI_OPL_ASGN_EVENTS dependencies on HRI_BPL_CONC_LOG

Line 363: HRI_BPL_CONC_LOG.output(p_text);

359: BEGIN
360: --
361: -- Bug 4105868: Collection Diagnostics
362: --
363: HRI_BPL_CONC_LOG.output(p_text);
364: --
365: END output;
366: --
367: -- -----------------------------------------------------------------------------

Line 377: HRI_BPL_CONC_LOG.dbg(p_text);

373: BEGIN
374: --
375: -- Bug 4105868: Collection Diagnostics
376: --
377: HRI_BPL_CONC_LOG.dbg(p_text);
378: --
379: END dbg;
380: --
381: --

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

4843: g_implement_obiee_mgrh := 'N';
4844: g_implement_obiee_orgh := 'N';
4845: END IF;
4846:
4847: hri_bpl_conc_log.dbg('Full refresh: ' || g_full_refresh);
4848: hri_bpl_conc_log.dbg('Collect from: ' || to_char(g_refresh_start_date));
4849: --
4850: -- Set the global variable to the performance rating query
4851: --

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

4844: g_implement_obiee_orgh := 'N';
4845: END IF;
4846:
4847: hri_bpl_conc_log.dbg('Full refresh: ' || g_full_refresh);
4848: hri_bpl_conc_log.dbg('Collect from: ' || to_char(g_refresh_start_date));
4849: --
4850: -- Set the global variable to the performance rating query
4851: --
4852: BEGIN

Line 5026: hri_bpl_conc_log.log_process_info

5022: -- Bug 4105868: Collection Diagnostic Call
5023: --
5024: g_msg_sub_group := NVL(g_msg_sub_group, 'PRE_PROCESS');
5025: --
5026: hri_bpl_conc_log.log_process_info
5027: (p_package_name => 'HRI_OPL_ASGN_EVENTS'
5028: ,p_msg_type => 'ERROR'
5029: ,p_note => l_message
5030: ,p_msg_group => 'ASG_EVT_FCT'

Line 5259: hri_bpl_conc_log.log_process_info

5255: output(sqlerrm);
5256: --
5257: g_msg_sub_group := NVL(g_msg_sub_group, 'PROCESS_RANGE');
5258: --
5259: hri_bpl_conc_log.log_process_info
5260: (p_package_name => 'HRI_OPL_ASGN_EVENTS'
5261: ,p_msg_type => 'WARNING'
5262: ,p_note => l_message
5263: ,p_msg_group => 'ASG_EVT_FCT'

Line 5329: hri_bpl_conc_log.log_process_info

5325: -- Bug 4105868: Collection Diagnostic Call
5326: --
5327: g_msg_sub_group := NVL(g_msg_sub_group, 'PROCESS_RANGE');
5328: --
5329: hri_bpl_conc_log.log_process_info
5330: (p_package_name => 'HRI_OPL_ASGN_EVENTS'
5331: ,p_msg_type => 'ERROR'
5332: ,p_note => nvl(l_message, SQLERRM)
5333: ,p_msg_group => 'ASG_EVT_FCT'

Line 5366: hri_bpl_conc_log.record_process_start('HRI_MB_ASGN_EVENTS_CT');

5362: set_parameters
5363: (p_mthd_action_id => p_mthd_action_id,
5364: p_mthd_stage_code => 'POST_PROCESS');
5365: --
5366: hri_bpl_conc_log.record_process_start('HRI_MB_ASGN_EVENTS_CT');
5367: --
5368: -- Recreate indexes and gather stats for full refresh or shared HR insert
5369: --
5370: IF (g_full_refresh = 'Y' OR

Line 5417: hri_bpl_conc_log.log_process_end(

5413: --
5414: dbg('Purging the events queue');
5415: hri_opl_event_capture.purge_queue('HRI_EQ_ASGN_EVNTS');
5416: --
5417: hri_bpl_conc_log.log_process_end(
5418: p_status => TRUE
5419: ,p_period_from => TRUNC(g_refresh_start_date)
5420: ,p_period_to => TRUNC(SYSDATE)
5421: ,p_attribute1 => g_collect_fte

Line 5433: hri_bpl_conc_log.log_process_info

5429: WHEN OTHERS THEN
5430: --
5431: g_msg_sub_group := NVL(g_msg_sub_group, 'POST_PROCESS');
5432: --
5433: hri_bpl_conc_log.log_process_info
5434: (p_package_name => 'HRI_OPL_ASGN_EVENTS'
5435: ,p_msg_type => 'ERROR'
5436: ,p_note => SQLERRM
5437: ,p_msg_group => 'ASG_EVT_FCT'