DBA Data[Home] [Help]

APPS.OKL_CREATE_KLE_PVT dependencies on FA_CACHE_PKG

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

12413:
12414: l_asset_hdr_rec.asset_id := p_asset_id;
12415: l_asset_hdr_rec.book_type_code := p_book_type_code;
12416:
12417: if NOT fa_cache_pkg.fazcbc(x_book => l_asset_hdr_rec.book_type_code) then
12418: OKL_API.SET_MESSAGE(p_app_name => g_app_name,
12419: p_msg_name => 'OKL_LLA_FA_CACHE_ERROR'
12420: );
12421: Raise OKL_API.G_EXCEPTION_ERROR;