DBA Data[Home] [Help]

APPS.GHR_WF_WGI_PKG dependencies on GHR_HISTORY_FETCH

Line 842: ghr_history_fetch.fetch_positionei( p_position_id => p_position_id,

838: WHERE par.pa_request_id = p_request_id
839: and par.routing_group_id = rgp.routing_group_id;
840: --
841: Begin
842: ghr_history_fetch.fetch_positionei( p_position_id => p_position_id,
843: p_information_type => 'GHR_US_POS_GRP1',
844: p_date_effective => p_effective_date,
845: p_pos_ei_data => l_positionei_rec
846: );