DBA Data[Home] [Help]

APPS.WMS_SEARCH_ORDER_GLOBALS_PVT dependencies on MTL_TRANSACTION_LOTS_TEMP

Line 1873: from mtl_transaction_lots_temp

1869: TERRITORY_CODE ,
1870: SUBLOT_NUM ,
1871: SECONDARY_UNIT_OF_MEASURE ,
1872: QC_GRADE
1873: from mtl_transaction_lots_temp
1874: where transaction_temp_id in ( select transaction_temp_id
1875: from wms_material_txn_trace
1876: where transaction_header_id = l_txn_header_id);
1877: