DBA Data[Home] [Help]

APPS.PAY_US_ACTION_ARCH dependencies on PAY_US_PAYROLL_UTILS

Line 2651: lv_city_tax_exists := pay_us_payroll_utils.get_tax_exists(

2647: lv_error_message VARCHAR2(200);
2648:
2649: BEGIN
2650: hr_utility.set_location(gv_package || lv_procedure_name, 10);
2651: lv_city_tax_exists := pay_us_payroll_utils.get_tax_exists(
2652: p_tax_type => 'CITY'
2653: ,p_jurisdiction_code => p_emp_city_jurisdiction
2654: ,p_effective_date => p_effective_date) ;
2655:

Line 2656: lv_city_head_tax_exists := pay_us_payroll_utils.get_tax_exists(

2652: p_tax_type => 'CITY'
2653: ,p_jurisdiction_code => p_emp_city_jurisdiction
2654: ,p_effective_date => p_effective_date) ;
2655:
2656: lv_city_head_tax_exists := pay_us_payroll_utils.get_tax_exists(
2657: p_tax_type => 'HT'
2658: ,p_jurisdiction_code => p_emp_city_jurisdiction
2659: ,p_effective_date => p_effective_date) ;
2660: