DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_UTILITIES dependencies on FA_ASSET_HISTORY

Line 1348: FROM fa_asset_history a

1344: -- get the category ID for the asset
1345:
1346: SELECT a.category_id
1347: INTO l_category_id
1348: FROM fa_asset_history a
1349: ,fa_distribution_history d
1350: WHERE d.distribution_id = l_dist_id(l_loop_count)
1351: AND a.asset_id = d.asset_id
1352: AND d.date_effective >= a.date_effective