DBA Data[Home] [Help]

APPS.PAY_SG_BAL_UPLOAD dependencies on PAY_TEMP_BALANCE_ADJUSTMENTS

Line 477: from pay_temp_balance_adjustments

473: p_test_batch_line_id number
474: ) is
475: select tax_unit_id
476: ,original_entry_id
477: from pay_temp_balance_adjustments
478: where batch_line_id = p_test_batch_line_id;
479: --
480: -- The balance returned by the include check.
481: --