DBA Data[Home] [Help]

APPS.PAY_HK_BAL_UPLOAD dependencies on PAY_TEMP_BALANCE_ADJUSTMENTS

Line 535: from pay_temp_balance_adjustments

531: p_test_batch_line_id number
532: ) is
533: select tax_unit_id
534: ,original_entry_id
535: from pay_temp_balance_adjustments
536: where batch_line_id = p_test_batch_line_id;
537: --
538: -- The balance returned by the include check.
539: --