DBA Data[Home] [Help]

APPS.PAY_US_ACTION_ARCH dependencies on PAY_US_EMP_COUNTY_TAX_RULES_F

Line 3272: from pay_us_emp_county_tax_rules_f pcnt

3268: RETURN VARCHAR2
3269: IS
3270: cursor c_get_county_school_district is
3271: select pcnt.jurisdiction_code
3272: from pay_us_emp_county_tax_rules_f pcnt
3273: where pcnt.assignment_id = p_assignment_id
3274: and pcnt.school_district_code = substr(p_school_jurisdiction,4,5)
3275: and pcnt.state_code = substr(p_school_jurisdiction,1,2)
3276: and pcnt.effective_start_date <= p_end_date