DBA Data[Home] [Help]

APPS.WMS_DEVICE_CONFIRMATION_PUB dependencies on MTL_SYSTEM_ITEMS_B

Line 4521: FROM mtl_system_items_b

4517:
4518: /* changes for bug 8197536 */
4519: select dual_uom_control,secondary_uom_code
4520: into l_dual_uom_control,l_secondary_uom
4521: FROM mtl_system_items_b
4522: where inventory_item_id = l_inventory_item_id
4523: and organization_id = l_rec.organization_id;
4524: if(l_dual_uom_control <> 1)
4525: THEN