Issue in Service Contract API for upating Coverage Name and Transfer Option Field
Problem Description
---------------------------------------------------
I am using 2 API for updating Coverage Name and Transfer Option field in Service Contract (Application Version 12.1.1).
The API is updating Multiple lines instead of updating One Line as our program is passing the correct cle_id for the Coverage Line.
The Program log shows one record updated Successfully but it is updating other lines also.
latr_coverage_tbl (1).ID := c_rec.coverage_line_id;
latr_coverage_tbl (1).name := ltnv_cov_name;
latr_coverage_tbl (1).ITEM_DESCRIPTION := ltnv_cov_desc;
latr_coverage_tbl (1).object_version_number := c_rec.cov_object_version_number;
fnd_msg_pub.initialize;
-------------- Updating Contract Coverage Name And Description