Form Attribute in workflow notification giving error: 3012: Illegal characters found in 'Form Funct
I have a custom workflow which produces a notification with a message that has an attribute with Form as the type. The default value is HAP_HAPMSMCR: #RESP_KEY="HAP_SUP_UPDATE"
#APP_SHORT_NAME="HAP"
These values are all correct. But the notification appears with the following error message:
3012: Illegal characters found in 'Form Function ( HAP_HAPMSMCR: #RESP_KEY="HAP_SUP_UPDATE" #APP_SHORT_NAME="HAP" )'. |
See the attachments.
I have reviewed the the Oracle Workflow Developers Guide which says the format for example is FND_FNDSCAUS:#RESP_KEY="SYSTEM_ADMINISTRATION" #APP_SHORT_NAME="SYSADMIN"
Can you help??