Fixed Asset API
When we are entering the asset numbers in Corporate due to some setup issue at books the data is not being copied to the Tax book.Now we would like to use the below API to copy the data.Could you please guide me how can I modify the below API accordingly.
set serveroutput on
declare
l_trans_rec FA_API_TYPES.trans_rec_type;
l_dist_trans_rec FA_API_TYPES.trans_rec_type;
l_asset_hdr_rec FA_API_TYPES.asset_hdr_rec_type;
l_asset_desc_rec FA_API_TYPES.asset_desc_rec_type;
l_asset_cat_rec