DBA Data[Home] [Help]

APPS.FA_PROCESS_IMPAIRMENT_PKG dependencies on FA_IGI_EXT_PKG

Line 400: if FA_IGI_EXT_PKG.IAC_Enabled then

396: if (g_log_level_rec.statement_level) then
397: fa_debug_pkg.add(l_calling_fn,'Number of sob', l_sob_tbl.count, p_log_level_rec => g_log_level_rec);
398: end if;
399: /*Bug#8590767 */
400: if FA_IGI_EXT_PKG.IAC_Enabled 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. */