DBA Data[Home] [Help]

APPS.GHR_SF52_POST_UPDATE dependencies on GHR_HISTORY_FETCH

Line 436: ghr_history_fetch.fetch_positionei

432:
433: -- Personal_office_id and office_symbol
434:
435: l_personnel_office_id := Null;
436: ghr_history_fetch.fetch_positionei
437: (p_position_id => p_to_position_id,
438: p_information_type => 'GHR_US_POS_GRP1',
439: p_date_effective => nvl(p_effective_date,trunc(sysdate)),
440: p_pos_ei_data => l_pos_ei_data

Line 462: ghr_history_fetch.fetch_positionei

458: END IF;
459: ELSE
460: l_effective_date := nvl(p_effective_date,trunc(sysdate));
461: END IF;
462: ghr_history_fetch.fetch_positionei
463: (p_position_id => p_from_position_id,
464: p_information_type => 'GHR_US_POS_GRP1',
465: p_date_effective => l_effective_date,
466: p_pos_ei_data => l_pos_ei_data