2117: -- set the primary structs
2118: -- no need anymore - using locals anyway
2119: -- Code hook for IAC
2120:
2121: if (FA_IGI_EXT_PKG.IAC_Enabled) then
2122: if not FA_IGI_EXT_PKG.Do_Adjustment(
2123: p_trans_rec => px_trans_rec,
2124: p_asset_hdr_rec => px_asset_hdr_rec,
2125: p_asset_cat_rec => p_asset_cat_rec,
2118: -- no need anymore - using locals anyway
2119: -- Code hook for IAC
2120:
2121: if (FA_IGI_EXT_PKG.IAC_Enabled) then
2122: if not FA_IGI_EXT_PKG.Do_Adjustment(
2123: p_trans_rec => px_trans_rec,
2124: p_asset_hdr_rec => px_asset_hdr_rec,
2125: p_asset_cat_rec => p_asset_cat_rec,
2126: p_asset_desc_rec => p_asset_desc_rec,
2129: p_asset_deprn_rec => l_asset_deprn_rec_new,
2130: p_calling_function => l_calling_fn) then
2131: raise adj_err;
2132: end if;
2133: end if; -- (FA_IGI_EXT_PKG.IAC_Enabled)
2134:
2135: if cse_fa_integration_grp.is_oat_enabled then
2136: if not cse_fa_integration_grp.adjustment(
2137: p_trans_rec => px_trans_rec,