940: p_log_level_rec => g_log_level_rec);
941:
942: -- Bug 6391045
943: -- Code hook for IAC
944: if (FA_IGI_EXT_PKG.IAC_Enabled) then
945: if not FA_IGI_EXT_PKG.Do_Addition(
946: p_trans_rec => l_trans_rec,
947: p_asset_hdr_rec => l_asset_hdr_rec,
948: p_asset_cat_rec => px_asset_cat_rec,
941:
942: -- Bug 6391045
943: -- Code hook for IAC
944: if (FA_IGI_EXT_PKG.IAC_Enabled) then
945: if not FA_IGI_EXT_PKG.Do_Addition(
946: p_trans_rec => l_trans_rec,
947: p_asset_hdr_rec => l_asset_hdr_rec,
948: p_asset_cat_rec => px_asset_cat_rec,
949: p_asset_desc_rec => px_asset_desc_rec,
952: p_asset_type_rec => px_asset_type_rec,
953: p_calling_function => l_calling_fn) then
954: raise add_err1;
955: end if;
956: end if; -- (FA_IGI_EXT_PKG.IAC_Enabled)
957:
958: -- commit if p_commit is TRUE.
959: if (fnd_api.to_boolean (p_commit)) then
960: COMMIT WORK;