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 2853: UPDATE hri_adm_mthd_actions

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