DBA Data[Home] [Help]

APPS.HRI_OPL_EVENT_CAPTURE dependencies on HRI_ADM_MTHD_ACTIONS

Line 130: g_mthd_action_array HRI_ADM_MTHD_ACTIONS%rowtype;

126: g_min_suph_date DATE;
127: --
128: -- Global HRI Multithreading Array
129: --
130: g_mthd_action_array HRI_ADM_MTHD_ACTIONS%rowtype;
131: g_full_refresh VARCHAR2(30);
132: --
133: -- End of global variable setup
134: --

Line 2850: UPDATE hri_adm_mthd_actions

2846: g_min_suph_date := get_min_suph_date;
2847: --
2848: dbg('Store the parameter values for use by slave processes...');
2849: --
2850: UPDATE hri_adm_mthd_actions
2851: SET full_refresh_flag = g_full_refresh,
2852: collect_from_date = g_capture_from_date,
2853: attribute1 = g_master_event_group_id,
2854: attribute2 = g_assgnmnt_evnt_event_grp_id,