DBA Data[Home] [Help]

APPS.HRI_OPL_UTL_ABSNC_DIM dependencies on HRI_OPL_MULTI_THREAD

Line 77: hri_opl_multi_thread.update_parameters

73: (p_parameter_name => 'FULL_REFRESH',
74: p_process_table_name => 'HRI_CS_ABSENCE_CT');
75:
76: -- Log defaulted parameters so the slave processes pick up
77: hri_opl_multi_thread.update_parameters
78: (p_mthd_action_id => p_mthd_action_id,
79: p_full_refresh => g_full_refresh,
80: p_global_start_date => g_dbi_collection_start_date);
81:

Line 84: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array

80: p_global_start_date => g_dbi_collection_start_date);
81:
82: END IF;
83:
84: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array
85: (p_mthd_action_id);
86: g_refresh_start_date := g_mthd_action_array.collect_from_date;
87: g_full_refresh := g_mthd_action_array.full_refresh_flag;
88: g_sysdate := sysdate;