DBA Data[Home] [Help]

APPS.CSI_T_UTILITIES_PVT dependencies on PO_LINES_ALL

Line 661: ELSIF px_txn_line_rec.source_transaction_table = 'PO_LINES_ALL' THEN

657: -- FROM wsh_delivery_details
658: FROM wsh_delivery_details_ob_grp_v
659: WHERE delivery_detail_id = px_txn_line_rec.source_transaction_id;
660:
661: ELSIF px_txn_line_rec.source_transaction_table = 'PO_LINES_ALL' THEN
662:
663: SELECT item_id,
664: item_revision,
665: quantity,

Line 671: FROM po_lines_all

667: INTO l_txn_source_rec.inventory_item_id,
668: l_txn_source_rec.item_revision,
669: l_txn_source_rec.source_quantity,
670: l_uom
671: FROM po_lines_all
672: WHERE po_line_id = px_txn_line_rec.source_transaction_id;
673:
674: ELSIF px_txn_line_rec.source_transaction_table = 'RCV_SHIPMENT_LINES' THEN
675: null;