DBA Data[Home] [Help]

APPS.HRI_OPL_WRKFC_EVT_ORGH dependencies on HRI_OPL_MULTI_THREAD

Line 119: hri_opl_multi_thread.update_parameters

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

Line 126: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array

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