DBA Data[Home] [Help]

APPS.FA_UNPLANNED_PUB dependencies on FA_IGI_EXT_PKG

Line 671: if (FA_IGI_EXT_PKG.IAC_Enabled) then

667:
668: -- set the primary structs
669: -- no need anymore - using locals anyway
670: -- Code hook for IAC
671: if (FA_IGI_EXT_PKG.IAC_Enabled) then
672: if not FA_IGI_EXT_PKG.Do_Unplanned(
673: p_trans_rec => px_trans_rec,
674: p_asset_hdr_rec => px_asset_hdr_rec,
675: p_asset_cat_rec => p_asset_cat_rec,

Line 672: if not FA_IGI_EXT_PKG.Do_Unplanned(

668: -- set the primary structs
669: -- no need anymore - using locals anyway
670: -- Code hook for IAC
671: if (FA_IGI_EXT_PKG.IAC_Enabled) then
672: if not FA_IGI_EXT_PKG.Do_Unplanned(
673: p_trans_rec => px_trans_rec,
674: p_asset_hdr_rec => px_asset_hdr_rec,
675: p_asset_cat_rec => p_asset_cat_rec,
676: p_asset_desc_rec => p_asset_desc_rec,

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

680: p_calling_function => 'FA_UNPLANNED_PUB.Do_Unplanned') then
681: raise unp_err;
682: end if;
683:
684: end if; -- (FA_IGI_EXT_PKG.IAC_Enabled)
685:
686: else
687: -- insert rates row into mc_books_rates
688: MC_FA_UTILITIES_PKG.insert_books_rates