DBA Data[Home] [Help]

APPS.PAY_US_TAX_WF dependencies on PAY_US_FEDERAL_TAX_INFO_F

Line 623: from pay_us_federal_tax_info_f

619: where stat_trans_audit_id = ln_transaction_id;
620:
621: CURSOR c_fed_allowance_limit is
622: select fed_information1
623: from pay_us_federal_tax_info_f
624: where fed_information_category = 'ALLOWANCES LIMIT'
625: and trunc(sysdate) between effective_start_date and effective_end_date;
626:
627: