DBA Data[Home] [Help]

APPS.HRI_OPL_WRKFC_ORGMGR dependencies on HRI_OPL_MULTI_THREAD

Line 117: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array(p_mthd_action_id);

113: g_debug_flag := 'Y';
114: --
115: ELSIF (g_refresh_start_date IS NULL) THEN
116: --
117: g_mthd_action_array := hri_opl_multi_thread.get_mthd_action_array(p_mthd_action_id);
118: g_refresh_start_date := g_mthd_action_array.collect_from_date;
119: g_refresh_end_date := hr_general.end_of_time;
120: g_full_refresh := g_mthd_action_array.full_refresh_flag;
121: g_concurrent_flag := 'Y';

Line 584: FROM (SELECT hri_opl_multi_thread.get_next_mthd_range_id(rownum,200) mthd_range_id

580: CURSOR c_range_cursor IS
581: SELECT mthd_range_id,
582: min(object_id) start_object_id,
583: max(object_id) end_object_id
584: FROM (SELECT hri_opl_multi_thread.get_next_mthd_range_id(rownum,200) mthd_range_id
585: ,object_id
586: FROM ( SELECT DISTINCT sup_person_id object_id
587: FROM hri_cs_suph_orgmgr_ct
588: ORDER BY sup_person_id)