Showing posts with label API Errors. Show all posts
Showing posts with label API Errors. Show all posts

Thursday, October 27, 2016

ORA-20001: The Value Set value XXXXXXXX is invalid for this Value Set

Another error while calling API pay_element_entry_api.create_element_entry. I was passing the correct value but API was returning this error.

Reason: Value set used for the API column is dependent on the session values or using FND_SESSION table

Insert an entry in the fnd_session table before calling the API and then remove the same after the call.



Ref: My Experience/Oracle Metalink/User Guides/Different other blogs available/Colleagues

ORA-20001: The QuickCode is invalid for XXXX_XXXXXXX

I got this error while calling the API pay_element_entry_api.create_element_entry

Reason: Incorrent value passed
Solution: Make sure you are pass the lookup code value not the meaning or description to the entry values also date values in the correct format.



Ref: My Experience/Oracle Metalink/User Guides/Different other blogs available/Colleagues