DBA Data[Home] [Help]

APPS.INV_CONSIGNED_VALIDATIONS dependencies on INV_CACHE

Line 2240: if inv_cache.set_org_rec(p_org_id) then

2236: -- where inventory_item_id = p_item_id
2237: -- and organization_id = p_org_id;
2238:
2239: -- Added the below for 6633612
2240: if inv_cache.set_org_rec(p_org_id) then
2241: l_default_status_id := inv_cache.org_rec.default_status_id;
2242: if l_default_status_id is null then
2243: l_default_status_id := -1;
2244: end if;

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

2237: -- and organization_id = p_org_id;
2238:
2239: -- Added the below for 6633612
2240: if inv_cache.set_org_rec(p_org_id) then
2241: l_default_status_id := inv_cache.org_rec.default_status_id;
2242: if l_default_status_id is null then
2243: l_default_status_id := -1;
2244: end if;
2245: end if;

Line 2945: IF inv_cache.set_org_rec(p_org_id) THEN

2941: and organization_id = p_org_id;
2942:
2943: /* Added the below for bug 7193862 */
2944:
2945: IF inv_cache.set_org_rec(p_org_id) THEN
2946: l_default_status_id := inv_cache.org_rec.default_status_id;
2947:
2948: IF l_default_status_id IS NULL THEN
2949: l_default_status_id := -1;

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

2942:
2943: /* Added the below for bug 7193862 */
2944:
2945: IF inv_cache.set_org_rec(p_org_id) THEN
2946: l_default_status_id := inv_cache.org_rec.default_status_id;
2947:
2948: IF l_default_status_id IS NULL THEN
2949: l_default_status_id := -1;
2950: END IF;