For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
We are using the AP Invoice webservice and need to populate the field "Invoice Group". However, we cannot identify the field. The link to the webservice is as follows:
https://docs.oracle.com/cloud/farel12/financialscs_gs/OESWF/Invoice_Header_InvoiceInterfaceHeader_svcDataObj_54.htm#oracle.apps.financials.payables.invoices.quickInvoices.invoiceInterfaceService.InvoiceInterfaceHeader
PS - we have tried "GroupID"
Comment
My suggestion would be use : GroupId
GroupId
string
Group identifier.
Be the first to rate this
|
Sign in to rate this
The submitInvoiceImport resource allows to submit the import job with "importSet" and "groupName" (which is the AP Invoice group name).
For further details you can refer the service details at the below links.
Rel 12 InvoiceInterfaceService.
Rel13 (17D) InvoiceInterfaceService.
Be the first to rate this
|
Sign in to rate this
So basically the Invoice Group Name is part of the import job parameter. So you provide that as part of the SOAP call.
Hope that answers your question.
Be the first to rate this
|
Sign in to rate this
Thanks for the update Becky. I'll give it a try!
Be the first to rate this
|
Sign in to rate this
Hi Becky,
We tried passing a value the field groupname. However, no field was populated. I am not really conversant with webservices, but, here is what we passed:
Be the first to rate this
|
Sign in to rate this
I checked with the developers and basically, when invoice group is passed in the import job as a parameter it would not populate anything in the interface data. Rather once the import is successful and invoices are created in AP, customer can query them on UI and find the invoice group displayed just below Legal entity in the invoice header section of invoice workbench.
The invoice group gets stored in AP_Batches_all during the import process. The batch_name in this table stores the group name.
So once the invoice has successfully been imported into AP go to manage invoices and search for the invoice and open it up and see if the invoice is populated, or better yet use the invoice group as one of the search parameters if you want.
Average Rating:



1 rating
|
Sign in to rate this