DBA Data[Home] [Help]

APPS.OKL_RELEASE_PVT dependencies on FA_CACHE_PKG

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

6260:
6261: l_asset_hdr_rec.asset_id := p_asset_id;
6262: l_asset_hdr_rec.book_type_code := p_book_type_code;
6263:
6264: if NOT fa_cache_pkg.fazcbc(x_book => l_asset_hdr_rec.book_type_code) then
6265: OKL_API.SET_MESSAGE(p_app_name => g_app_name,
6266: p_msg_name => 'OKL_LLA_FA_CACHE_ERROR'
6267: );
6268: Raise OKL_API.G_EXCEPTION_ERROR;