[Home] [Help]
17: -- Now populate the lines global Temp. Table
18: FOR i IN p_trx_lines_tbl.FIRST .. p_trx_lines_tbl.LAST
19: LOOP
20:
21: INSERT INTO ar_trx_lines_gt (
22: trx_line_id,
23: trx_header_id ,
24: customer_trx_line_id ,
25: link_to_trx_line_id,