DBA Data[Home] [Help]

APPS.IGI_IAC_PROJ_PKG dependencies on FA_ASSET_HISTORY

Line 645: fa_asset_history ah

641: igi_iac_det_balances id ,
642: igi_iac_fa_deprn ifd,
643: gl_code_combinations cc,
644: fa_categories cf,
645: fa_asset_history ah
646: WHERE ad.asset_id = dh.asset_id
647: AND cf.category_id = ah.category_id
648: AND bk.book_Type_code = n_book_type_code
649: AND ad.asset_id = n_asset_id

Line 693: fa_asset_history ah

689: fa_distribution_history dh,
690: fa_deprn_Detail dd,
691: gl_code_combinations cc,
692: fa_categories cf,
693: fa_asset_history ah
694: WHERE ad.asset_id = bk.asset_id
695: AND ad.asset_type <> 'CIP'
696: AND cf.category_id = ah.category_id
697: AND bk.transaction_header_id_out is NULL

Line 737: fa_asset_history ah

733: fa_distribution_history dh,
734: fa_deprn_Detail dd,
735: gl_code_combinations cc,
736: fa_categories cf,
737: fa_asset_history ah
738: WHERE ad.asset_id = bk.asset_id
739: AND cf.category_id = ah.category_id
740: AND ad.asset_type <> 'CIP'
741: AND bk.transaction_header_id_out is NULL

Line 776: fa_asset_history ah

772: fa_distribution_history dh,
773: fa_deprn_Detail dd,
774: gl_code_combinations cc,
775: fa_categories cf,
776: fa_asset_history ah
777: WHERE ad.asset_id = bk.asset_id
778: AND ad.asset_type <> 'CIP'
779: AND cf.category_id = ah.category_id
780: AND bk.transaction_header_id_out is NULL