DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_GRP dependencies on INV_CACHE

Line 4941: if inv_cache.set_org_rec(p_orgid) then

4937: /*validate material status for comingling */
4938:
4939: IF (l_status_id IS NOT NULL AND l_allow_status_entry = 'Y' AND p_serctrl NOT IN (2,5)) THEN /* Bug 13725126 */
4940:
4941: if inv_cache.set_org_rec(p_orgid) then
4942: l_default_status_id := inv_cache.org_rec.default_status_id;
4943: end if;
4944:
4945: IF (l_default_status_id is not null) THEN

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

4938:
4939: IF (l_status_id IS NOT NULL AND l_allow_status_entry = 'Y' AND p_serctrl NOT IN (2,5)) THEN /* Bug 13725126 */
4940:
4941: if inv_cache.set_org_rec(p_orgid) then
4942: l_default_status_id := inv_cache.org_rec.default_status_id;
4943: end if;
4944:
4945: IF (l_default_status_id is not null) THEN
4946: