DBA Data[Home] [Help]

APPS.IGI_IAC_PROJ_PKG dependencies on FA_DISTRIBUTION_HISTORY

Line 639: fa_distribution_history dh,

635: sum(nvl(id.Deprn_YTD+ifd.deprn_ytd, 0)) deprn_ytd,
636: 'IAC' source_type
637: FROM fa_additions ad ,
638: fa_Books bk ,
639: fa_distribution_history dh,
640: fa_deprn_Detail dd ,
641: igi_iac_det_balances id ,
642: igi_iac_fa_deprn ifd,
643: gl_code_combinations cc,

Line 689: fa_distribution_history dh,

685: sum(nvl(dd.ytd_deprn,0)) deprn_ytd,
686: 'FA' source_type
687: FROM fa_additions ad,
688: fa_Books bk,
689: fa_distribution_history dh,
690: fa_deprn_Detail dd,
691: gl_code_combinations cc,
692: fa_categories cf,
693: fa_asset_history ah

Line 733: fa_distribution_history dh,

729: 0 deprn_ytd,
730: 'NONDEPFA' source_type
731: FROM fa_additions ad,
732: fa_Books bk,
733: fa_distribution_history dh,
734: fa_deprn_Detail dd,
735: gl_code_combinations cc,
736: fa_categories cf,
737: fa_asset_history ah

Line 772: fa_distribution_history dh,

768: sum(nvl(dd.ytd_deprn,0)) deprn_ytd,
769: 'FULLRSVDFA' source_type
770: FROM fa_additions ad,
771: fa_Books bk,
772: fa_distribution_history dh,
773: fa_deprn_Detail dd,
774: gl_code_combinations cc,
775: fa_categories cf,
776: fa_asset_history ah