DBA Data[Home] [Help]

APPS.CSD_ESTIMATES_FROM_BOM_PVT dependencies on MTL_SYSTEM_ITEMS_B

Line 65: from mtl_system_items_b

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