DBA Data[Home] [Help]

APPS.PAY_US_ACTION_ARCH dependencies on PAY_US_PAYROLL_UTILS

Line 3223: lv_city_tax_exists := pay_us_payroll_utils.get_tax_exists(

3219: lv_error_message VARCHAR2(200);
3220:
3221: BEGIN
3222: hr_utility.set_location(gv_package || lv_procedure_name, 10);
3223: lv_city_tax_exists := pay_us_payroll_utils.get_tax_exists(
3224: p_tax_type => 'CITY'
3225: ,p_jurisdiction_code => p_emp_city_jurisdiction
3226: ,p_effective_date => p_effective_date) ;
3227:

Line 3228: lv_city_head_tax_exists := pay_us_payroll_utils.get_tax_exists(

3224: p_tax_type => 'CITY'
3225: ,p_jurisdiction_code => p_emp_city_jurisdiction
3226: ,p_effective_date => p_effective_date) ;
3227:
3228: lv_city_head_tax_exists := pay_us_payroll_utils.get_tax_exists(
3229: p_tax_type => 'HT'
3230: ,p_jurisdiction_code => p_emp_city_jurisdiction
3231: ,p_effective_date => p_effective_date) ;
3232: