Hi,
When creating custom attributes, for inbuilt enumerations, I can use:
enumeration_name_Api.decode(‘db_value’);
But when I create a custom enumeration and try to use the same expression, it gives me errors.
Any idea on how to access a custom enumeration using a statement?
Error:
CUSTOM_ENUMERATION_API"."DECODE": invalid identifier
Please help