DBA Data[Home] [Help]

APPS.FA_UNIT_ADJ_PUB dependencies on FA_IGI_EXT_PKG

Line 161: if (FA_IGI_EXT_PKG.IAC_Enabled) then

157:
158: /*
159: * Code hook for IAC
160: */
161: if (FA_IGI_EXT_PKG.IAC_Enabled) then
162: if not FA_IGI_EXT_PKG.Do_Unit_Adjustment(
163: p_trans_rec => px_trans_rec,
164: p_asset_hdr_rec => px_asset_hdr_rec,
165: p_asset_cat_rec => l_asset_cat_rec,

Line 162: if not FA_IGI_EXT_PKG.Do_Unit_Adjustment(

158: /*
159: * Code hook for IAC
160: */
161: if (FA_IGI_EXT_PKG.IAC_Enabled) then
162: if not FA_IGI_EXT_PKG.Do_Unit_Adjustment(
163: p_trans_rec => px_trans_rec,
164: p_asset_hdr_rec => px_asset_hdr_rec,
165: p_asset_cat_rec => l_asset_cat_rec,
166: p_calling_function => 'FA_UNIT_ADJ_PUB.DO_UNIT_ADJUSTMENT') then raise FND_API.G_EXC_ERROR;

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

164: p_asset_hdr_rec => px_asset_hdr_rec,
165: p_asset_cat_rec => l_asset_cat_rec,
166: p_calling_function => 'FA_UNIT_ADJ_PUB.DO_UNIT_ADJUSTMENT') then raise FND_API.G_EXC_ERROR;
167: end if;
168: end if; -- (FA_IGI_EXT_PKG.IAC_Enabled)
169:
170: if fa_cse_callouts_pvt.is_oat_enabled then
171: if not fa_cse_callouts_pvt.unit_adjustment(
172: p_trans_rec => px_trans_rec,