DBA Data[Home] [Help]

APPS.FA_UNIT_ADJ_PUB dependencies on FA_CSE_CALLOUTS_PVT

Line 170: if fa_cse_callouts_pvt.is_oat_enabled then

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,
173: p_asset_hdr_rec => px_asset_hdr_rec,
174: p_asset_dist_tbl => px_asset_dist_tbl) then

Line 171: if not fa_cse_callouts_pvt.unit_adjustment(

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,
173: p_asset_hdr_rec => px_asset_hdr_rec,
174: p_asset_dist_tbl => px_asset_dist_tbl) then
175: raise FND_API.G_EXC_ERROR;