DBA Data[Home] [Help]

APPS.PAY_US_ACTION_ARCH dependencies on PAY_US_COUNTY_TAX_INFO_F

Line 997: from pay_us_county_tax_info_f

993: select jurisdiction_code,
994: county_tax,
995: head_tax,
996: school_tax
997: from pay_us_county_tax_info_f
998: where cp_effective_date between effective_start_date
999: and effective_end_date
1000: and cnty_information_category = 'County tax status info'
1001: order by 1 ;