DBA Data[Home] [Help]

APPS.WSH_IB_TXN_MATCH_PKG dependencies on RCV_FTE_HEADERS_V

Line 9679: FROM rcv_fte_headers_v rsh,

9675: rsh.VENDOR_ID,
9676: rsh.ORGANIZATION_ID,
9677: rsh.asn_type,
9678: wloc.wsh_location_id -- IB-Phase-2
9679: FROM rcv_fte_headers_v rsh,
9680: wsh_locations wloc
9681: WHERE rsh.shipment_header_id = p_rcv_header_id
9682: AND rsh.ship_from_location_id = wloc.source_location_id(+); -- IB-Phase-2
9683: --