DBA Data[Home] [Help]

APPS.PAY_US_W2_GENERIC_EXTRACT dependencies on PAY_US_COUNTIES

Line 1618: pay_us_counties n

1614: 'C' tax_type,
1615: a.city_information1 city_code
1616: from pay_us_city_tax_info_f a,
1617: pay_us_city_names c,
1618: pay_us_counties n
1619: where sysdate between a.effective_start_date and a.effective_end_date
1620: and a.jurisdiction_code = c_jurisdiction_code
1621: and c.primary_flag = 'Y'
1622: and a.city_tax = 'Y'