DBA Data[Home] [Help]

APPS.FA_ADDITION_PUB dependencies on FA_IGI_EXT_PKG

Line 877: if (FA_IGI_EXT_PKG.IAC_Enabled) then

873: end if;
874: -- Bug 6391045
875: -- Code hook for IAC
876:
877: if (FA_IGI_EXT_PKG.IAC_Enabled) then
878: if not FA_IGI_EXT_PKG.Do_Addition(
879: p_trans_rec => l_trans_rec,
880: p_asset_hdr_rec => l_asset_hdr_rec,
881: p_asset_cat_rec => px_asset_cat_rec,

Line 878: if not FA_IGI_EXT_PKG.Do_Addition(

874: -- Bug 6391045
875: -- Code hook for IAC
876:
877: if (FA_IGI_EXT_PKG.IAC_Enabled) then
878: if not FA_IGI_EXT_PKG.Do_Addition(
879: p_trans_rec => l_trans_rec,
880: p_asset_hdr_rec => l_asset_hdr_rec,
881: p_asset_cat_rec => px_asset_cat_rec,
882: p_asset_desc_rec => px_asset_desc_rec,

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

889:
890:
891:
892:
893: end if; -- (FA_IGI_EXT_PKG.IAC_Enabled)
894:
895: -- commit if p_commit is TRUE.
896: if (fnd_api.to_boolean (p_commit)) then
897: COMMIT WORK;