DBA Data[Home] [Help]

APPS.PAY_US_W2_GENERIC_EXTRACT dependencies on PAY_US_CITY_NAMES

Line 1617: pay_us_city_names c,

1613: n.county_name county_name,
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'