DBA Data[Home] [Help]

APPS.FA_MASS_RET_PKG dependencies on FA_UTIL_PUB

Line 3345: if (NOT fa_util_pub.get_log_level_rec (

3341: BEGIN -- Allocate Assets
3342:
3343:
3344: if (not g_log_level_rec.initialized) then
3345: if (NOT fa_util_pub.get_log_level_rec (
3346: x_log_level_rec => g_log_level_rec
3347: )) then
3348: raise error_found;
3349: end if;