DBA Data[Home] [Help]

APPS.FA_UNPLANNED_PUB dependencies on FA_IGI_EXT_PKG

Line 658: if (FA_IGI_EXT_PKG.IAC_Enabled) then

654:
655: -- set the primary structs
656: -- no need anymore - using locals anyway
657: -- Code hook for IAC
658: if (FA_IGI_EXT_PKG.IAC_Enabled) then
659: if not FA_IGI_EXT_PKG.Do_Unplanned(
660: p_trans_rec => px_trans_rec,
661: p_asset_hdr_rec => px_asset_hdr_rec,
662: p_asset_cat_rec => p_asset_cat_rec,

Line 659: if not FA_IGI_EXT_PKG.Do_Unplanned(

655: -- set the primary structs
656: -- no need anymore - using locals anyway
657: -- Code hook for IAC
658: if (FA_IGI_EXT_PKG.IAC_Enabled) then
659: if not FA_IGI_EXT_PKG.Do_Unplanned(
660: p_trans_rec => px_trans_rec,
661: p_asset_hdr_rec => px_asset_hdr_rec,
662: p_asset_cat_rec => p_asset_cat_rec,
663: p_asset_desc_rec => p_asset_desc_rec,

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

666: p_period_rec => l_period_rec,
667: p_calling_function => 'FA_UNPLANNED_PUB.Do_Unplanned') then raise unp_err;
668: end if;
669:
670: end if; -- (FA_IGI_EXT_PKG.IAC_Enabled)
671:
672: else
673: -- insert rates row into mc_books_rates
674: MC_FA_UTILITIES_PKG.insert_books_rates