Overview

This chapter provides an overview of Oracle Trading Community Architecture integration features, including APIs and business events.

This chapter covers the following topics:

Introduction

This document describes the integration features that you can use to access and leverage the Oracle Trading Community Architecture (TCA) data model, which is the foundation for various applications in the Oracle E-Business Suite. Deploying companies, consultants, and Oracle internal development teams can all use these public objects.

One major area to use these integration features is in a data hub, where data from various systems are connected and transacted in real-time via the TCA data model. Using APIs and business events, you can create or update in one system and ensure that the change is reflected in the other systems.

Related Topics

API Overview

API Overview

Important features of the TCA API:

Related Topics

Business Needs Met

Granular Versus Business Object APIs

Introduction

Business Needs Met

Programmatic access to the TCA data model meets the following business needs:

Granular Versus Business Object APIs

Granular APIs manipulate data at the granular Oracle Trading Community Architecture entity level. For example, a person record consists of profile, address, and relationship information, so this record corresponds to the TCA Party, Party Site, and Relationship entities respectively. To create this person information, you need to use three granular API procedures to create a party of type person, party site, and relationship, as shown in this diagram.

the picture is described in the document text

Oracle Trading Community Architecture provides seeded business objects, which can contain other business objects, granular entities, or both. When a business object API is called, it can subsequently call granular APIs.

For example, the Person business object contains various business objects and granular entities, including the Party Site business object and Relationship entity. When the Create Person Business Object API procedure is called, it subsequently calls the Create Party Site Business Object procedure and the Create Relationship granular API procedure. So instead of three separate initial API calls, as is the case with the granular APIs, you can use just one business object API to create the same person information, as illustrated in this diagram.

the picture is described in the document text

Related Topics

API Overview

Business Events

TCA utilizes three concurrent programs to manage business events.