Search Results ra_customer_trx_all
Overview
JAI_AR_TRX_CM_T is a transaction-detail table owned by the JA (Asia/Pacific Localizations) schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It stores the statutory form (ST form) linkage details that associate an Accounts Receivable credit memo with the invoice (or debit memo) it corrects, refunds, or reverses. In practice, the table functions as a bridge within the localization layer that maps invoice transactions and invoice lines to their corresponding credit memo transactions and lines, while also anchoring each mapping to a statutory form header record. It is populated and consumed primarily by the JA localization credit memo and statutory reporting functionality rather than by core Receivables processing.
From a Data Vault modeling perspective, the mined foreign-key structure suggests this object is best treated as a link table. It carries no descriptive business attributes of its own beyond amounts, numbers, and flags; instead it records relationships between RA_CUSTOMER_TRX_ALL (twice), RA_CUSTOMER_TRX_LINES_ALL (twice), and JAI_CMN_STFORM_HDRS_ALL. The presence of multiple foreign keys pointing at the same parent table is characteristic of a link entity resolving a many-to-many or transactional association.
Key Information Stored
The table contains 16 documented columns. The most significant are:
- OE_ST_ID — Foreign key to JAI_CMN_STFORM_HDRS_ALL; identifies the statutory form header under which the credit memo mapping is reported.
- INV_TRX_ID — Foreign key to RA_CUSTOMER_TRX_ALL; the original invoice or debit memo transaction being credited.
- CM_TRX_ID — Foreign key to RA_CUSTOMER_TRX_ALL; the credit memo transaction applied against the invoice.
- INV_TRX_LINE_ID — Foreign key to RA_CUSTOMER_TRX_LINES_ALL; the specific invoice line referenced.
- CM_TRX_LINE_ID — Foreign key to RA_CUSTOMER_TRX_LINES_ALL; the corresponding credit memo line.
- INV_TRX_NUM and CM_TRX_NUM — Denormalized transaction numbers for the invoice and credit memo, supporting reporting without joins.
- INV_TARGET_AMT and CM_TARGET_AMT — Target/credit amounts used for statutory form computation and reconciliation.
- INV_UPDATE_FLAG — Indicator controlling whether the referenced invoice record has been updated through this mapping.
- OBJECT_VERSION_NUMBER — Optimistic locking column for concurrent DML.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard WHO audit columns.
No standalone surrogate primary key is documented in the metadata; the identifying key is the composite of INV_TRX_ID, CM_TRX_ID, INV_TRX_LINE_ID, CM_TRX_LINE_ID, and OE_ST_ID.
Common Use Cases and Queries
Typical usage centers on statutory reporting and credit memo reconciliation. A common pattern joins the table to RA_CUSTOMER_TRX_ALL twice to retrieve both sides of the credit relationship:
- Reconciling credit memos against invoices for tax and statutory form submission.
- Reporting credit memo activity by statutory form (OE_ST_ID) for a period.
- Auditing which invoice lines were credited and whether the INV_UPDATE_FLAG was set.
- Validating completeness of localization credit memo mappings before period close.
A representative query joins INV_TRX_ID and CM_TRX_ID to RA_CUSTOMER_TRX_ALL to resolve transaction numbers, and joins OE_ST_ID to JAI_CMN_STFORM_HDRS_ALL to obtain the form context. Because the transaction numbers are also denormalized, simple extracts can avoid the joins where only numbers and amounts are required.
Related Objects
- RA_CUSTOMER_TRX_ALL — joined on JAI_AR_TRX_CM_T.INV_TRX_ID and JAI_AR_TRX_CM_T.CM_TRX_ID; the primary AR transaction header table.
- RA_CUSTOMER_TRX_LINES_ALL — joined on JAI_AR_TRX_CM_T.INV_TRX_LINE_ID and JAI_AR_TRX_CM_T.CM_TRX_LINE_ID; AR transaction line detail.
- JAI_CMN_STFORM_HDRS_ALL — joined on JAI_AR_TRX_CM_T.OE_ST_ID; statutory form headers.
- JAI_AR_TRX_CM_LINES_T and associated JA localization credit memo objects — sibling tables in the same functional area.
- AR credit memo APIs — which ultimately create the RA_CUSTOMER_TRX_ALL records this table references.
-
Table: JAI_AR_TRX_CM_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRX_CM_T, object_name:JAI_AR_TRX_CM_T, status:VALID, product: JA - Asia/Pacific Localizations , description: This table holds the details of the st forms details for an AR credit memo. , implementation_dba_data: JA.JAI_AR_TRX_CM_T ,
-
Table: JAI_AR_TRX_CM_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRX_CM_T, object_name:JAI_AR_TRX_CM_T, status:VALID, product: JA - Asia/Pacific Localizations , description: This table holds the details of the st forms details for an AR credit memo. , implementation_dba_data: JA.JAI_AR_TRX_CM_T ,
-
Table: JAI_RGM_REFS_ALL
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_REFS_ALL, object_name:JAI_RGM_REFS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores transactions with TCS type of Tax. This is a TCS repository , implementation_dba_data: JA.JAI_RGM_REFS_ALL ,
-
Table: JAI_RGM_REFS_ALL
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_REFS_ALL, object_name:JAI_RGM_REFS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores transactions with TCS type of Tax. This is a TCS repository , implementation_dba_data: JA.JAI_RGM_REFS_ALL ,
-
View: JAI_AR_TRX_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AR_TRX_DTLS_V, object_name:JAI_AR_TRX_DTLS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_AR_TRX_DTLS_V ,
-
View: JAI_AR_TRX_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AR_TRX_DTLS_V, object_name:JAI_AR_TRX_DTLS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_AR_TRX_DTLS_V ,
-
View: JAI_AR_TRX_AEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AR_TRX_AEL_V, object_name:JAI_AR_TRX_AEL_V, status:VALID, product: JA - Asia/Pacific Localizations , description: Base view of OFI AR transaction , implementation_dba_data: APPS.JAI_AR_TRX_AEL_V ,
-
Table: JAI_AR_REC_APPL_AUDITS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_REC_APPL_AUDITS, object_name:JAI_AR_REC_APPL_AUDITS, status:VALID, product: JA - Asia/Pacific Localizations , description: This is the Audit/History table for ar_receivable_applications_all , implementation_dba_data: JA.JAI_AR_REC_APPL_AUDITS ,
-
Table: JAI_AR_REC_APPL_AUDITS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_REC_APPL_AUDITS, object_name:JAI_AR_REC_APPL_AUDITS, status:VALID, product: JA - Asia/Pacific Localizations , description: This is the Audit/History table for ar_receivable_applications_all , implementation_dba_data: JA.JAI_AR_REC_APPL_AUDITS ,
-
Table: JAI_AR_TRX_COPY_HDR_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRX_COPY_HDR_T, object_name:JAI_AR_TRX_COPY_HDR_T, status:VALID, product: JA - Asia/Pacific Localizations , description: This table is used whenever an invoice is copied from a source transaction. , implementation_dba_data: JA.JAI_AR_TRX_COPY_HDR_T ,
-
Table: JAI_AR_PAYMENT_AUDITS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_PAYMENT_AUDITS, object_name:JAI_AR_PAYMENT_AUDITS, status:VALID, product: JA - Asia/Pacific Localizations , description: This is the Audit/History table for ar_payment_schedules_all , implementation_dba_data: JA.JAI_AR_PAYMENT_AUDITS ,
-
Table: JAI_AR_TRX_UPDATE_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRX_UPDATE_T, object_name:JAI_AR_TRX_UPDATE_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Stored after update on Stand.Orders and Inv in OE and AR resp to query the rec. , implementation_dba_data: JA.JAI_AR_TRX_UPDATE_T ,
-
Table: JAI_AR_TRX_LINES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRX_LINES, object_name:JAI_AR_TRX_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores information about the transaction lines. , implementation_dba_data: JA.JAI_AR_TRX_LINES ,
-
Table: JAI_AR_TRX_LINES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRX_LINES, object_name:JAI_AR_TRX_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores information about the transaction lines. , implementation_dba_data: JA.JAI_AR_TRX_LINES ,
-
Table: JAI_AR_TRX_COPY_HDR_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRX_COPY_HDR_T, object_name:JAI_AR_TRX_COPY_HDR_T, status:VALID, product: JA - Asia/Pacific Localizations , description: This table is used whenever an invoice is copied from a source transaction. , implementation_dba_data: JA.JAI_AR_TRX_COPY_HDR_T ,
-
Table: JAI_AR_TRX_UPDATE_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRX_UPDATE_T, object_name:JAI_AR_TRX_UPDATE_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Stored after update on Stand.Orders and Inv in OE and AR resp to query the rec. , implementation_dba_data: JA.JAI_AR_TRX_UPDATE_T ,
-
Table: JAI_AR_PAYMENT_AUDITS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_PAYMENT_AUDITS, object_name:JAI_AR_PAYMENT_AUDITS, status:VALID, product: JA - Asia/Pacific Localizations , description: This is the Audit/History table for ar_payment_schedules_all , implementation_dba_data: JA.JAI_AR_PAYMENT_AUDITS ,
-
Table: JAI_AR_TRX_POE_DTLS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRX_POE_DTLS, object_name:JAI_AR_TRX_POE_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table holds the details of the proof of exports details. , implementation_dba_data: JA.JAI_AR_TRX_POE_DTLS ,
-
Table: JAI_AR_TRX_POE_DTLS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRX_POE_DTLS, object_name:JAI_AR_TRX_POE_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table holds the details of the proof of exports details. , implementation_dba_data: JA.JAI_AR_TRX_POE_DTLS ,
-
Table: JAI_RGM_ITEM_GEN_DOCS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_ITEM_GEN_DOCS, object_name:JAI_RGM_ITEM_GEN_DOCS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the information regarding documents generated for TCS Processing , implementation_dba_data: JA.JAI_RGM_ITEM_GEN_DOCS ,
-
Table: JAI_RGM_ITEM_GEN_DOCS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_ITEM_GEN_DOCS, object_name:JAI_RGM_ITEM_GEN_DOCS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the information regarding documents generated for TCS Processing , implementation_dba_data: JA.JAI_RGM_ITEM_GEN_DOCS ,
-
Table: JAI_AR_SUP_HDRS_ALL
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_SUP_HDRS_ALL, object_name:JAI_AR_SUP_HDRS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the Supplementary Transaction details. , implementation_dba_data: JA.JAI_AR_SUP_HDRS_ALL ,
-
Table: JAI_AR_SUP_LINES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_SUP_LINES, object_name:JAI_AR_SUP_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Table stores SuppTransaction dtls of the individual items with the Orig Inv dtls , implementation_dba_data: JA.JAI_AR_SUP_LINES ,
-
Table: JAI_AR_TRXS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRXS, object_name:JAI_AR_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores information about the receivables invoices. , implementation_dba_data: JA.JAI_AR_TRXS ,
-
Table: JAI_AR_TRXS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRXS, object_name:JAI_AR_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores information about the receivables invoices. , implementation_dba_data: JA.JAI_AR_TRXS ,
-
Table: JAI_AR_SUP_LINES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_SUP_LINES, object_name:JAI_AR_SUP_LINES, status:VALID, product: JA - Asia/Pacific Localizations , description: Table stores SuppTransaction dtls of the individual items with the Orig Inv dtls , implementation_dba_data: JA.JAI_AR_SUP_LINES ,
-
Table: JAI_AR_SUP_INV_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_SUP_INV_T, object_name:JAI_AR_SUP_INV_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Table stores TempInfo of Suppl INV used by India Gen. Suggestive Suppl Report. , implementation_dba_data: JA.JAI_AR_SUP_INV_T ,
-
Table: JAI_AR_SUP_HDRS_ALL
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_SUP_HDRS_ALL, object_name:JAI_AR_SUP_HDRS_ALL, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the Supplementary Transaction details. , implementation_dba_data: JA.JAI_AR_SUP_HDRS_ALL ,
-
Table: JAI_AR_TRX_SUP_INV_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRX_SUP_INV_T, object_name:JAI_AR_TRX_SUP_INV_T, status:VALID, product: JA - Asia/Pacific Localizations , description: TempTable stores Supp Invoices and used by India Gen Suggestive Supp Report. , implementation_dba_data: JA.JAI_AR_TRX_SUP_INV_T ,
-
Table: JAI_AR_SUP_INV_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_SUP_INV_T, object_name:JAI_AR_SUP_INV_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Table stores TempInfo of Suppl INV used by India Gen. Suggestive Suppl Report. , implementation_dba_data: JA.JAI_AR_SUP_INV_T ,
-
Table: JAI_AR_TRX_SUP_INV_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRX_SUP_INV_T, object_name:JAI_AR_TRX_SUP_INV_T, status:VALID, product: JA - Asia/Pacific Localizations , description: TempTable stores Supp Invoices and used by India Gen Suggestive Supp Report. , implementation_dba_data: JA.JAI_AR_TRX_SUP_INV_T ,
-
Table: JAI_RGM_INVOICE_GEN_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_INVOICE_GEN_T, object_name:JAI_RGM_INVOICE_GEN_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores VAT accounted or VAT invoice number to be generated records , implementation_dba_data: JA.JAI_RGM_INVOICE_GEN_T ,
-
Table: JAI_RGM_INVOICE_GEN_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_INVOICE_GEN_T, object_name:JAI_RGM_INVOICE_GEN_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores VAT accounted or VAT invoice number to be generated records , implementation_dba_data: JA.JAI_RGM_INVOICE_GEN_T ,
-
View: JAI_CMN_CESS_TRXS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_CESS_TRXS_V, object_name:JAI_CMN_CESS_TRXS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_CESS_TRXS_V ,
-
View: JAI_CMN_CESS_TRXS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_CMN_CESS_TRXS_V, object_name:JAI_CMN_CESS_TRXS_V, status:VALID, product: JA - Asia/Pacific Localizations , implementation_dba_data: APPS.JAI_CMN_CESS_TRXS_V ,