DBA Data[Home] [Help]

APPS.GHR_POSN_COPY dependencies on GHR_HISTORY_FETCH

Line 1154: ghr_history_fetch.fetch_positionei (

1150: BEGIN
1151: -- loops to handle multi_occurrences
1152: FOR cur_poi_rec IN cur_poi LOOP
1153: -- Fetch from history
1154: ghr_history_fetch.fetch_positionei (
1155: p_position_extra_info_id => cur_poi_rec.position_extra_info_id
1156: ,p_date_effective => p_date_effective
1157: ,p_posei_data => l_pos_ei_data
1158: ,p_result_code => l_result_code);