DBA Data[Home] [Help]

APPS.CSTPLENG dependencies on PO_HEADERS_ALL

Line 461: from mtl_material_transactions mmt, po_headers_all po

457: /* Purchase Order, use RCV transaction ID */
458: /* Bug 3291126, we should use PO number */
459: select po.segment1
460: into l_src_number
461: from mtl_material_transactions mmt, po_headers_all po
462: where mmt.transaction_id = i_txn_id
463: and mmt.transaction_source_id = po.po_header_id;
464: elsif (i_txn_src_type = 2) then
465: /* Sales Order, use Order Number */