Enterprise Asset Management - EBS (MOSC)

MOSC Banner

How to update odometer reading of an asset using API

edited Apr 21, 2015 3:24AM in Enterprise Asset Management - EBS (MOSC) 5 commentsAnswered ✓

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center