Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 7.57 KB

samples-for-the-oracle-ebs-adapter.md

File metadata and controls

68 lines (52 loc) · 7.57 KB
title description ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Oracle EBS adapter samples
Oracle Enterprise Business Suite WCF adapter samples that can be used with BizTalk Server, WCF service model, and WCF channel model
10/18/2017
biztalk-server
article

Samples for the Oracle EBS adapter

Samples for [!INCLUDEadapteroracleebusinesslong] are categorized into:

Note

[!INCLUDEfiles-need-updated]

The following list describes the samples.

BizTalk Server samples

Sample Directory Name Description
InterfaceTableInsert Demonstrates how to insert records into an interface table in Oracle E-Business Suite using [!INCLUDEadapteroraclebusinessshort].
ConcurrentProgram Demonstrates how to invoke a concurrent program in Oracle E-Business Suite using the [!INCLUDEadapteroraclebusinessshort].
RequestSet Demonstrates how to invoke a request set in Oracle E-Business Suite using the [!INCLUDEadapteroraclebusinessshort].
MsgContextProperty Demonstrates how to use the message context properties exposed by the [!INCLUDEadapteroraclebusinessshort] to set application context to perform operations on artifacts in Oracle E-Business Suite using the [!INCLUDEadapteroraclebusinessshort].
OracleEBS_CompositeOperation Demonstrates how to perform composite operations in Oracle E-Business Suite using the [!INCLUDEadapteroraclebusinessshort].
OracleNotifyIncremental Demonstrates how to receive “incremental” query notification messages from Oracle using the [!INCLUDEadapteroraclebusinessshort].
PollingUsingSelectStatement Demonstrates how to configure a polling query using a SELECT statement and receive the results using the [!INCLUDEadapteroraclebusinessshort].
PollingUsingStoredProc Demonstrates how to configure a polling query using a stored procedure and receive the results using the [!INCLUDEadapteroraclebusinessshort].

WCF Service model Sasamplesmples

Sample Directory Name Description
ConcProgram_ServiceModel Demonstrates how to invoke concurrent programs in Oracle E-Business Suite using the adapter.
ExecuteReader Demonstrates how to invoke an ExecuteReader operation on Oracle E-Business Suite using the adapter.
Interface_Table_Ops Demonstrates how to perform operations on interface tables in Oracle E-Business Suite using the adapter.
LargeDataTypes_ServiceModel Demonstrates how to perform operations on tables with columns of large data types in Oracle E-Business Suite using the adapter.
Notification_ServiceModel Demonstrates how to receive notifications from databases behind Oracle E-Business Suite using the adapter.
SelectPolling_ServiceModel Demonstrates how to use a SELECT statement to poll an interface table in Oracle E-Business Suite using the adapter.
StoredProcPolling_ServiceModel Demonstrates how to use a stored procedure to poll tables in Oracle E-Business Suite using the adapter.

WCF Channel model samples

Sample Directory Name Description
InsertOperation Demonstrates how to perform an Insert operation on an interface table in Oracle E-Business Suite using the adapter.
SelectPolling_ChannelModel Demonstrates how to use a SELECT statement to poll an interface table in Oracle E-Business Suite using the adapter.

Microsoft Office SharePoint Server samples

Sample Directory Name Description
MOSS_Sample Demonstrates how to use the [!INCLUDEadapteroraclebusinessshort] to create a Windows Communication Foundation (WCF) service from Oracle E-Business Suite artifacts, and then use the WCF service to display data in Microsoft Office SharePoint Server using a Business Data List Web Part.

See Also

Develop your Oracle E-Business Suite applications