Technical Insight of AP Invoice With Imaging
Technical Insight of AP Invoice With Imaging
Technical Insight of AP Invoice With Imaging
Fusion Applications
White Paper -
Fusion Payables 1
Overview
A scanned invoice is an invoice that is processed through the Oracle Fusion Payables integrated imaging
solution.
You can configure Oracle Forms Recognition to capture the following invoice header attributes:
A BPEL process flow assigns the scanned images to Payables users based on routing rules to complete
invoice entry. When an accounts payable user signs in to Payables, a list of assigned images are presented
in the Invoices work area for invoice entry.
A new instance of the BPEL process is generated when an invoice image is saved successfully in IPM,
Action Rules
Test Run
Fusion Payables 2
Action Rules:
Fusion Payables provides a sample approval rule for image routing based on the invoice
amount.
A default image routing rule based on the invoice amount assigned to individual users will be
seeded as part of the provisioning process. Implementers will need to modify these routing rules
using the BPM (Business Process Management) Worklist application to achieve the desired
BPM Worklist list out all tasks where user can check whether task is assigned, completed,
Fusion Payables 3
Parameters or Key Attributes
Invoice Header Key Attributes are taken from the BPEL payload parameters/attributes set.
Supplier
Invoice Number
Invoice Date
Invoice Amount
Fusion Payables 4
Enter the Input Arguments to Test the SOA Composite and Submit the Test.
Fusion Payables 5
Response shows that Composite Instance was generated. Click Launch Flow Trace to view
ImageTransferProcess Instance provides information about to which user the invoice got
assigned.
Fusion Payables 6
BPM Worklist show list of details of assignment.
Invoice Workbench of the Assigned User show the scanned invoice in Overview dashboard.
Fusion Payables 7
Technical Summary
Application Modules (AM)
Database Tables
InvoiceHeaderEO InvoiceHeaderVO
Executable: APIpmImage1Iterator
Invoice TransactionAMDataControl
o APIpmImageVO
AttachmentsVO
FND_ATTACHED_DOCUMENTS
FND_DOCUMENTS_VL
FND_DOCUMENT_ENTITES_VL
FND_DOCUMENT_CATEGORIES_VL
FndAttachedDocumentsVO
FND_ATTACHED_DOCUMENTS
Fusion Payables 8
FndDocumentsVO
FND_DOCUMENTS_VL
InvoiceHeaderVO
AP_INVOICES_ALL
APIpmImageVO
FND_ATTACHED_DOCUMENTS
ViewLink: InvoiceHeaderVOToAttachmentsVO.xml
Sample Data:
select Attached_document_id,document_id,category_name,pk1_value,entity_name,created_by
from FND_ATTACHED_DOCUMENTS
WHERE PK1_VALUE = '100000133182952' ( Enter Invoice_id)
Fusion Payables 9