DBA Data[Home] [Help]

APPS.FA_PROCESS_IMPAIRMENT_PKG dependencies on IGI_IAC_COMMON_UTILS

Line 405: if IGI_IAC_COMMON_UTILS.is_iac_book(p_book_type_code) then

401: if (g_log_level_rec.statement_level) then
402: fa_debug_pkg.add(l_calling_fn,'IAC is enabled..','Checking book is IAC enabled or not.', p_log_level_rec => g_log_level_rec);
403: end if;
404: /*Bug# 8887223 - to check if book is IAC enabled. */
405: if IGI_IAC_COMMON_UTILS.is_iac_book(p_book_type_code) then
406: fa_srvr_msg.add_message(
407: calling_fn => l_calling_fn,
408: name => 'FA_IMPAIR_IAC_ENABLED',
409: p_log_level_rec => g_log_level_rec);