DBA Data[Home] [Help]

APPS.PAY_US_ACTION_ARCH dependencies on PAY_US_CITY_TAX_INFO_F

Line 4232: from pay_us_city_tax_info_f

4228: IS
4229: cursor c_get_head_tax (cp_jd varchar2
4230: ,cp_date date) is
4231: select nvl(head_tax,'N')
4232: from pay_us_city_tax_info_f
4233: where jurisdiction_code = cp_jd
4234: and cp_date between effective_start_date and effective_end_date;
4235:
4236: