DBA Data[Home] [Help]

APPS.FA_TERMINAL_GAIN_LOSS_PVT dependencies on FA_ASSET_HISTORY

Line 47: from fa_asset_history

43: -- +++++ Get Current Unit and category_id of Group Asset +++++
44: CURSOR c_get_unit IS
45: select units,
46: category_id
47: from fa_asset_history
48: where asset_id = l_asset_hdr_rec.asset_id
49: and transaction_header_id_out is null;
50:
51: tgl_err EXCEPTION;