DBA Data[Home] [Help]

APPS.FA_ASSET_VAL_PVT dependencies on FA_DEPRN_DETAIL

Line 2722: from fa_deprn_detail dd,

2718:
2719: begin
2720: select count(*)
2721: into l_count2
2722: from fa_deprn_detail dd,
2723: fa_distribution_history dh
2724: where dd.asset_id = p_asset_id
2725: and dd.asset_id = dh.asset_id
2726: and dd.distribution_id = dh.distribution_id