DBA Data[Home] [Help]

APPS.MSD_COMMON_UTILITIES dependencies on MSC_SYSTEM_ITEMS

Line 774: from msc_system_items

770: where parameter_name = 'MSD_MASTER_ORG';
771:
772: select NVL(uom_code,'Ea')
773: into l_master_uom
774: from msc_system_items
775: where inventory_item_id = item_id
776: and organization_id = l_master_org;
777:
778: /* Convert to Master org primary uom */