ERP Object Inquiry Service (Deprecated)

Provides external operations to perform data retrieval for validation and other business flow integration functions.

Life Cycle Status: Active

QName: {http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/}ErpObjectInquiryService

Service WSDL URL: https://servername/fscmService/ErpObjectInquiryService?WSDL

Operations

getEntityDetails

Provides an external operation to read user-specified attributes associated with Oracle ERP Cloud business application objects in order to fulfill a specific business need or activity. In practice, enterprise users often seek to seamlessly perform a specific task with regard to the automatic retrieval of particular master data or transaction data areas to manage a wide range of different business operations using the ERP Object Inquiry Service. For example, a business enterprise may need to verify whether a collection of newly created account code combinations in the Oracle ERP Cloud application is valid for integrating with another concurrently operated legacy financial host system.

Life Cycle Status: Active

Request Payload

Element Name Type Description

businessObject

string

Indicates the product application business object name for which an attribute or collection of attributes need to be retrieved and read. Some examples include receivables invoice and receivables invoice line.

userKeyA

string

Indicates one of up to five possible values corresponding to the business object name for which an attribute or collection of attributes are retrieved and read. The values populated in the User Key columns are dependent upon the seeded data provided by distinct product application areas for specific business objects.

userKeyB

string

Indicates one of up to five possible values corresponding to the business object name for which an attribute or collection of attributes are retrieved and read. The values populated in the User Key columns are dependent upon the seeded data provided by distinct product application areas for specific business objects.

userKeyC

string

Indicates one of up to five possible values corresponding to the business object name for which an attribute or collection of attributes are retrieved and read. The values populated in the User Key columns are dependent upon the seeded data provided by distinct product application areas for specific business objects.

userKeyD

string

Indicates one of up to five possible values corresponding to the business object name for which an attribute or collection of attributes are retrieved and read. The values populated in the User Key columns are dependent upon the seeded data provided by distinct product application areas for specific business objects.

userKeyE

string

Indicates one of up to five possible values corresponding to the business object name for which an attribute or collection of attributes are retrieved and read. The values populated in the User Key columns are dependent upon the seeded data provided by distinct product application areas for specific business objects.

Response Payload

Element Name Type Description

result

string

The response resulting from the retrieval and read processing of an attribute or collection of attributes. For example, if a particular account code combination is retrieved and read by the ERP Object Inquiry Service, a possible response may be either valid or invalid.