749: INTO
750: ln_asset_unit
751: , lv_category_code
752: FROM
753: fa_asset_history_v fhv
754: , fa_categories_b_kfv ckfv
755: WHERE fhv.key = ln_transaction_header_id
756: AND fhv.transaction_header_id_out = ln_transaction_header_id
757: AND fhv.category_id = ckfv.category_id;