Error while adding FYI Component to the process AbsencesApprovalsTask
Summary:
after adding FYI Component to AbsencesApprovalsTask , the process failed to start
Content (please ensure you mask any confidential information):
I've trying to add a extra FYI Step for the process AbsencesApprovalsTask, but after adding and try to use orcl:query-database function to get approver dynamically from a defined LOV, I'm getting and error at transaction console.
Errors in evaluating routing slip either due to invalid rules setup or other system issues.
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Query used to get the assignee :
orcl:query-database("SELECT meaning as apprlist FROM FND_LOOKUP_VALUES_VL where lookup_type='XXXX' and enabled_flag='Y' and rownum<=1",true(),true(),'jdbc/ApplicationDBDS')