DBA Data[Home] [Help]

APPS.FA_RECLASS_UTIL_PVT dependencies on FA_ASSET_HISTORY

Line 213: SELECT units FROM FA_ASSET_HISTORY

209: v_ah_units number;
210: v_dh_units number;
211:
212: CURSOR get_ah_units IS
213: SELECT units FROM FA_ASSET_HISTORY
214: WHERE asset_id = p_asset_id
215: AND date_ineffective IS NULL;
216:
217: CURSOR get_dh_units IS