DBA Data[Home] [Help]

APPS.FA_TRANS_API_PUB dependencies on FA_CACHE_PKG

Line 995: if (NOT fa_cache_pkg.fazcbc (

991: raise adj_err;
992: end if;
993:
994: -- Need to call the cache for book
995: if (NOT fa_cache_pkg.fazcbc (
996: X_book => l_asset_hdr_rec.book_type_code
997: )) then
998: raise adj_err;
999: end if;