DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on FA_CACHE_PKG

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

2210:
2211: l_asset_hdr_rec.asset_id := p_asset_id;
2212: l_asset_hdr_rec.book_type_code := p_book_type_code;
2213:
2214: if NOT fa_cache_pkg.fazcbc(x_book => l_asset_hdr_rec.book_type_code) then
2215: OKL_API.SET_MESSAGE(p_app_name => g_app_name,
2216: p_msg_name => 'OKL_LLA_FA_CACHE_ERROR'
2217: );
2218: Raise OKL_API.G_EXCEPTION_ERROR;

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

11326:
11327: */
11328: l_asset_fin_rec.depreciate_flag := l_depreciate_flag;
11329: l_asset_fin_rec.deprn_limit_type :=l_deprn_limit_type;
11330: if NOT fa_cache_pkg.fazcbc(x_book => p_ast_line_rec.corporate_book) then
11331: OKL_API.SET_MESSAGE(p_app_name => g_app_name,
11332: p_msg_name => 'OKL_LLA_FA_CACHE_ERROR'
11333: );
11334: Raise OKL_API.G_EXCEPTION_ERROR;

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

12498: ---------------------------------------------------------------------------------------------
12499: l_fa_asset_hdr_rec.asset_id := p_ast_line_rec.asset_id;
12500: l_fa_asset_hdr_rec.book_type_code := p_ast_line_rec.corporate_book;
12501:
12502: If NOT fa_cache_pkg.fazcbc(x_book => l_fa_asset_hdr_rec.book_type_code) then
12503: OKL_API.SET_MESSAGE(p_app_name => g_app_name,
12504: p_msg_name => 'OKL_LLA_FA_CACHE_ERROR'
12505: );
12506: Raise OKL_API.G_EXCEPTION_ERROR;