Problem with guid mismatch on approval workflow emails
I sent a user an approval workflow email. The guid in the email body reads *emcGuid=328532596622754603893880173447*emcField1=A
Peoplesoft stored the guid as 328532596622754603893880173447 in the database at time of sending. The EOAWEMC application engine program is reading the email and comes up with a guid of 328532596622754603893880173447*emcFi . The application engine program is attempting to execute the following sql exec statement: SELECT GUID,MSGNAME,TO_CHAR(CAST((EOAW_DATETIME_SENT) AS TIMESTAMP),'YYYY-MM-DD-HH24.MI.SS.FF'),EOAW_SENT_TO,USERID,COMPLETE_FLAG,EOAWEMC_SENTTO_CHK FROM PS_EOAWEMC_PND_HDR WHERE GUID=:1 The sql exec returns no results because of the guid mismatch. I'm trying to figure out why there is a mismatch. Why does the application engine program select more characters. Any ideas?