DBA Data[Home] [Help]

APPS.CSD_ESTIMATES_FROM_BOM_PVT dependencies on MTL_SYSTEM_ITEMS_B

Line 66: from mtl_system_items_b

62:
63: -- Check if the item is MU controlled
64:
65: select effectivity_control into l_effectivity_control
66: from mtl_system_items_b
67: where inventory_item_id = p_itemId
68: and organization_id = l_org_id;
69: -- get the max and min unit numbers if the item is MU controlled.
70: if nvl(l_effectivity_control,0) = 2 then