DBA Data[Home] [Help]

APPS.PJM_INQUIRY dependencies on OE_ORDER_LINES_ALL

Line 302: FROM oe_order_lines_all

298: (NVL(ordered_quantity,0)-NVL(cancelled_quantity,0))
299: )
300: * NVL(unit_selling_price , 0) )
301: INTO L_Order_Total
302: FROM oe_order_lines_all
303: WHERE header_id = X_Header_ID;
304:
305: RETURN ( L_Order_Total );
306: