DBA Data[Home] [Help]

APPS.OKL_RELEASE_PVT dependencies on FA_CACHE_PKG

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

6569:
6570: l_asset_hdr_rec.asset_id := p_asset_id;
6571: l_asset_hdr_rec.book_type_code := p_book_type_code;
6572:
6573: if NOT fa_cache_pkg.fazcbc(x_book => l_asset_hdr_rec.book_type_code) then
6574: OKL_API.SET_MESSAGE(p_app_name => g_app_name,
6575: p_msg_name => 'OKL_LLA_FA_CACHE_ERROR'
6576: );
6577: Raise OKL_API.G_EXCEPTION_ERROR;