DBA Data[Home] [Help]

APPS.GHR_PAY_CAPS dependencies on GHR_HISTORY_FETCH

Line 583: ghr_history_fetch.fetch_positionei(

579: l_pay_plan := l_pay_cap_in_data.pay_plan;
580: l_pay_basis := p_pay_basis;
581:
582: -- Bug 5482191. Get valid grade data
583: ghr_history_fetch.fetch_positionei(
584: p_position_id => p_to_position_id,
585: p_information_type => 'GHR_US_POS_VALID_GRADE',
586: p_date_effective => p_effective_date,
587: p_pos_ei_data => l_pos_ei_valid_grade);

Line 622: ghr_history_fetch.fetch_positionei(

618:
619: l_converted_locality_adj := l_converted_adj_basic_pay - l_converted_basic_pay;
620:
621: --Fetch the LEO indicator
622: ghr_history_fetch.fetch_positionei(
623: p_position_id => p_to_position_id,
624: p_information_type => 'GHR_US_POS_GRP2',
625: p_date_effective => p_effective_date,
626: p_pos_ei_data => l_pos_ei_grp2_data);

Line 651: ghr_history_fetch.fetch_positionei(

647: -- poei_information12 to poei_information13
648: -- Bug# 7031385 Added prd 0 condition since paycap should not fire for prd T and 4
649: IF l_pay_plan in ( 'GP','GR') and l_pay_cap_in_data.pay_rate_determinant IN ('0') THEN
650: -- } 1
651: ghr_history_fetch.fetch_positionei(
652: p_position_id => p_to_position_id,
653: p_information_type => 'GHR_US_POS_VALID_GRADE',
654: p_date_effective => p_effective_date,
655: p_pos_ei_data => l_pos_ei_valid_grade);