DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_DISPOSE_PVT dependencies on FA_CACHE_PKG

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

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

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

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

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

4046: -- whether the asset is added in the current open period, needs to be done at this stage.
4047:
4048: -- This piece of code is included temporarily as a work around , since FA API has errors
4049: -- Set the Fiscal Year name in teh cache,if not already set
4050: -- IF fa_cache_pkg.fazcbc_record.fiscal_year_name IS NULL THEN
4051: OPEN l_bookcontrols_csr(l_okxassetlines_rec.book_type_code);
4052: FETCH l_bookcontrols_csr INTO l_fiscal_year_name;
4053: IF l_bookcontrols_csr%NOTFOUND OR l_fiscal_year_name IS NULL THEN
4054: x_return_status := OKL_API.G_RET_STS_ERROR;

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

4061:
4062: RAISE OKC_API.G_EXCEPTION_ERROR;
4063: END IF;
4064: CLOSE l_bookcontrols_csr;
4065: fa_cache_pkg.fazcbc_record.fiscal_year_name := l_fiscal_year_name;
4066: -- END IF;
4067:
4068:
4069: IF NOT FA_UTIL_PVT.get_period_rec