Oracle EBS 12.2 Connector.
Additional Info
Requires Mule Enterprise License |
Yes |
Requires Entitlement |
Yes |
Mule Version |
3.7.0 or higher |
Configs
Configuration
<oracle-ebs122:config>
Configuration
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
name |
The name of this configuration. With this name can be later referenced. |
x |
||
host |
Host name of the Oracle EBS instance. |
x |
||
port |
Port where the Oracle HTTP Server listens. |
x |
||
sslEnabled |
boolean |
Enables SSL to securely communicate with Oracle EBS Web Services. |
false |
|
username |
Username credential to access the Oracle EBS REST service. |
x |
||
password |
Password credential to access the Oracle EBS REST service. |
x |
||
restServiceLocatorAlias |
Alias assigned to the web service with Internal Name 'oracle.apps.fnd.rep.ws.service.EbsRestLocator' when deployed. |
x |
||
fndWebSecAlias |
Alias assigned to the PL/SQL web service with Internal Name 'FND_WEB_SEC' when deployed. |
x |
||
responsibility |
It is the Oracle E-Business Suite application responsibility information. It accepts responsibility_key (such as SYSTEM_ADMINISTRATOR) as its value. |
|
||
respApplication |
It is the responsibility application short name information. It accepts Application Short Name (such as FND) as its value. |
|
||
securityGroup |
It accepts Security Group Key (such as STANDARD) as its value. |
|
||
nlsLanguage |
Sets the language preferences (such as AMERICAN). |
|
||
orgId |
ID of the Operating Unit assigned to the specified responsibility. It is the only organization within which the user will be working. |
|
Processors
Invoke PL/SQL REST Service
<oracle-ebs122:invoke-pl-sql-rest-service>
DataSense enabled
Invokes a REST operation from a PL/SQL service based on a deployed WADL. DataSense discovers the structure of the entities in the system in Design time and uses it to perform the operation for the type selected.
XML Sample
<oracle-ebs122:invoke-pl-sql-rest-service config-ref="OracleEBS122__Configuration" wadlOperation="ar_adjust_pub||APPROVE_ADJUSTMENT" />
Attributes
Name | Java Type | Description | Default Value | Required |
---|---|---|---|---|
config-ref |
Specify which config to use |
x |
||
wadlOperation |
The name of a WADL as determined by DataSense. Once all WADLs are gathered from the Oracle EBS instance, the WADL Operation is composed as {WADL}||{Operation}. E.g wadlOperation="hr_location_api||CREATE_LOCATION". |
x |
||
payload |
XMLStreamReader |
The input parameters required by the specified operation, as described by its metadata. |
#[payload] |
|
Returns
Return Java Type | Description |
---|---|
XMLStreamReader |
The response of the REST operation in an XML format. |