DBA Data[Home] [Help]

APPS.POS_ASN dependencies on PO_LINE_LOCATIONS_ALL

Line 1247: from po_line_locations_all

1243:
1244: update rcv_transactions_interface
1245: set deliver_to_location_id =
1246: (select ship_to_location_id
1247: from po_line_locations_all
1248: where line_location_id = c_rec.PO_LINE_LOCATION_ID)
1249: where INTERFACE_TRANSACTION_ID = l_line_id;
1250:
1251: END IF;

Line 1275: from po_line_locations_all

1271:
1272: update rcv_transactions_interface
1273: set DOCUMENT_SHIPMENT_LINE_NUM =
1274: (select SHIPMENT_NUM
1275: from po_line_locations_all
1276: where line_location_id = c_rec.PO_LINE_LOCATION_ID)
1277: where INTERFACE_TRANSACTION_ID = l_line_id;
1278:
1279: update rcv_transactions_interface

Line 1282: from po_line_locations_all

1278:
1279: update rcv_transactions_interface
1280: set po_release_id =
1281: (select po_release_id
1282: from po_line_locations_all
1283: where line_location_id = c_rec.PO_LINE_LOCATION_ID)
1284: where INTERFACE_TRANSACTION_ID = l_line_id;
1285:
1286: -- Dest subinventory is required by the pre-processor but is