DBA Data[Home] [Help]

APPS.PO_COPYDOC_S1 dependencies on OE_DROP_SHIP_GRP

Line 3626: IF (OE_DROP_SHIP_GRP.po_line_location_is_drop_ship(l_line_location_id)

3622: LOOP
3623: FETCH l_po_shipment_csr INTO l_line_location_id;
3624: EXIT WHEN l_po_shipment_csr%NOTFOUND;
3625:
3626: IF (OE_DROP_SHIP_GRP.po_line_location_is_drop_ship(l_line_location_id)
3627: IS NOT NULL) THEN
3628: CLOSE l_po_shipment_csr;
3629: RETURN TRUE;
3630: END IF;