DBA Data[Home] [Help]

APPS.POR_RCV_TRANSACTION_SV dependencies on MTL_SYSTEM_ITEMS

Line 869: mtl_system_items msi,

865: nvl(x_uom_code,rt.uom_code)
866: from rcv_transactions rt,
867: rcv_shipment_lines rl,
868: rcv_shipment_headers rh,
869: mtl_system_items msi,
870: po_Lines_all pol
871: where transaction_id = p_parent_transaction_id
872: and rt.shipment_line_id = rl.shipment_line_id
873: and rl.shipment_header_id = rh.shipment_header_id