DBA Data[Home] [Help]

APPS.OE_NEGOTIATE_WF dependencies on OE_ORDER_LINES_ALL

Line 136: FROM oe_order_lines_all

132: l_return_status VARCHAR2(30);
133: l_validate_cfg BOOLEAN;
134: Cursor Query_Lines IS
135: SELECT item_type_code, ordered_quantity
136: FROM oe_order_lines_all
137: WHERE header_id = to_number(itemkey);
138:
139: l_item_type_code VARCHAR2(30);
140: l_qa_return_status VARCHAR2(30);