DBA Data[Home] [Help]

APPS.FA_RECLASS_PUB dependencies on FA_CACHE_PKG

Line 159: if not fa_cache_pkg.fazcbc(X_book => px_asset_hdr_rec.book_type_code,

155:
156: px_asset_hdr_rec.book_type_code := l_corp_book;
157:
158: -- load the book controls cache
159: if not fa_cache_pkg.fazcbc(X_book => px_asset_hdr_rec.book_type_code,
160: p_log_level_rec => g_log_level_rec) then
161: raise FND_API.G_EXC_ERROR;
162: end if;
163: