How to populate ATTRIBUTE_NUMBER in oracle SOAP API for Payables to create invoices?
Summary:
Hi,
we are using SOAP API (/fscmService/InvoiceInterfaceService?WSD) to create payable invoices in oracle fusion. But we are unable to find following columns in the SOAP Payload "RoutingAttribute2" on header level and " AttributeNumber1, AttributeNumber2, AttributeNumber3, AttributeNumber4 " at line level.
Even these columns are available in the interface table and core AP invoices Tables with names:
"AP_INVOICES_INTERFACE.ROUTING_ATTRIBUTE2
AP_INVOICE_LINES_INTERFACE.ATTRIBUTE_NUMBER1
AP_INVOICE_LINES_INTERFACE.ATTRIBUTE_NUMBER2
AP_INVOICE_LINES_INTERFACE.ATTRIBUTE_NUMBER3
AP_INVOICE_LINES_INTERFACE.ATTRIBUTE_NUMBER4
AP_INVOICE_LINES_INTERFACE.ATTRIBUTE_NUMBER5
Kindly guide me how i can populate these columns while creating payables invoices using standard SOAP APIs.