Before TCA:
- There are multiple customer definitions across the enterprise.
- It was very difficult to track current and historical information about the customers.
- There was a lack of support for mixed business.
- It was quite tough to understand relationships between customers and others (suppliers, partners, competitors).
Customers: More important than anything else!
In any business, Customers and their data are always important. More than that what is important is to understand who your customer interacts with inside and outside the enterprise.
What is Trading Community?
The summation of all entities, inclusive of partners, suppliers, and competitors, that are related to your customers is called a Trading Community.
Trading Community Architecture:
Trading Community Architecture is the implementation of technology and applications to allow users to create and maintain relationships among entities. It is a way to understand who your customer interacts with inside and outside the enterprise.
It’s Main Purpose:
- Create a central repository for the entire E-Business Suite to store information relating to all members of a trading community versus separate tables for each member-Prospects, Customers, Contacts, Employees, Partners, Distributors, Suppliers, Banks, etc.
- Record complex business relationships between Trading Community entities (including 3rd party relationships).
- Support all business models, industries, and geographies.
TCA Data Model Components:
1] Party:
It represents any entity that can enter into business relationships with your organization – Organization, Person, or Group.
- Person – A unique individual (dead or alive) of interest to the user.
- Organization – A legal entity recognized by some government authority.
- Group – A combination of two or more people, organizations or groups.
2] Party Relationship:
It is a binary relationship between two parties such as a partnership.
- Has a Role – Specifies the nature of the relationship between parties (e.g., member of, contact at, married to).
- Indicates the Nature of the relationship – hierarchy or matrix.
- Indicates the Direction of the relationship – superior – subordinate.
- Can become a Party – a Relationship becomes a party in itself.
The relationship model enables you to:
- Understand the complex relationships among members of your trading community
- Use this information to make better business decisions
3] Location:
A Location is a point in geographical space described by a street address. In previous releases of Oracle, there was a risk of some data redundancy if more than one customer shared the same site or location. The new model eliminates this redundancy.
- Any number of location types can be defined. (e.g., bill-to, ship-to, mail-to).
- There is no duplication of an address.
- It is possible to maintain Customer History per address.
- It is also possible to maintain Important Install Base info.
4] Party Site:
It links a Party with a Location
- Describes the usage of that Location for the Party (e.g., mailing address, billing address, home address, etc.).
- Allows Parties to be associated to one or more Locations and any one Location to be associated with Parties.
5] Contact:
A Contact is a person in the context of an organization, modeled as a relationship between an organization and a person or between two people, (this can be either a party contact or an account contact).
6] Contact Point:
A Contact Point is a means of contacting a party, for example, a phone number, e-mail address, or fax number.
This can be applied to:
- A Party (person, organization, group or relationship)
- A Site or Location
- A Party at a Site or Location
An entity may have one or more Contact Points.
7] Customer Account:
A Customer Account represents the business (selling) relationship that a company deploying Oracle Applications has with a party.
- Stores details about the Financial relationship between a Party and your business.
- A Party may have one or more Customer Accounts.
8] Customer Account Site:
A Customer Account Site is a party site that is used by a customer account, for example, for billing or shipping purposes.
9] Customer Account Contacts:
A party contact that is used as a means of contacting the customer regarding his/her account.
Parties vs. Accounts
- From an application perspective, one of the most important things to understand about the TCA model is that the concept of “customer” is separated into two layers: The Party layer and the Account layer.
- When CRM applications refer to “Customer” they are referring to the Party Layer.
- On the other hand, when ERP applications refer to “Customer” they are referring to the Account Layer.
New Trading Entities in R12
Below are the new entities that are merged in TCA architecture in R12.
- Banks & Bank Branches
- Suppliers
- Legal Entity
Trading Community Architecture (TCA) in Oracle Apps
Before TCA:
Customers: More important than anything else!
In any business, Customers and their data are always important. More than that what is important is to understand who your customer interacts with inside and outside the enterprise.
What is Trading Community?
The summation of all entities, inclusive of partners, suppliers, and competitors, that are related to your customers is called a Trading Community.
Trading Community Architecture:
Trading Community Architecture is the implementation of technology and applications to allow users to create and maintain relationships among entities. It is a way to understand who your customer interacts with inside and outside the enterprise.
It’s Main Purpose:
TCA Data Model Components:
1] Party:
It represents any entity that can enter into business relationships with your organization – Organization, Person, or Group.
2] Party Relationship:
It is a binary relationship between two parties such as a partnership.
The relationship model enables you to:
3] Location:
A Location is a point in geographical space described by a street address. In previous releases of Oracle, there was a risk of some data redundancy if more than one customer shared the same site or location. The new model eliminates this redundancy.
4] Party Site:
It links a Party with a Location
5] Contact:
A Contact is a person in the context of an organization, modeled as a relationship between an organization and a person or between two people, (this can be either a party contact or an account contact).
6] Contact Point:
A Contact Point is a means of contacting a party, for example, a phone number, e-mail address, or fax number.
This can be applied to:
An entity may have one or more Contact Points.
7] Customer Account:
A Customer Account represents the business (selling) relationship that a company deploying Oracle Applications has with a party.
8] Customer Account Site:
A Customer Account Site is a party site that is used by a customer account, for example, for billing or shipping purposes.
9] Customer Account Contacts:
A party contact that is used as a means of contacting the customer regarding his/her account.
Parties vs. Accounts
New Trading Entities in R12
Below are the new entities that are merged in TCA architecture in R12.
Share this:
Interfaces in Oracle Application: An Introduction
What are Interfaces?
Types of Interfaces
There are two major types of Interfaces:
Two other distinctions of Interfaces:
Interface Components
Open Interface Logic
Components of an Interface
a] Source Application:
You obtain data from a source application to pass on to a destination application for further processing and/or storage.
b] Source Data Issues:
Type of file, Size, Frequency of upload, Record Length (Variable or fixed), Delimiter, Datatype for each field, Any unwanted data, Naming convention and uniqueness of file, Location of the file, Access on the file.
c] Destination Application:
You send data to a destination application so that the application can perform further processing and/or storage.
d] Interface Table:
For inbound interfaces, the interface table is the intermediary table where the data from your source application temporarily resides until it is validated and processed into the destination application.
e] Identifier columns:
Uniquely identify rows in the interface table provide foreign key reference to both the source and destination applications.
f] Control Columns:
g] Data Columns:
h] Derived Columns:
Derived columns are created by the destination application from information in the required columns.
i] Optional Columns:
Optional columns are not necessarily required by the destination application, but can be used by the destination application for additional value-added functionality beyond the basics.
j] Error Table:
Developing an Interface
1] Identification:
Find out if there exists an Open Interface to carry out the functionality.
2] Creation of Pre-Interface table ( staging Table):
A table in the format of the data file which can be pruned to load as clean a data into the Interface table.
3] Load data into Pre-Interface table:
SQL*LOADER can be used to load the flat file into the pre-interface table.
4] Validate data in the Pre-Interface table:
Basic validation of the data loaded into the Pre-Interface table can be carried out like:
5] Mapping the values:
Generated fields in Oracle Applications can be mapped in this step to either default values or sequences.
6] Load data into Interface table:
7] Run the interface program
8] Check for Errors
9] Report on the Interface
Share this:
Adding and Updating Customer Accounts in R12
This page has five subtabs:
Accounts:
Customer Profiles:
Use the Profile subtab of the Customer Overview page to add and update the profiles of existing customers.
Tax Registration Number
Credit Classification
Credit Analyst
Review Cycle
Customer Communication Information:
Use the Communication subtab of the Customer Overview page to enter and update contact information, such as phone numbers, e-mail addresses, and URLs, of existing customers.
Phone Numbers:
Email Address:
URLs:
Party Relationships:
Use the Party Relationship subtab of the Customer Overview page to define, view, and update relationships among existing customers (parties), using predefined relationship types and roles.
Note: Relationship types and roles are defined using Oracle Trading Community Architecture Relationship Manager.
Relationship Role: Describes the role that an entity plays in a relationship.
Customer Tax Profiles:
Use the Tax Profile subtab of the Customer Overview page to set up, view, and update tax profiles for your customers.
Share this:
AR Tables:A Diagrammatic Relation
AR Tables:A Diagrammatic Relation
Click in the photo to have a better view.
Share this:
List of Receipts API in Oracle Receivables
Below is the list of some of the Receipt API’s in Oracle Receivables. Receipt APIs provide an extension to existing functionality for creating and manipulating receipts through standard AR Receipts forms and lockboxes.
AR_RECEIPT_API_PUB is the main package that has several procedures to perform different actions.
1] AR_RECEIPT_API_PUB.CREATE_CASH
Use this procedure to create a single cash receipt for payment received in the form of a check or cash.
2] AR_RECEIPT_API_PUB.APPLY & AR_RECEIPT_API_PUB.APPLY_IN_DETAIL
Use these procedures to apply the cash receipts from a customer to an invoice, debit memo, or other debit item.
3] AR_RECEIPT_API_PUB.UNAPPLY
Use this procedure to unapply a cash receipt application against a specified installment of a debit item or payment schedule ID.
4] AR_RECEIPT_API_PUB.CREATE_AND_APPLY
Use this procedure to create a cash receipt and apply it to a specified installment of a debit item.
5] AR_RECEIPT_API_PUB.REVERSE
Use this procedure to reverse cash and miscellaneous receipts.
6] AR_RECEIPT_API_PUB.APPLY_ON_ACCOUNT
Use this procedure to apply a cash receipt on account.
7] AR_RECEIPT_API_PUB.UNAPPLY_ON_ACCOUNT
Use this procedure to unapply an on-account application of a specified cash receipt.
8] AR_RECEIPT_API_PUB.ACTIVITY_APPLICATION
Use this procedure to create an activity application on a cash receipt, including Short Term Debit (STD) and Receipt Write-off applications.
9] AR_RECEIPT_API_PUB. ACTIVITY_UNAPPLICATION
Use this procedure to create a reversal of an activity application on a cash receipt including Short Term Debt and Receipt write-off.
10] AR_RECEIPT_API_PUB.CREATE_MISC
Use this procedure to create a miscellaneous receipt.
11] AR_RECEIPT_API_PUB.APPLY_OPEN_RECEIPT
Use this procedure to apply a cash receipt to another open receipt. Open receipts include unapplied cash, on-account cash, and claim investigation applications.
12] AR_RECEIPT_API_PUB.UNAPPLY_OPEN_RECEIPT
Use this procedure to reverse a payment netting application on a cash receipt.
Share this: