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 825: hri_bpl_conc_log.delete_process_log(c_object_name);

821: IS
822: --
823: BEGIN
824: --
825: hri_bpl_conc_log.delete_process_log(c_object_name);
826: --
827: END empty_evnts_cptr_refresh_log;
828: --
829: -- ----------------------------------------------------------------------------

Line 870: hri_bpl_conc_log.log_process_info

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

Line 915: hri_bpl_conc_log.record_process_start(c_object_name);

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

Line 967: hri_bpl_conc_log.log_process_end

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

Line 2611: hri_bpl_conc_log.log_process_info

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

Line 2635: hri_bpl_conc_log.log_process_info

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

Line 2661: hri_bpl_conc_log.log_process_info

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

Line 2684: hri_bpl_conc_log.log_process_info

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

Line 2706: hri_bpl_conc_log.log_process_info

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

Line 3014: hri_bpl_conc_log.record_process_start(c_object_name);

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

Line 3152: hri_bpl_conc_log.log_process_end

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