DBA Data[Home] [Help]

APPS.HR_CHANGE_START_DATE_API dependencies on PAY_CORE_UTILS

Line 2579: pay_core_utils.get_legislation_rule('AMEND_HIRE_WITH_PAYACT'

2575: CLOSE csr_legislation;
2576: --
2577: -- Check if amend hire date beyond PAY actions is allowed
2578: --
2579: pay_core_utils.get_legislation_rule('AMEND_HIRE_WITH_PAYACT'
2580: ,l_legislation_code
2581: ,l_hd_rule_value
2582: ,l_hd_rule_found
2583: );

Line 2587: pay_core_utils.get_legislation_rule('REHIRE_BEFORE_FPD'

2583: );
2584: --
2585: -- Check if rehire before FPD is allowed
2586: --
2587: pay_core_utils.get_legislation_rule('REHIRE_BEFORE_FPD'
2588: ,l_legislation_code
2589: ,l_fpd_rule_value
2590: ,l_fpd_rule_found
2591: );