DBA Data[Home] [Help]

APPS.POS_ASN_XML dependencies on RCV_SHIPMENT_HEADERS

Line 37: from rcv_shipment_headers

33:
34:
35: select count(*)
36: into p_count
37: from rcv_shipment_headers
38: where
39: shipment_num = p_shipment_num and
40: vendor_id = p_vendor_id and
41: nvl(vendor_site_id, -9999) = nvl(p_vendor_site_id, -9999);