DBA Data[Home] [Help]

APPS.RCV_HEADERS_INTERFACE_SV dependencies on OE_DROP_SHIP_SOURCES

Line 500: FROM oe_drop_ship_sources

496:
497: IF (x_po_header_id IS NOT NULL) THEN
498: SELECT COUNT(*)
499: INTO temp_count
500: FROM oe_drop_ship_sources
501: WHERE po_header_id = x_po_header_id;
502:
503: IF (temp_count <> 0) THEN -- this is a drop ship
504: IF (g_asn_debug = 'Y') THEN