DBA Data[Home] [Help]

APPS.HRI_OPL_ASGN_EVENTS dependencies on HRI_OPL_MULTI_THREAD

Line 4797: hri_opl_multi_thread.update_parameters

4793: (p_parameter_name => 'FULL_REFRESH',
4794: p_process_table_name => 'HRI_MB_ASGN_EVENTS_CT');
4795:
4796: -- Log defaulted parameters so the slave processes pick up
4797: hri_opl_multi_thread.update_parameters
4798: (p_mthd_action_id => p_mthd_action_id,
4799: p_full_refresh => g_full_refresh,
4800: p_global_start_date => g_dbi_collection_start_date);
4801:

Line 4804: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array

4800: p_global_start_date => g_dbi_collection_start_date);
4801:
4802: END IF;
4803:
4804: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array
4805: (p_mthd_action_id);
4806: --
4807: g_full_refresh := g_mthd_action_array.full_refresh_flag;
4808: g_refresh_start_date := g_mthd_action_array.collect_from_date;

Line 5090: when hri_opl_multi_thread.other_thread_in_error THEN

5086: --
5087: END IF;
5088: --
5089: EXCEPTION
5090: when hri_opl_multi_thread.other_thread_in_error THEN
5091: --
5092: errbuf := SQLERRM;
5093: retcode := 2;
5094: --

Line 5095: raise hri_opl_multi_thread.child_process_failure;

5091: --
5092: errbuf := SQLERRM;
5093: retcode := 2;
5094: --
5095: raise hri_opl_multi_thread.child_process_failure;
5096: when others then
5097: --
5098: dbg('Error at step '||l_error_step );
5099: output(sqlerrm);