DBA Data[Home] [Help]

APPS.FA_ASSET_TRACE_PKG dependencies on FND_API

Line 176: raise FND_API.G_EXC_ERROR;

172: g_print_debug := fa_cache_pkg.fa_print_debug;
173:
174: if (not g_log_level_rec.initialized) then
175: if (NOT fa_util_pub.get_log_level_rec (x_log_level_rec => g_log_level_rec)) then
176: raise FND_API.G_EXC_ERROR;
177: else
178: if (not g_print_debug) then
179: g_print_debug := TRUE;
180: end if;