DBA Data[Home] [Help]

APPS.INV_PROJECT dependencies on INV_CACHE

Line 998: -- Bug 5304874 Added INV_CACHE.is_pickrelease so that caching happens for pick release online cases also

994:
995: IF nvl(g_organization_id,-999) <> nvl(P_Organization_Id,-999) THEN
996:
997: -- bugfix 4643461 cache the org_id for pickrelease and TM only. which has concurrent req id not null.
998: -- Bug 5304874 Added INV_CACHE.is_pickrelease so that caching happens for pick release online cases also
999: if (l_conreq_id > 0 OR INV_CACHE.is_pickrelease) then
1000:
1001: g_organization_id := P_Organization_Id;
1002:

Line 999: if (l_conreq_id > 0 OR INV_CACHE.is_pickrelease) then

995: IF nvl(g_organization_id,-999) <> nvl(P_Organization_Id,-999) THEN
996:
997: -- bugfix 4643461 cache the org_id for pickrelease and TM only. which has concurrent req id not null.
998: -- Bug 5304874 Added INV_CACHE.is_pickrelease so that caching happens for pick release online cases also
999: if (l_conreq_id > 0 OR INV_CACHE.is_pickrelease) then
1000:
1001: g_organization_id := P_Organization_Id;
1002:
1003: end if;