DBA Data[Home] [Help]

APPS.FA_MASSADD_SPECIAL_PKG dependencies on FA_UTIL_PUB

Line 257: if (NOT fa_util_pub.get_log_level_rec (

253: x_success_count := 0;
254: x_failure_count := 0;
255:
256: if (not g_log_level_rec.initialized) then
257: if (NOT fa_util_pub.get_log_level_rec (
258: x_log_level_rec => g_log_level_rec
259: )) then
260: raise error_found;
261: end if;