DBA Data[Home] [Help]

APPS.INV_MATERIAL_STATUS_PUB dependencies on INV_CACHE

Line 58: if (inv_cache.set_org_rec(p_status_rec.organization_id)) then

54: fnd_msg_pub.initialize;
55: END IF;
56:
57: -- Bug 13731486
58: if (inv_cache.set_org_rec(p_status_rec.organization_id)) then
59: l_default_status_id := inv_cache.org_rec.default_status_id;
60: end if;
61:
62: if p_object_type = 'O' or p_object_type = 'S' then

Line 59: l_default_status_id := inv_cache.org_rec.default_status_id;

55: END IF;
56:
57: -- Bug 13731486
58: if (inv_cache.set_org_rec(p_status_rec.organization_id)) then
59: l_default_status_id := inv_cache.org_rec.default_status_id;
60: end if;
61:
62: if p_object_type = 'O' or p_object_type = 'S' then
63: -- check if the item is lot_serial status controlled