Validating Values against a Value Set
I am coding a custom interface into Oracle. I would like to validate some DFF values against the defined value sets for those DFF fields as part of the interface. Is there a delivered procedure where I can pass a value and a value set and it will return whether the value is valid for that value set and if not, the error message?
0