Introduction to Oracle Trading Community Architecture

Oracle Trading Community Architecture (TCA) is a data model that allows you to manage complex information about the parties, or customers, who belong to your commercial community, including organizations, locations, and the network of hierarchical relationships among them.

This information is maintained in the TCA Registry, which is the single source of trading community information for Oracle E-Business Suite applications. These applications, as well as TCA itself, provide user interfaces, batch data entry functionality, and other features for you to view, create, and update Registry information. See: Using Oracle Trading Community Architecture.

The key entities in TCA include:

TCA also includes conceptual functionality that helps you manage and understand your trading community. For example, you can use relationships to model the roles that parties play with respect to one another, and classifications to classify entities.

Entities and Attributes Details

Entities in the TCA Registry consist of logical groups of descriptive, related attributes. For example, the Person Profile entity contains attributes, such as last name and date of birth, that describe parties of type Person. Likewise, the Organization Profile entity consists of attributes that describe parties of type Organization, the Address entity has address-related attributes, and so on.

An entity corresponds to one or more tables in TCA. For example, attribute values for a party record are stored in the HZ_PARTIES table.

Related Topics