DBA Data[Home] [Help]

APPS.OKL_CREATE_KLE_PVT dependencies on FA_CACHE_PKG

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

12328:
12329: l_asset_hdr_rec.asset_id := p_asset_id;
12330: l_asset_hdr_rec.book_type_code := p_book_type_code;
12331:
12332: if NOT fa_cache_pkg.fazcbc(x_book => l_asset_hdr_rec.book_type_code) then
12333: OKL_API.SET_MESSAGE(p_app_name => g_app_name,
12334: p_msg_name => 'OKL_LLA_FA_CACHE_ERROR'
12335: );
12336: Raise OKL_API.G_EXCEPTION_ERROR;