DBA Data[Home] [Help]

APPS.HRI_OPL_REC_CAND_PIPLN dependencies on HRI_OPL_MULTI_THREAD

Line 444: hri_opl_multi_thread.update_parameters

440: (p_parameter_name => 'FULL_REFRESH',
441: p_process_table_name => 'HRI_MB_REC_CAND_PIPLN_CT');
442:
443: -- Log defaulted parameters so the slave processes pick up
444: hri_opl_multi_thread.update_parameters
445: (p_mthd_action_id => p_mthd_action_id,
446: p_full_refresh => g_full_refresh,
447: p_global_start_date => l_dbi_collection_start_date);
448:

Line 451: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array

447: p_global_start_date => l_dbi_collection_start_date);
448:
449: END IF;
450:
451: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array
452: (p_mthd_action_id);
453: g_refresh_start_date := g_mthd_action_array.collect_from_date;
454: g_refresh_to_date := g_mthd_action_array.collect_to_date;
455: g_full_refresh := g_mthd_action_array.full_refresh_flag;