DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PUB dependencies on FA_IGI_EXT_PKG

Line 493: if (FA_IGI_EXT_PKG.IAC_Enabled) then

489:
490: -- Bug 6391045
491: -- Code hook for IAC
492:
493: if (FA_IGI_EXT_PKG.IAC_Enabled) then
494: if not FA_IGI_EXT_PKG.Do_Rollback_Deprn(
495: p_asset_hdr_rec => px_asset_hdr_rec,
496: p_period_rec => l_period_rec,
497: p_deprn_run_id => l_deprn_run_id,

Line 494: if not FA_IGI_EXT_PKG.Do_Rollback_Deprn(

490: -- Bug 6391045
491: -- Code hook for IAC
492:
493: if (FA_IGI_EXT_PKG.IAC_Enabled) then
494: if not FA_IGI_EXT_PKG.Do_Rollback_Deprn(
495: p_asset_hdr_rec => px_asset_hdr_rec,
496: p_period_rec => l_period_rec,
497: p_deprn_run_id => l_deprn_run_id,
498: p_reversal_event_id => l_rev_event_id,

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

500: p_deprn_exists_count => l_deprn_count,
501: p_calling_function => l_calling_fn) then
502: raise rb_err;
503: end if;
504: end if; -- (FA_IGI_EXT_PKG.IAC_Enabled)
505:
506:
507:
508: return true;