DBA Data[Home] [Help]

APPS.FA_BASIS_OVERRIDE_INIT_PKG dependencies on FA_UTIL_PUB

Line 46: if (NOT fa_util_pub.get_log_level_rec ( x_log_level_rec => g_log_level_rec)) then

42:
43: -- This is just cover process to call the function FAODDA on FA_CDE_PKG
44:
45: if (not g_log_level_rec.initialized) then
46: if (NOT fa_util_pub.get_log_level_rec ( x_log_level_rec => g_log_level_rec)) then
47: raise facodda_err;
48: end if;
49: end if;
50:

Line 278: if (NOT fa_util_pub.get_log_level_rec (

274: -- This is just cover process to call the function
275: -- of faxcdb on FA_CALC_DEPRN_BASIS1_PKG
276:
277: if (not g_log_level_rec.initialized) then
278: if (NOT fa_util_pub.get_log_level_rec (
279: x_log_level_rec => g_log_level_rec
280: )) then
281: raise faxccdb_err;
282: end if;

Line 577: if (NOT fa_util_pub.get_log_level_rec (

573:
574: -- fa_debug_pkg.initialize; -- removed to not clear the message stack.
575:
576: if (not g_log_level_rec.initialized) then
577: if (NOT fa_util_pub.get_log_level_rec (
578: x_log_level_rec => g_log_level_rec
579: )) then
580: null;
581: end if;