DBA Data[Home] [Help]

APPS.HRI_OPL_SUP_ABSNC dependencies on HRI_OPL_MULTI_THREAD

Line 81: hri_opl_multi_thread.update_parameters

77: (p_parameter_name => 'FULL_REFRESH',
78: p_process_table_name => 'HRI_MDP_SUP_ABSNC_OCC_CT');
79:
80: -- Log defaulted parameters so the slave processes pick up
81: hri_opl_multi_thread.update_parameters
82: (p_mthd_action_id => p_mthd_action_id,
83: p_full_refresh => g_full_refresh,
84: p_global_start_date => l_dbi_collection_start_date);
85:

Line 88: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array

84: p_global_start_date => l_dbi_collection_start_date);
85:
86: END IF;
87:
88: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array
89: (p_mthd_action_id);
90: g_refresh_start_date := g_mthd_action_array.collect_from_date;
91: g_full_refresh := g_mthd_action_array.full_refresh_flag;
92: g_sysdate := sysdate;