DBA Data[Home] [Help]

APPS.GHR_SF52_POST_UPDATE dependencies on GHR_HISTORY_FETCH

Line 433: ghr_history_fetch.fetch_positionei

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

Line 459: ghr_history_fetch.fetch_positionei

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