DBA Data[Home] [Help]

APPS.FA_UNIT_ADJ_PUB dependencies on CSE_FA_INTEGRATION_GRP

Line 168: if cse_fa_integration_grp.is_oat_enabled then

164: raise FND_API.G_EXC_ERROR;
165: end if;
166: end if; -- (FA_IGI_EXT_PKG.IAC_Enabled)
167:
168: if cse_fa_integration_grp.is_oat_enabled then
169: if not cse_fa_integration_grp.unit_adjustment(
170: p_trans_rec => px_trans_rec,
171: p_asset_hdr_rec => px_asset_hdr_rec,
172: p_asset_dist_tbl => px_asset_dist_tbl) then

Line 169: if not cse_fa_integration_grp.unit_adjustment(

165: end if;
166: end if; -- (FA_IGI_EXT_PKG.IAC_Enabled)
167:
168: if cse_fa_integration_grp.is_oat_enabled then
169: if not cse_fa_integration_grp.unit_adjustment(
170: p_trans_rec => px_trans_rec,
171: p_asset_hdr_rec => px_asset_hdr_rec,
172: p_asset_dist_tbl => px_asset_dist_tbl) then
173: raise FND_API.G_EXC_ERROR;