DBA Data[Home] [Help]

APPS.HRI_OPL_SUPH_EVENTS dependencies on HRI_OPL_MULTI_THREAD

Line 41: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array

37: BEGIN
38:
39: -- If parameters haven't already been set, then set them
40: IF (g_refresh_start_date IS NULL) THEN
41: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array
42: (p_mthd_action_id);
43: g_refresh_start_date := g_mthd_action_array.collect_from_date;
44: g_full_refresh := g_mthd_action_array.full_refresh_flag;
45: g_sysdate := sysdate;