DBA Data[Home] [Help]

APPS.RCV_ROI_HEADER_COMMON dependencies on OE_DROP_SHIP_SOURCES

Line 761: FROM oe_drop_ship_sources

757:
758: IF (x_po_header_id IS NOT NULL) THEN
759: SELECT COUNT(*)
760: INTO temp_count
761: FROM oe_drop_ship_sources
762: WHERE po_header_id = x_po_header_id;
763:
764: IF (temp_count <> 0) THEN -- this is a drop ship
765: IF (g_asn_debug = 'Y') THEN