DBA Data[Home] [Help]

APPS.HRI_OPL_WRKFC_EVENTS dependencies on HRI_OPL_MULTI_THREAD

Line 61: hri_opl_multi_thread.update_parameters

57: (p_parameter_name => 'FULL_REFRESH',
58: p_process_table_name => 'HRI_MB_WRKFC_EVT_CT');
59:
60: -- Log defaulted parameters so the slave processes pick up
61: hri_opl_multi_thread.update_parameters
62: (p_mthd_action_id => p_mthd_action_id,
63: p_full_refresh => g_full_refresh,
64: p_global_start_date => l_dbi_collection_start_date);
65:

Line 68: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array

64: p_global_start_date => l_dbi_collection_start_date);
65:
66: END IF;
67:
68: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array
69: (p_mthd_action_id);
70: g_refresh_start_date := g_mthd_action_array.collect_from_date;
71: g_full_refresh := g_mthd_action_array.full_refresh_flag;
72: g_sysdate := sysdate;