DBA Data[Home] [Help]

APPS.FA_RECLASS_UTIL_PVT dependencies on FA_ASSET_HISTORY

Line 205: SELECT units FROM FA_ASSET_HISTORY

201: v_ah_units number;
202: v_dh_units number;
203:
204: CURSOR get_ah_units IS
205: SELECT units FROM FA_ASSET_HISTORY
206: WHERE asset_id = p_asset_id
207: AND date_ineffective IS NULL;
208:
209: CURSOR get_dh_units IS