DBA Data[Home] [Help]

APPS.HRI_OPL_WRKFC_EVT_MGRH dependencies on HRI_OPL_MULTI_THREAD

Line 120: hri_opl_multi_thread.update_parameters

116: (p_parameter_name => 'FULL_REFRESH',
117: p_process_table_name => 'HRI_MDS_WRKFC_MGRH_C01_CT');
118:
119: -- Log defaulted parameters so the slave processes pick up
120: hri_opl_multi_thread.update_parameters
121: (p_mthd_action_id => p_mthd_action_id,
122: p_full_refresh => g_full_refresh,
123: p_global_start_date => l_dbi_collection_start_date);
124:

Line 127: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array

123: p_global_start_date => l_dbi_collection_start_date);
124:
125: END IF;
126:
127: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array
128: (p_mthd_action_id);
129: g_refresh_start_date := g_mthd_action_array.collect_from_date;
130: g_refresh_to_date := g_mthd_action_array.collect_to_date;
131: g_full_refresh := g_mthd_action_array.full_refresh_flag;