DBA Data[Home] [Help]

APPS.FA_ASSET_TRACE_PKG dependencies on FND_API

Line 156: raise FND_API.G_EXC_ERROR;

152: g_print_debug := fa_cache_pkg.fa_print_debug;
153:
154: if (not g_log_level_rec.initialized) then
155: if (NOT fa_util_pub.get_log_level_rec (x_log_level_rec => g_log_level_rec)) then
156: raise FND_API.G_EXC_ERROR;
157: else
158: if (not g_print_debug) then
159: g_print_debug := TRUE;
160: end if;