How to update odometer reading of an asset using API
Hi Folks,
I request you to share some thoughts on the above question. I used the API Eam_MeterReading_PUB.create_meter_reading but looks like it does not update. The New Meter Reading ID is NULL and I see the meter reading is not updated in either the Meter Definition or the Last Service Information windows
The sample script is as follows:
DECLARE
v_return_status VARCHAR2(40);
v_msg_count NUMBER;
v_msg_data VARCHAR2(4000);
v_reset_value NUMBER := NULL;
v_new_meter_reading_id NUMBER := NULL;
v_meter_reading_rec Eam_MeterReading_PUB.meter_reading_Rec_Type;
BEGIN