DBA Data[Home] [Help]

APPS.PAY_KR_BAL_UPLOAD dependencies on PAY_BALANCE_BATCH_LINES

Line 267: pay_balance_batch_lines pbbl

263: select pbbl.tax_unit_id,
264: pbbl.run_type_id,
265: pbbl.source_text
266: from
267: pay_balance_batch_lines pbbl
268: where pbbl.batch_line_id = p_batch_line_id;
269: --
270: cursor csr_bal_adj(
271: p_test_batch_line_id number)