DBA Data[Home] [Help]

APPS.PAY_US_W2_GENERIC_EXTRACT dependencies on PAY_US_CITY_NAMES

Line 1701: pay_us_city_names c,

1697: n.county_name county_name,
1698: 'C' tax_type,
1699: a.city_information1 city_code
1700: from pay_us_city_tax_info_f a,
1701: pay_us_city_names c,
1702: pay_us_counties n
1703: where sysdate between a.effective_start_date and a.effective_end_date
1704: and a.jurisdiction_code = c_jurisdiction_code
1705: and c.primary_flag = 'Y'