DBA Data[Home] [Help]

APPS.GHR_WF_PKG dependencies on GHR_HISTORY_FETCH

Line 824: ghr_history_fetch.fetch_positionei

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

Line 834: ghr_history_fetch.fetch_positionei

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