DBA Data[Home] [Help]

APPS.HRI_OPL_CMNTS_ACTLS_ORGMGR dependencies on HRI_OPL_MULTI_THREAD

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

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

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

525: CURSOR c_range_cursor IS
526: SELECT mthd_range_id,
527: min(object_id) start_object_id,
528: max(object_id) end_object_id
529: FROM (SELECT hri_opl_multi_thread.get_next_mthd_range_id(rownum,200) mthd_range_id
530: ,object_id
531: FROM ( SELECT DISTINCT sup_person_id object_id
532: FROM hri_cs_suph_orgmgr_ct
533: ORDER BY sup_person_id)