DBA Data[Home] [Help]

APPS.GHR_PAY_CAPS dependencies on GHR_HISTORY_FETCH

Line 621: ghr_history_fetch.fetch_positionei(

617: l_pay_plan := l_pay_cap_in_data.pay_plan;
618: l_pay_basis := p_pay_basis;
619:
620: -- Bug 5482191. Get valid grade data
621: ghr_history_fetch.fetch_positionei(
622: p_position_id => p_to_position_id,
623: p_information_type => 'GHR_US_POS_VALID_GRADE',
624: p_date_effective => p_effective_date,
625: p_pos_ei_data => l_pos_ei_valid_grade);

Line 660: ghr_history_fetch.fetch_positionei(

656:
657: l_converted_locality_adj := l_converted_adj_basic_pay - l_converted_basic_pay;
658:
659: --Fetch the LEO indicator
660: ghr_history_fetch.fetch_positionei(
661: p_position_id => p_to_position_id,
662: p_information_type => 'GHR_US_POS_GRP2',
663: p_date_effective => p_effective_date,
664: p_pos_ei_data => l_pos_ei_grp2_data);

Line 692: ghr_history_fetch.fetch_positionei(

688: -- } 1
689: --Bug# 13815085 added following if condition since pay cap should trigger for GP , GR Pay plans
690: -- for all PRDs except T and 4
691: IF l_pay_cap_in_data.pay_rate_determinant NOT IN ('T','4') THEN --Bug# 13815085
692: ghr_history_fetch.fetch_positionei(
693: p_position_id => p_to_position_id,
694: p_information_type => 'GHR_US_POS_VALID_GRADE',
695: p_date_effective => p_effective_date,
696: p_pos_ei_data => l_pos_ei_valid_grade);