DBA Data[Home] [Help]

APPS.FA_ADJUSTMENT_PUB dependencies on FA_CSE_CALLOUTS_PVT

Line 2545: if fa_cse_callouts_pvt.is_oat_enabled then

2541: raise adj_err;
2542: end if;
2543: end if; -- (FA_IGI_EXT_PKG.IAC_Enabled)
2544:
2545: if fa_cse_callouts_pvt.is_oat_enabled then
2546: if not fa_cse_callouts_pvt.adjustment(
2547: p_trans_rec => px_trans_rec,
2548: p_asset_hdr_rec => px_asset_hdr_rec,
2549: p_asset_fin_rec_adj => l_asset_fin_rec_adj,

Line 2546: if not fa_cse_callouts_pvt.adjustment(

2542: end if;
2543: end if; -- (FA_IGI_EXT_PKG.IAC_Enabled)
2544:
2545: if fa_cse_callouts_pvt.is_oat_enabled then
2546: if not fa_cse_callouts_pvt.adjustment(
2547: p_trans_rec => px_trans_rec,
2548: p_asset_hdr_rec => px_asset_hdr_rec,
2549: p_asset_fin_rec_adj => l_asset_fin_rec_adj,
2550: p_inv_tbl => px_inv_tbl) then