DBA Data[Home] [Help]

APPS.CSD_REPAIR_MANAGER_UTIL dependencies on MTL_SYSTEM_ITEMS_B

Line 1673: from mtl_system_items_b

1669: -- all the validations are as part of the core API's.
1670: if l_repln_tbl(i).unit_of_measure is null then
1671: select primary_uom_code
1672: into l_repln_tbl(i).unit_of_measure
1673: from mtl_system_items_b
1674: where inventory_item_id = l_repln_tbl(i).inventory_item_id
1675: and organization_id = fnd_profile.value('CSD_DEF_REP_INV_ORG');
1676: end if;
1677: else