DBA Data[Home] [Help]

APPS.INV_RESERVATION_VALIDATE_PVT dependencies on INV_CACHE

Line 2136: IF inv_cache.set_org_rec(p_organization_id) THEN

2132:
2133:
2134: --Bug 2334171 Check whether the sub is reservable
2135: -- Added the below for Bug 6870416
2136: IF inv_cache.set_org_rec(p_organization_id) THEN
2137: l_default_onhand_status_id := inv_cache.org_rec.default_status_id;
2138: END IF;
2139:
2140: IF l_default_onhand_status_id IS NULL THEN

Line 2137: l_default_onhand_status_id := inv_cache.org_rec.default_status_id;

2133:
2134: --Bug 2334171 Check whether the sub is reservable
2135: -- Added the below for Bug 6870416
2136: IF inv_cache.set_org_rec(p_organization_id) THEN
2137: l_default_onhand_status_id := inv_cache.org_rec.default_status_id;
2138: END IF;
2139:
2140: IF l_default_onhand_status_id IS NULL THEN
2141: IF l_rec.reservable_type = inv_globals.g_subinventory_non_reservable