Is there a way to call a function from an Oracle Workflow notification that calls an APEX page?
I'm trying to get the syntax of calling a APEX page via an Oracle Function from a workflow notification attribute.
My FND Function is setup with this:
GWY.jsp?targetAppType=APEX&p=101:2:::::EBS_RESP_ID,EBS_RESP_APPL_ID,EBS_SECURITY_GROUP_ID,EBS_VIEW_ONLY:51379,222,0,Y
It works when called from a menu item.
In the attribute in workflow I tried two thing:
JSP:/OA_HTML/OA.jsp?OAFunc=XXFIN_GL_JE_APPROVAL_NTF_FNC&JeBatchId=&BATCH_ID
This produced the error: Attribute XXFIN_GL_NOTIF_RG with value JSP:/OA_HTML/OA.jsp?OAFunc=XXFIN_GL_JE_APPROVAL_NTF_FNC&JeBatchId=&BATCH_ID refers invalid framework URL.".