DBA Data[Home] [Help]

APPS.FA_DEPRN_EVENTS_PKG dependencies on FA_IGI_EXT_PKG

Line 375: if (FA_IGI_EXT_PKG.IAC_Enabled) then

371:
372: -- Bug 6391045
373: -- Code hook for IAC
374:
375: if (FA_IGI_EXT_PKG.IAC_Enabled) then
376: if not FA_IGI_EXT_PKG.Do_Depreciation(
377: p_book_type_code => p_book_type_code,
378: p_period_counter => p_period_counter,
379: p_calling_function => l_calling_fn ) then

Line 376: if not FA_IGI_EXT_PKG.Do_Depreciation(

372: -- Bug 6391045
373: -- Code hook for IAC
374:
375: if (FA_IGI_EXT_PKG.IAC_Enabled) then
376: if not FA_IGI_EXT_PKG.Do_Depreciation(
377: p_book_type_code => p_book_type_code,
378: p_period_counter => p_period_counter,
379: p_calling_function => l_calling_fn ) then
380: raise error_found;

Line 382: end if; -- (FA_IGI_EXT_PKG.IAC_Enabled)

378: p_period_counter => p_period_counter,
379: p_calling_function => l_calling_fn ) then
380: raise error_found;
381: end if;
382: end if; -- (FA_IGI_EXT_PKG.IAC_Enabled)
383:
384: x_return_status := 0;
385:
386: EXCEPTION