DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PUB dependencies on FA_IGI_EXT_PKG

Line 658: if (FA_IGI_EXT_PKG.IAC_Enabled) then

654:
655: -- Bug 6391045
656: -- Code hook for IAC
657:
658: if (FA_IGI_EXT_PKG.IAC_Enabled) then
659: if not FA_IGI_EXT_PKG.Do_Rollback_Deprn(
660: p_asset_hdr_rec => px_asset_hdr_rec,
661: p_period_rec => l_period_rec,
662: p_deprn_run_id => l_deprn_run_id,

Line 659: if not FA_IGI_EXT_PKG.Do_Rollback_Deprn(

655: -- Bug 6391045
656: -- Code hook for IAC
657:
658: if (FA_IGI_EXT_PKG.IAC_Enabled) then
659: if not FA_IGI_EXT_PKG.Do_Rollback_Deprn(
660: p_asset_hdr_rec => px_asset_hdr_rec,
661: p_period_rec => l_period_rec,
662: p_deprn_run_id => l_deprn_run_id,
663: p_reversal_event_id => l_rev_event_id,

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

665: p_deprn_exists_count => l_deprn_count,
666: p_calling_function => l_calling_fn) then
667: raise rb_err;
668: end if;
669: end if; -- (FA_IGI_EXT_PKG.IAC_Enabled)
670:
671:
672:
673: return true;