DBA Data[Home] [Help]

APPS.FA_UNIT_ADJ_PUB dependencies on FA_IGI_EXT_PKG

Line 158: if (FA_IGI_EXT_PKG.IAC_Enabled) then

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

Line 159: if not FA_IGI_EXT_PKG.Do_Unit_Adjustment(

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

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

162: p_asset_cat_rec => l_asset_cat_rec,
163: p_calling_function => 'FA_UNIT_ADJ_PUB.DO_UNIT_ADJUSTMENT') 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,