DBA Data[Home] [Help]

APPS.GMIVTDX dependencies on MTL_SYSTEM_ITEMS_B

Line 568: FROM mtl_system_items_b

564:
565: --Get item's secondary uom code in ODM
566: SELECT secondary_uom_code
567: INTO l_mmtt_row.secondary_uom_code
568: FROM mtl_system_items_b
569: WHERE inventory_item_id = l_mmtt_row.inventory_item_id
570: AND organization_id = l_mmtt_row.organization_id;
571:
572: l_mmtt_row.transaction_type_id := p_odm_txn_type_rec.transaction_type_id;