DBA Data[Home] [Help]

APPS.PAY_US_ACTION_ARCH dependencies on PAY_US_CITY_TAX_INFO_F

Line 5171: from pay_us_city_tax_info_f

5167: IS
5168: cursor c_get_head_tax (cp_jd varchar2
5169: ,cp_date date) is
5170: select nvl(head_tax,'N')
5171: from pay_us_city_tax_info_f
5172: where jurisdiction_code = cp_jd
5173: and cp_date between effective_start_date and effective_end_date;
5174:
5175: