DBA Data[Home] [Help]

APPS.FA_TERMINAL_GAIN_LOSS_PVT dependencies on FA_ASSET_HISTORY

Line 51: from fa_asset_history

47: -- +++++ Get Current Unit and category_id of Group Asset +++++
48: CURSOR c_get_unit IS
49: select units,
50: category_id
51: from fa_asset_history
52: where asset_id = l_asset_hdr_rec.asset_id
53: and transaction_header_id_out is null;
54:
55: /*Bug# - 9018861 - To Check whether transaction has been created or not.*/