DBA Data[Home] [Help]

APPS.PAY_US_ACTION_ARCH dependencies on PAY_US_EMP_COUNTY_TAX_RULES_F

Line 2700: from pay_us_emp_county_tax_rules_f pcnt

2696: RETURN VARCHAR2
2697: IS
2698: cursor c_get_county_school_district is
2699: select pcnt.jurisdiction_code
2700: from pay_us_emp_county_tax_rules_f pcnt
2701: where pcnt.assignment_id = p_assignment_id
2702: and pcnt.school_district_code = substr(p_school_jurisdiction,4,5)
2703: and pcnt.state_code = substr(p_school_jurisdiction,1,2)
2704: and pcnt.effective_start_date <= p_end_date