DBA Data[Home] [Help]

APPS.FA_GAINLOSS_PKG dependencies on FA_UTIL_PUB

Line 81: if (NOT fa_util_pub.get_log_level_rec (

77: g_run_mode := 'UPGRADE';
78: end if;
79:
80: if (not g_log_level_rec.initialized) then
81: if (NOT fa_util_pub.get_log_level_rec (
82: x_log_level_rec => g_log_level_rec
83: )) then
84: raise gainloss_err;
85: end if;