DBA Data[Home] [Help]

APPS.PAY_US_W4_WF dependencies on PAY_US_FEDERAL_TAX_INFO_F

Line 744: from pay_us_federal_tax_info_f

740: and source4 = ln_transaction_id;
741:
742: CURSOR c_fed_allowance_limit is
743: select fed_information1
744: from pay_us_federal_tax_info_f
745: where fed_information_category = 'ALLOWANCES LIMIT'
746: and trunc(sysdate) between effective_start_date
747: and effective_end_date;
748: