DBA Data[Home] [Help]

APPS.GHR_WF_PKG dependencies on GHR_HISTORY_FETCH

Line 828: ghr_history_fetch.fetch_positionei

824: close csr_par_details;
825: --
826: -- Fetch POI from history
827: if l_to_position_id Is Not Null then
828: ghr_history_fetch.fetch_positionei
829: ( p_position_id => l_to_position_id
830: ,p_date_effective => nvl(l_effective_date,trunc(sysdate
831: ))
832: ,p_information_type => 'GHR_US_POS_GRP1'

Line 838: ghr_history_fetch.fetch_positionei

834: );
835: l_personnel_office_id := l_pos_ei_data.poei_information3;
836: l_pos_ei_data := null;
837: elsif l_from_position_id Is Not Null then
838: ghr_history_fetch.fetch_positionei
839: ( p_position_id => l_to_position_id
840: ,p_date_effective => nvl(l_effective_date,trunc(sysdate
841: ))
842: ,p_information_type => 'GHR_US_POS_GRP1'