DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on FA_CACHE_PKG

Line 2242: if NOT fa_cache_pkg.fazcbc(x_book => l_asset_hdr_rec.book_type_code) then

2238:
2239: l_asset_hdr_rec.asset_id := p_asset_id;
2240: l_asset_hdr_rec.book_type_code := p_book_type_code;
2241:
2242: if NOT fa_cache_pkg.fazcbc(x_book => l_asset_hdr_rec.book_type_code) then
2243: OKL_API.SET_MESSAGE(p_app_name => g_app_name,
2244: p_msg_name => 'OKL_LLA_FA_CACHE_ERROR'
2245: );
2246: Raise OKL_API.G_EXCEPTION_ERROR;

Line 11383: if NOT fa_cache_pkg.fazcbc(x_book => p_ast_line_rec.corporate_book) then

11379:
11380: */
11381: l_asset_fin_rec.depreciate_flag := l_depreciate_flag;
11382: l_asset_fin_rec.deprn_limit_type :=l_deprn_limit_type;
11383: if NOT fa_cache_pkg.fazcbc(x_book => p_ast_line_rec.corporate_book) then
11384: OKL_API.SET_MESSAGE(p_app_name => g_app_name,
11385: p_msg_name => 'OKL_LLA_FA_CACHE_ERROR'
11386: );
11387: Raise OKL_API.G_EXCEPTION_ERROR;

Line 12555: If NOT fa_cache_pkg.fazcbc(x_book => l_fa_asset_hdr_rec.book_type_code) then

12551: ---------------------------------------------------------------------------------------------
12552: l_fa_asset_hdr_rec.asset_id := p_ast_line_rec.asset_id;
12553: l_fa_asset_hdr_rec.book_type_code := p_ast_line_rec.corporate_book;
12554:
12555: If NOT fa_cache_pkg.fazcbc(x_book => l_fa_asset_hdr_rec.book_type_code) then
12556: OKL_API.SET_MESSAGE(p_app_name => g_app_name,
12557: p_msg_name => 'OKL_LLA_FA_CACHE_ERROR'
12558: );
12559: Raise OKL_API.G_EXCEPTION_ERROR;