DBA Data[Home] [Help]

APPS.FA_ADJUSTMENT_PUB dependencies on FA_IGI_EXT_PKG

Line 2531: if (FA_IGI_EXT_PKG.IAC_Enabled) then

2527: -- set the primary structs
2528: -- no need anymore - using locals anyway
2529: -- Code hook for IAC
2530:
2531: if (FA_IGI_EXT_PKG.IAC_Enabled) then
2532: if not FA_IGI_EXT_PKG.Do_Adjustment(
2533: p_trans_rec => px_trans_rec,
2534: p_asset_hdr_rec => px_asset_hdr_rec,
2535: p_asset_cat_rec => p_asset_cat_rec,

Line 2532: if not FA_IGI_EXT_PKG.Do_Adjustment(

2528: -- no need anymore - using locals anyway
2529: -- Code hook for IAC
2530:
2531: if (FA_IGI_EXT_PKG.IAC_Enabled) then
2532: if not FA_IGI_EXT_PKG.Do_Adjustment(
2533: p_trans_rec => px_trans_rec,
2534: p_asset_hdr_rec => px_asset_hdr_rec,
2535: p_asset_cat_rec => p_asset_cat_rec,
2536: p_asset_desc_rec => p_asset_desc_rec,

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

2539: p_asset_deprn_rec => l_asset_deprn_rec_new,
2540: p_calling_function => l_calling_fn) 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,