Search Results ar_ta_dedn_relate_all
Overview
AR_TA_DEDN_RELATE_ALL is a Receivables module table within Oracle E-Business Suite 12.1.1 and 12.2.2 that serves as a correlation bridge between deductions imported from an external Deduction Management System and the corresponding replacement transactions generated in Trade Accounting. In environments that integrate a third-party deduction or dispute-management platform with Oracle Receivables, deductions frequently arrive as open AR items that must be traced back to the source system record. This table persists that linkage, allowing both sides of the relationship to be reconciled after the deduction has been processed and a new Trade Accounting transaction created in its place.
From a dimensional modeling perspective, the heuristic Data Vault classification inferred from the foreign key structure is satellite-leaning. The table behaves less like an independent hub of new business entities and more like a descriptive satellite that records attribute-level context (the external deduction reference and the resulting transaction relationship) keyed by an internal surrogate identifier. This is a modeling suggestion only; functional behavior in Receivables remains that of a standard intersection-style detail table.
Key Information Stored
The documented metadata for this object is intentionally narrow, so column-level detail is limited to the referential structure that is formally recorded. The principal columns implied by the documented schema are:
- Surrogate primary key — a system-generated unique identifier (typically a sequence-populated ID column) that uniquely keys each relationship row. This is the internal handle used by concurrent programs and APIs rather than a user-facing value.
- CUSTOMER_SITE_USE_ID — the documented foreign key to HZ_CUST_SITE_USE_ALL, identifying the customer site use associated with the deduction. This is the primary business-context attribute and the join point to the Trading Community Architecture customer model.
- Deduction identifier / source reference — the key carried over from the external Deduction Management System that uniquely identifies the originating deduction record. This is the business-key candidate for reconciliation with the source platform.
- Trade Accounting transaction reference — the pointer to the replacement transaction created in Trade Accounting, forming the second half of the relationship.
- Deduction amount and currency — the monetary value of the deduction being related, used for balancing and reporting.
- Date and status columns — creation dates, relation-status flags, and last-update audit columns (WHO columns: CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE) that are standard on _ALL tables in EBS.
Note that the ETRM metadata states this object is "Not implemented in this database," indicating the table exists in the data model but is not deployed unless the external deduction-management integration is licensed and configured.
Common Use Cases and Queries
Typical scenarios include reconciling imported deductions against generated Trade Accounting transactions, identifying deductions with no corresponding replacement transaction, and reporting deduction volume by customer site.
- Reconciliation query: join AR_TA_DEDN_RELATE_ALL to HZ_CUST_SITE_USE_ALL on CUSTOMER_SITE_USE_ID to attribute each relationship to a customer and site, then match the deduction reference back to the external source system extract.
- Orphan detection: select relationship rows whose Trade Accounting transaction reference is null or whose CUSTOMER_SITE_USE_ID has no active site use, flagging integration failures.
- Reporting: aggregate deduction values by customer site and period for dispute-resolution dashboards, using the audit date columns to segment activity.
Sample pattern: SELECT r.*, s.site_use_id, s.cust_account_id FROM ar_ta_dedn_relate_all r, hz_cust_site_uses_all s WHERE r.customer_site_use_id = s.site_use_id;
Related Objects
- HZ_CUST_SITE_USE_ALL — referenced via CUSTOMER_SITE_USE_ID; the sole documented foreign key and the anchor to the customer site model.
- HZ_CUST_ACCT_SITES_ALL — parent of the site use record, reached by joining on CUST_ACCT_SITE_ID for account-level reporting.
- HZ_CUST_ACCOUNTS — provides the customer account context above the site level.
- RA_CUSTOMER_TRX_ALL — Receivables transaction header table, the likely landing point for the resultant Trade Accounting transaction.
- AR_CASH_RECEIPTS_ALL — receipt records that may apply against the related deduction.
- AR_TA_* Trade Accounting tables — sibling tables in the same module family that hold the generated transactions referenced by this relationship table.
-
Table: AR_TA_DEDN_RELATE_ALL
12.1.1
product: AR - Receivables , description: Stores the relationships between deductions moved from an external Deduction Management System and new transaction created in Trade Accounting , implementation_dba_data: Not implemented in this database ,
-
Table: AR_TA_DEDN_RELATE_ALL
12.2.2
product: AR - Receivables , description: Stores the relationships between deductions moved from an external Deduction Management System and new transaction created in Trade Accounting , implementation_dba_data: Not implemented in this database ,
-
View: AR_TA_DEDN_RELATE
12.1.1
product: AR - Receivables , description: SINGLE_ORG view , implementation_dba_data: Not implemented in this database ,
-
View: AR_TA_DEDN_RELATE
12.2.2
product: AR - Receivables , description: SINGLE_ORG view , implementation_dba_data: Not implemented in this database ,
-
Table: HZ_CUST_SITE_USES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_SITE_USES_ALL, object_name:HZ_CUST_SITE_USES_ALL, status:VALID, product: AR - Receivables , description: Stores business purposes assigned to customer account sites. , implementation_dba_data: AR.HZ_CUST_SITE_USES_ALL ,
-
Table: HZ_CUST_SITE_USES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_CUST_SITE_USES_ALL, object_name:HZ_CUST_SITE_USES_ALL, status:VALID, product: AR - Receivables , description: Stores business purposes assigned to customer account sites. , implementation_dba_data: AR.HZ_CUST_SITE_USES_ALL ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2