DBA Data[Home] [Help]

APPS.RCV_RECEIPTS_QUERY_SV dependencies on PO_LINE_LOCATIONS

Line 134: from po_line_locations

130: -- Added this for ASN Phase 2 to account for shipped_quantity
131:
132: select nvl(quantity_shipped,0)
133: into X_quantity_shipped
134: from po_line_locations
135: where
136: line_location_id = x_line_location_id;
137:
138: /*Bug 2675920 When an ASN is cancelled from Manageshipments form in Batch mode and

Line 243: from po_line_locations

239:
240: -- Added this for ASN Phase 2 to account for shipped_quantity
241: select nvl(quantity_shipped,0)
242: into X_quantity_shipped
243: from po_line_locations
244: where
245: line_location_id = x_line_location_id;
246:
247: /*