DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV1 dependencies on STANDARD

Line 30: AND PLL.shipment_type in ('STANDARD', 'PLANNED', 'PRICE BREAK');

26: SELECT max(PLL.shipment_num) + 1
27: INTO X_shipment_num
28: FROM po_line_locations PLL
29: WHERE PLL.po_line_id = X_po_line_id
30: AND PLL.shipment_type in ('STANDARD', 'PLANNED', 'PRICE BREAK');
31:
32: END IF;
33:
34: --