DBA Data[Home] [Help]

APPS.FA_ASSET_VAL_PVT dependencies on FA_ADJUSTMENTS

Line 2707: from fa_adjustments adj,

2703:
2704: begin
2705: select count(*)
2706: into l_count1
2707: from fa_adjustments adj,
2708: fa_distribution_history dh
2709: where adj.asset_id = p_asset_id
2710: and adj.asset_id = dh.asset_id
2711: and adj.distribution_id = dh.distribution_id