DBA Data[Home] [Help]

APPS.INV_MINMAX_PVT dependencies on INV_CACHE

Line 3538: IF inv_cache.set_item_rec(p_organization_id =>p_organization_id,p_item_id => p_item_id) THEN

3534: END IF;
3535: /* --------INVCONV changes------------------------------ */
3536: /* 4004567 Instead of checking whether the item is dual uom controlled by checking if the item is defined to the org which is process enabled or not. Made change to check if the item has secondary_uom */
3537:
3538: IF inv_cache.set_item_rec(p_organization_id =>p_organization_id,p_item_id => p_item_id) THEN
3539: l_secondary_uom := inv_cache.item_rec.secondary_uom_code;
3540: END IF;
3541:
3542:

Line 3539: l_secondary_uom := inv_cache.item_rec.secondary_uom_code;

3535: /* --------INVCONV changes------------------------------ */
3536: /* 4004567 Instead of checking whether the item is dual uom controlled by checking if the item is defined to the org which is process enabled or not. Made change to check if the item has secondary_uom */
3537:
3538: IF inv_cache.set_item_rec(p_organization_id =>p_organization_id,p_item_id => p_item_id) THEN
3539: l_secondary_uom := inv_cache.item_rec.secondary_uom_code;
3540: END IF;
3541:
3542:
3543: