DBA Data[Home] [Help]

APPS.FA_ADJUSTMENT_PUB dependencies on CSE_FA_INTEGRATION_GRP

Line 2135: if cse_fa_integration_grp.is_oat_enabled 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,
2138: p_asset_hdr_rec => px_asset_hdr_rec,
2139: p_asset_fin_rec_adj => l_asset_fin_rec_adj,

Line 2136: if not cse_fa_integration_grp.adjustment(

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,
2138: p_asset_hdr_rec => px_asset_hdr_rec,
2139: p_asset_fin_rec_adj => l_asset_fin_rec_adj,
2140: p_inv_tbl => px_inv_tbl) then