DBA Data[Home] [Help]

APPS.INV_RESERVATION_VALIDATE_PVT dependencies on INV_CACHE

Line 2259: IF inv_cache.set_org_rec(p_organization_id) THEN

2255:
2256:
2257: --Bug 2334171 Check whether the sub is reservable
2258: -- Added the below for Bug 6870416
2259: IF inv_cache.set_org_rec(p_organization_id) THEN
2260: l_default_onhand_status_id := inv_cache.org_rec.default_status_id;
2261: END IF;
2262:
2263: IF l_default_onhand_status_id IS NULL THEN

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

2256:
2257: --Bug 2334171 Check whether the sub is reservable
2258: -- Added the below for Bug 6870416
2259: IF inv_cache.set_org_rec(p_organization_id) THEN
2260: l_default_onhand_status_id := inv_cache.org_rec.default_status_id;
2261: END IF;
2262:
2263: IF l_default_onhand_status_id IS NULL THEN
2264: IF l_rec.reservable_type = inv_globals.g_subinventory_non_reservable