How to add duplicate code-key value in lookup definition for OIM10g
Hello,
I have scenario where i have to read .csv file & add code key & decode values in lookup definition,
there is no issue when there are different code-key values in .csv file & its get added into the
system using API addLookupValue(str,str,str,str,str).Problem arises when i have same code key
values where it throws exception tcInvalidValueException , so i tried from design console where i
was able to add duplicate code-key values successfully,but when i use API
addLookupValue(str,str,str,str,str) i am not able to add duplicate code key values.
Thank-You
Rahul Shah