DBA Data[Home] [Help]

APPS.OKL_AM_UTIL_PVT dependencies on FA_CACHE_PKG

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

5211:
5212: l_asset_hdr_rec.asset_id := p_asset_id;
5213: l_asset_hdr_rec.book_type_code := l_book_type_code;
5214:
5215: if NOT fa_cache_pkg.fazcbc(x_book => l_asset_hdr_rec.book_type_code) then
5216: OKL_API.SET_MESSAGE(p_app_name => g_app_name,
5217: p_msg_name => 'OKL_LLA_FA_CACHE_ERROR'
5218: );
5219: Raise OKL_API.G_EXCEPTION_ERROR;