Hello,
I am trying to create measurements for objects using "EQUIPMENT_OBJECT_MEAS_API" [See IMG1]
And 1 of the key fields is this “VALUES_SEQ” which has a default value that is supposedly a running index and will be unique: [IMG2]
So my question is, how do I derive this “Values_Seq” number and make it a running number too?
I managed to find another job that has this "Inventory_Location_Sequence.nextval" and using this method works but where did this method come from as there is no Inventory_Location_Sequence view/table.