DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_DISPOSE_PVT dependencies on FA_CACHE_PKG

Line 2262: -- IF fa_cache_pkg.fazcbc_record.fiscal_year_name IS NULL THEN

2258: -- whether the asset is added in the current open period, needs to be done at this stage.
2259:
2260: -- This piece of code is included temporarily as a work around , since FA API has errors
2261: -- Set the Fiscal Year name in teh cache,if not already set
2262: -- IF fa_cache_pkg.fazcbc_record.fiscal_year_name IS NULL THEN
2263: OPEN l_bookcontrols_csr(l_okxassetlines_rec.book_type_code);
2264: FETCH l_bookcontrols_csr INTO l_fiscal_year_name;
2265: IF l_bookcontrols_csr%NOTFOUND OR l_fiscal_year_name IS NULL THEN
2266: x_return_status := OKL_API.G_RET_STS_ERROR;

Line 2277: fa_cache_pkg.fazcbc_record.fiscal_year_name := l_fiscal_year_name;

2273:
2274: RAISE OKC_API.G_EXCEPTION_ERROR;
2275: END IF;
2276: CLOSE l_bookcontrols_csr;
2277: fa_cache_pkg.fazcbc_record.fiscal_year_name := l_fiscal_year_name;
2278: -- END IF;
2279:
2280:
2281: IF NOT FA_UTIL_PVT.get_period_rec

Line 4039: -- IF fa_cache_pkg.fazcbc_record.fiscal_year_name IS NULL THEN

4035: -- whether the asset is added in the current open period, needs to be done at this stage.
4036:
4037: -- This piece of code is included temporarily as a work around , since FA API has errors
4038: -- Set the Fiscal Year name in teh cache,if not already set
4039: -- IF fa_cache_pkg.fazcbc_record.fiscal_year_name IS NULL THEN
4040: OPEN l_bookcontrols_csr(l_okxassetlines_rec.book_type_code);
4041: FETCH l_bookcontrols_csr INTO l_fiscal_year_name;
4042: IF l_bookcontrols_csr%NOTFOUND OR l_fiscal_year_name IS NULL THEN
4043: x_return_status := OKL_API.G_RET_STS_ERROR;

Line 4054: fa_cache_pkg.fazcbc_record.fiscal_year_name := l_fiscal_year_name;

4050:
4051: RAISE OKC_API.G_EXCEPTION_ERROR;
4052: END IF;
4053: CLOSE l_bookcontrols_csr;
4054: fa_cache_pkg.fazcbc_record.fiscal_year_name := l_fiscal_year_name;
4055: -- END IF;
4056:
4057:
4058: IF NOT FA_UTIL_PVT.get_period_rec