Journal Import Callback Filter Expression
Summary:
I have a requirement to send the Callback artifacts/files to specific individuals and/or directories based on source. I see that I can select the Receive Business Events raised within ERP Cloud and the Oracle Integration Inbound event and apply some type of filter on the DOCUMENTNAME of the file.
I have the filter string in the filename and would like to parse out the specific callback based on this string. However, I am unable to derive the proper syntax to filter on the name. When the event is select, the following is defaulted in the filter:
<xpathExpr xmlns:ns_0='http://xmlns.oracle.com/apps/financials/commonModules/shared'>$inputVariable/ns_0:JOBS/ns_0:JOBNAME='Import Journals' or $inputVariable/ns_0:JOBS/ns_0:CHILD/ns_0:JOBNAME='Import Journals'</xpathExpr>