DBA Data[Home] [Help]

APPS.OE_PROCESS_REQUISITION_PVT dependencies on DBMS_SQL

Line 621: l_req_line_id_tbl Dbms_Sql.number_table;

617: --l_separator VARCHAR2(1); -- Added for bug 8920840
618: -- Commented for bug 8974535
619: --
620:
621: l_req_line_id_tbl Dbms_Sql.number_table;
622: l_req_can_qty_tbl Dbms_Sql.number_table; -- Bug12970870
623: l_req_can_qty2_tbl Dbms_Sql.number_table; --Bug 14211120 Secondary cancel qty
624:
625: CURSOR Cancel_Lines IS

Line 622: l_req_can_qty_tbl Dbms_Sql.number_table; -- Bug12970870

618: -- Commented for bug 8974535
619: --
620:
621: l_req_line_id_tbl Dbms_Sql.number_table;
622: l_req_can_qty_tbl Dbms_Sql.number_table; -- Bug12970870
623: l_req_can_qty2_tbl Dbms_Sql.number_table; --Bug 14211120 Secondary cancel qty
624:
625: CURSOR Cancel_Lines IS
626: select source_document_line_id

Line 623: l_req_can_qty2_tbl Dbms_Sql.number_table; --Bug 14211120 Secondary cancel qty

619: --
620:
621: l_req_line_id_tbl Dbms_Sql.number_table;
622: l_req_can_qty_tbl Dbms_Sql.number_table; -- Bug12970870
623: l_req_can_qty2_tbl Dbms_Sql.number_table; --Bug 14211120 Secondary cancel qty
624:
625: CURSOR Cancel_Lines IS
626: select source_document_line_id
627: from oe_order_lines_all