DBA Data[Home] [Help]

APPS.GHR_POSITION_COPY dependencies on GHR_HISTORY_FETCH

Line 176: ghr_history_fetch.fetch_position (p_position_id => p_pos_id

172: WHERE pde.position_definition_id = p_position_definition_id;
173:
174: BEGIN
175:
176: ghr_history_fetch.fetch_position (p_position_id => p_pos_id
177: ,p_date_effective => p_effective_date_from
178: ,p_position_data => l_pos_data
179: ,p_result_code => l_result_code) ;
180:

Line 718: ghr_history_fetch.fetch_positionei (

714: BEGIN
715: -- loops to handle multi_occurrences
716: FOR cur_poi_rec IN cur_poi LOOP
717: -- Fetch from history
718: ghr_history_fetch.fetch_positionei (
719: p_position_extra_info_id => cur_poi_rec.position_extra_info_id
720: ,p_date_effective => p_effective_date_from
721: ,p_posei_data => l_pos_ei_data
722: ,p_result_code => l_result_code);