DBA Data[Home] [Help]

APPS.HRI_OPL_EVENT_CAPTURE dependencies on HRI_BPL_CONC_LOG

Line 162: HRI_BPL_CONC_LOG.output(p_text);

158: PROCEDURE msg(p_text VARCHAR2) IS
159: --
160: BEGIN
161: --
162: HRI_BPL_CONC_LOG.output(p_text);
163: --
164: END msg;
165: --
166: -- ----------------------------------------------------------------------------

Line 174: HRI_BPL_CONC_LOG.dbg(p_text);

170: PROCEDURE dbg(p_text VARCHAR2) IS
171: --
172: BEGIN
173: --
174: HRI_BPL_CONC_LOG.dbg(p_text);
175: --
176: END dbg;
177: --
178: -- 3716747 Get the date track table id for PER_PERIODS_OF_SERVICE

Line 828: hri_bpl_conc_log.delete_process_log(c_object_name);

824: IS
825: --
826: BEGIN
827: --
828: hri_bpl_conc_log.delete_process_log(c_object_name);
829: --
830: END empty_evnts_cptr_refresh_log;
831: --
832: -- ----------------------------------------------------------------------------

Line 873: hri_bpl_conc_log.log_process_info

869: dbg('An error occurred while truncating table '||p_table_name);
870: --
871: -- Bug 4105868: Collection Diagnostic Call
872: --
873: hri_bpl_conc_log.log_process_info
874: (p_package_name => 'HRI_OPL_EVENT_CAPTURE'
875: ,p_msg_type => 'ERROR'
876: ,p_note => SQLERRM
877: ,p_msg_group => 'EVT_CPTR'

Line 918: hri_bpl_conc_log.record_process_start(c_object_name);

914: BEGIN
915: --
916: -- Record that the full refresh process has started.
917: --
918: hri_bpl_conc_log.record_process_start(c_object_name);
919: --
920: -- Set the date that the full refresh is refreshed to. Normally this will be
921: -- trunc SYSDATE, but for testing purposes, we may sometimes wish to set an
922: -- earlier date.

Line 970: hri_bpl_conc_log.log_process_end

966: --
967: --
968: commit;
969: --
970: hri_bpl_conc_log.log_process_end
971: (p_status => TRUE
972: ,p_period_from => g_dbi_collection_start_date
973: ,p_period_to => l_refresh_to_date);
974: --

Line 2614: hri_bpl_conc_log.log_process_info

2610: fnd_message.set_token('PROFILE_NAME', 'HRI:Populate Assignment Events Queue');
2611: --
2612: l_message := fnd_message.get;
2613: --
2614: hri_bpl_conc_log.log_process_info
2615: (p_package_name => 'HRI_OPL_EVENT_CAPTURE'
2616: ,p_msg_type => 'WARNING'
2617: ,p_note => l_message
2618: ,p_msg_group => 'EVT_CPTR'

Line 2638: hri_bpl_conc_log.log_process_info

2634: fnd_message.set_token('PROFILE_NAME', 'HRI:Populate Supervisor Hierarchy Events Queue');
2635: --
2636: l_message := fnd_message.get;
2637: --
2638: hri_bpl_conc_log.log_process_info
2639: (p_package_name => 'HRI_OPL_EVENT_CAPTURE'
2640: ,p_msg_type => 'WARNING'
2641: ,p_note => l_message
2642: ,p_msg_group => 'EVT_CPTR'

Line 2664: hri_bpl_conc_log.log_process_info

2660: fnd_message.set_token('PROFILE_NAME', 'HRI:Populate Supervisor Status History Events Queue');
2661: --
2662: l_message := fnd_message.get;
2663: --
2664: hri_bpl_conc_log.log_process_info
2665: (p_package_name => 'HRI_OPL_EVENT_CAPTURE'
2666: ,p_msg_type => 'WARNING'
2667: ,p_note => l_message
2668: ,p_msg_group => 'EVT_CPTR'

Line 2687: hri_bpl_conc_log.log_process_info

2683: fnd_message.set_name('HRI', 'HRI_407293_PRF_SUPST_ENBLD');
2684: --
2685: l_message := fnd_message.get;
2686: --
2687: hri_bpl_conc_log.log_process_info
2688: (p_package_name => 'HRI_OPL_EVENT_CAPTURE'
2689: ,p_msg_type => 'WARNING'
2690: ,p_note => l_message
2691: ,p_msg_group => 'EVT_CPTR'

Line 2709: hri_bpl_conc_log.log_process_info

2705: fnd_message.set_token('PROFILE_NAME', 'HRI:Populate Absence Dimension Queue');
2706: --
2707: l_message := fnd_message.get;
2708: --
2709: hri_bpl_conc_log.log_process_info
2710: (p_package_name => 'HRI_OPL_EVENT_CAPTURE'
2711: ,p_msg_type => 'WARNING'
2712: ,p_note => l_message
2713: ,p_msg_group => 'EVT_CPTR'

Line 3017: hri_bpl_conc_log.record_process_start(c_object_name);

3013: -- The central refresh procedure should be initialized so that entries
3014: -- about the process are correctly inserted into the bis refresh log table
3015: -- This information is used to determine the start time of the next process.
3016: --
3017: hri_bpl_conc_log.record_process_start(c_object_name);
3018: --
3019: dbg('Exiting pre_process');
3020: --
3021: END PRE_PROCESS;

Line 3155: hri_bpl_conc_log.log_process_end

3151: -- 4357755
3152: -- Insert the details of the run in the bis refresh log table. This info is
3153: -- read used to set the start date of next run
3154: --
3155: hri_bpl_conc_log.log_process_end
3156: (
3157: p_status => TRUE
3158: ,p_period_from => g_capture_from_date
3159: ,p_period_to => SYSDATE