The Imaging Task Viewer Validation Holds Bottom Panel Is Not Displaying The IPM Exception Hold Data
(Doc ID 1608831.1)
Last updated on APRIL 17, 2024
Applies to:
Oracle WebCenter Content: Imaging - Version 11.1.1.6.0 and laterInformation in this document applies to any platform.
Symptoms
The Validation Holds tab dynamic table in the bottom panel of Imaging AXF Task Viewer is expected to show the Imaging exception holds, but it is not. The payload structure is given below:
<ns17:IPMExceptionHolds xmlns:ns17="http://xmlns.oracle.com/imaging/axf/solutionTypes">
<P_HOLDS_ITEM xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/APPS/BPEL_VALIDATEINVOICE/AXF_VALIDATION_IMPORT_PKG-24VAL/">
<HOLD_LOOKUP_CODE>IPM_INVALID_INV_NUM_HOLD</HOLD_LOOKUP_CODE>
<HOLD_REASON>DUPLICATE INVOICE NUMBER </HOLD_REASON>
</P_HOLDS_ITEM>
</ns17:IPMExceptionHolds>
<P_HOLDS_ITEM xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/APPS/BPEL_VALIDATEINVOICE/AXF_VALIDATION_IMPORT_PKG-24VAL/">
<HOLD_LOOKUP_CODE>IPM_INVALID_INV_NUM_HOLD</HOLD_LOOKUP_CODE>
<HOLD_REASON>DUPLICATE INVOICE NUMBER </HOLD_REASON>
</P_HOLDS_ITEM>
</ns17:IPMExceptionHolds>
- <P_HOLDS_ITEM> has a namespace (which is auto-generated by BPEL)
- the following entry was added into the AXF_XPATH_ NAMESPACES table
- PREFIX= axfImport XMLNS_URI=http://xmlns.oracle.com/pcbpel/adapter/db/APPS/BPEL_VALIDATEINVOICE/AXF_VALIDATION_IMPORT_PKG-24VAL
The Imaging log displays the following when it tries to load this data:
No data was found for configured XPath: //task:axf_InvoiceTransaction/solution:IPMExceptionHolds/axfImport:P_HOLDS_ITEM/HOLD_LOOKUP_CODE/..
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |