DBA Data[Home] [Help]

APPS.PO_COPYDOC_S1 dependencies on OE_DROP_SHIP_GRP

Line 4258: IF (OE_DROP_SHIP_GRP.po_line_location_is_drop_ship(l_line_location_id)

4254: LOOP
4255: FETCH l_po_shipment_csr INTO l_line_location_id;
4256: EXIT WHEN l_po_shipment_csr%NOTFOUND;
4257:
4258: IF (OE_DROP_SHIP_GRP.po_line_location_is_drop_ship(l_line_location_id)
4259: IS NOT NULL) THEN
4260: CLOSE l_po_shipment_csr;
4261: RETURN TRUE;
4262: END IF;