Workflow html notification content character limit
when html notifications are generated through workflow mailer there is a character limit to the notification and we see the below error.
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
ORA-06512: at "APPS.WF_CORE", line 93
ORA-06512: at "APPS.WF_ENGINE", line 634
ORA-06502: PL/SQL: numeric or value error: character string buffer too small.
We are generating HTML notifications from oracle workflow.
From an PLSQL API we are passing html content to the workflow attribute. This workflow attribute is defined as document type in workflow builder.
Seems like in seeded workflow table the content restricted to 4000 characters.