DBA Data[Home] [Help]

APPS.PO_GML_CONV_MIG dependencies on STANDARD

Line 65: AND pll.shipment_type in ('STANDARD', 'PLANNED', 'BLANKET')

61: where pll.secondary_unit_of_measure is not null
62: AND pll.po_header_id = pll.po_header_id
63: AND pll.po_line_id = pl.po_line_id
64: AND pll.ship_to_organization_id = mp.organization_id
65: AND pll.shipment_type in ('STANDARD', 'PLANNED', 'BLANKET')
66: AND (
67: (nvl(pll.secondary_quantity_shipped,0) = 0 and nvl(pll.quantity_shipped,0) <> 0)
68: OR
69: (nvl(pll.secondary_quantity_cancelled,0) = 0 and nvl(pll.quantity_cancelled,0) <> 0)