DBA Data[Home] [Help]

APPS.PAY_US_ACTION_ARCH dependencies on PAY_US_STATE_TAX_INFO_F

Line 986: from pay_us_state_tax_info_f

982: decode(sui_ee_wage_limit, null, 'N', 'Y'),
983: decode(sui_er_wage_limit, null, 'N', 'Y'),
984: decode(sdi_ee_wage_limit, null, 'N', 'Y'),
985: decode(sdi_er_wage_limit, null, 'N', 'Y')
986: from pay_us_state_tax_info_f
987: where cp_effective_date between effective_start_date
988: and effective_end_date
989: and sta_information_category = 'State tax limit rate info'
990: order by 1 ;