DBA Data[Home] [Help]

APPS.FA_GENACCTS_PKG dependencies on FA_UTIL_PUB

Line 225: if (NOT fa_util_pub.get_log_level_rec (

221: x_failure_count := 0;
222: x_worker_jobs := 0;
223:
224: if (not g_log_level_rec.initialized) then
225: if (NOT fa_util_pub.get_log_level_rec (
226: x_log_level_rec => g_log_level_rec
227: )) then
228: raise error_found;
229: end if;

Line 2074: if (NOT fa_util_pub.get_log_level_rec (

2070:
2071: BEGIN
2072:
2073: if (not g_log_level_rec.initialized) then
2074: if (NOT fa_util_pub.get_log_level_rec (
2075: x_log_level_rec => g_log_level_rec
2076: )) then
2077: raise FND_API.G_EXC_ERROR;
2078: end if;