oracle workflow notification error
I modified an existing workflow and added a new attribute. This attribute is populated with a pl/sql procedure. When I tried using this new attribute in the notification, I get the error "Attribute *********** does not exist for notification ID *********'. In the body of the notification, I call
WF_NOTFICIATION(ATTRS, ATTRIBUT1, ATTRIBUTE2, ....). These attributes are all the one I display in the body of the notification including the newly added attribute.
I checked the workflow details and I can see the value populated correctly for this new attribute. Only the notification does not recognize the attribute. I used the internal name of the attribute (like any other attributes in the same notification). I have restarted the workflow processes and still I get this error.