DBA Data[Home] [Help]

APPS.INV_TXN_VALIDATIONS dependencies on INV_CACHE

Line 2888: IF (inv_cache.set_org_rec(p_organization_id => p_organization_id)) THEN

2884: WHERE organization_id = p_organization_id
2885: AND lpn_id = p_lpn_id;
2886:
2887: -- Bug 13878269
2888: IF (inv_cache.set_org_rec(p_organization_id => p_organization_id)) THEN
2889: l_inv_rcpt_code := inv_cache.org_rec.negative_inv_receipt_code;
2890: END IF;
2891:
2892: OPEN l_item_cursor;

Line 2889: l_inv_rcpt_code := inv_cache.org_rec.negative_inv_receipt_code;

2885: AND lpn_id = p_lpn_id;
2886:
2887: -- Bug 13878269
2888: IF (inv_cache.set_org_rec(p_organization_id => p_organization_id)) THEN
2889: l_inv_rcpt_code := inv_cache.org_rec.negative_inv_receipt_code;
2890: END IF;
2891:
2892: OPEN l_item_cursor;
2893: