DBA Data[Home] [Help]

APPS.HR_CHANGE_START_DATE_API dependencies on PAY_CORE_UTILS

Line 2129: pay_core_utils.get_legislation_rule('AMEND_HIRE_WITH_PAYACT'

2125: CLOSE csr_legislation;
2126: --
2127: -- Check if amend hire date beyond PAY actions is allowed
2128: --
2129: pay_core_utils.get_legislation_rule('AMEND_HIRE_WITH_PAYACT'
2130: ,l_legislation_code
2131: ,l_hd_rule_value
2132: ,l_hd_rule_found
2133: );

Line 2137: pay_core_utils.get_legislation_rule('REHIRE_BEFORE_FPD'

2133: );
2134: --
2135: -- Check if rehire before FPD is allowed
2136: --
2137: pay_core_utils.get_legislation_rule('REHIRE_BEFORE_FPD'
2138: ,l_legislation_code
2139: ,l_fpd_rule_value
2140: ,l_fpd_rule_found
2141: );