DBA Data[Home] [Help]

APPS.POS_ASN dependencies on PO_LINES_ALL

Line 1267: from po_lines_all

1263: -- not available from pos_asn_shop_cart_details.
1264: update rcv_transactions_interface
1265: set DOCUMENT_LINE_NUM =
1266: (select LINE_NUM
1267: from po_lines_all
1268: where po_line_id = c_rec.PO_LINE_ID)
1269: where INTERFACE_TRANSACTION_ID = l_line_id;
1270:
1271: