Search Results ra_customer_trx_lines_all
The RA_CUSTOMER_TRX_LINES_ALL
table is a fundamental component of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically within the Receivables (AR) module. It stores detailed line-level information for customer transactions, including invoices, debit memos, credit memos, and chargebacks. This table is critical for financial reporting, reconciliation, and downstream processing in Oracle EBS. Below is a detailed summary of its structure, key columns, relationships, and functional significance.
Table Structure and Key Columns
TheRA_CUSTOMER_TRX_LINES_ALL
table contains columns that capture transactional details at the line level. Some of the most important columns include:
- CUSTOMER_TRX_LINE_ID: Primary key identifier for each transaction line.
- CUSTOMER_TRX_ID: Foreign key linking to the parent transaction in
RA_CUSTOMER_TRX_ALL
. - LINE_TYPE: Indicates the type of line (e.g., 'LINE', 'TAX', 'FREIGHT').
- LINE_NUMBER: Sequential number identifying the line within a transaction.
- QUANTITY: The quantity of items or services billed.
- UNIT_SELLING_PRICE: The unit price of the item or service.
- EXTENDED_AMOUNT: Calculated as
QUANTITY * UNIT_SELLING_PRICE
. - REVENUE_AMOUNT: The recognized revenue amount for the line.
- GL_DATE: The accounting date posted to the General Ledger.
- ACCOUNTING_RULE_ID: Links to revenue recognition rules if applicable.
- TAX_CODE: Identifier for tax calculations.
- INVENTORY_ITEM_ID: Links to the item in
MTL_SYSTEM_ITEMS_B
if the line represents a product.
Functional Significance
TheRA_CUSTOMER_TRX_LINES_ALL
table plays a pivotal role in Oracle Receivables by:
- Supporting Line-Level Accounting: Each line can have distinct GL accounts, enabling detailed financial tracking.
- Enabling Revenue Recognition: Lines with accounting rules defer revenue and recognize it over time.
- Facilitating Tax Calculations: Tax lines (
LINE_TYPE = 'TAX'
) store tax amounts and rates. - Integrating with Inventory: For product-based transactions, the
INVENTORY_ITEM_ID
links to inventory data.
Relationships with Other Tables
The table is part of a broader data model in Oracle Receivables:- RA_CUSTOMER_TRX_ALL: Parent table containing header-level transaction data.
- RA_CUST_TRX_LINE_GL_DIST_ALL: Stores GL distributions for each transaction line.
- AR_CASH_RECEIPTS: Links to payments applied to transaction lines.
- MTL_SYSTEM_ITEMS_B: For product-related lines, links to inventory items.
Technical Considerations
- Multi-Org Structure: The
_ALL
suffix indicates it stores data for all operating units, filtered byORG_ID
. - Indexing: Key indexes include
CUSTOMER_TRX_LINE_ID
,CUSTOMER_TRX_ID
, andORG_ID
for performance. - Audit Columns: Includes
CREATION_DATE
,CREATED_BY
,LAST_UPDATE_DATE
, andLAST_UPDATED_BY
for tracking changes.
Common Use Cases
- Financial Reporting: Extracting line-level details for revenue and tax reporting.
- Data Migration: Populating this table during invoice imports.
- Custom Integrations: Feeding transactional data to downstream systems.
RA_CUSTOMER_TRX_LINES_ALL
table is a cornerstone of Oracle Receivables, providing granular transactional data essential for accounting, reporting, and integration processes in Oracle EBS 12.1.1 and 12.2.2.
-
Table: RA_CUSTOMER_TRX_LINES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_LINES_ALL, object_name:RA_CUSTOMER_TRX_LINES_ALL, status:VALID, product: AR - Receivables , description: Invoice, debit memo, chargeback, credit memo and commitment lines , implementation_dba_data: AR.RA_CUSTOMER_TRX_LINES_ALL ,
-
Table: RA_CUSTOMER_TRX_LINES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_LINES_ALL, object_name:RA_CUSTOMER_TRX_LINES_ALL, status:VALID, product: AR - Receivables , description: Invoice, debit memo, chargeback, credit memo and commitment lines , implementation_dba_data: AR.RA_CUSTOMER_TRX_LINES_ALL ,
-
APPS.OZF_OM_VALIDATION_PVT dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.PA_UBR_UER_SUMM_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.JA_JAINCINI_XMLP_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.GMF_AR_GET_INVOICE_LINES_ID dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.FV_FACTS_TRX_REGISTER dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.OKS_ARFETCH_PUB dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.JMF_GTA_ARTRX_PROC dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.JAI_AR_SUP_TRX_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.ONT_OEXOEORD_XMLP_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.JAI_AR_PROCESSING_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.OKL_REPORT_GENERATOR_PVT dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.OKL_BILLING_UTIL_PVT dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.DPP_CUSTOMERCLAIMS_PVT dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.JAI_AR_TCS_REP_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.ZX_TRD_SERVICES_PUB_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.OE_ORDER_PURGE_PVT dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.JAI_CMN_ST_FORMS_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.JAI_AR_VALIDATE_DATA_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.JAI_AR_MATCH_TAX_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.ARP_BF_BILL dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.OKL_LTE_INT_PVT dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.JAI_OPEN_API_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.JAI_TRX_REPO_EXTRACT_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.ZX_ON_DEMAND_TRX_UPGRADE_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.DPP_CUSTOMERCLAIMS_PVT dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.JL_ZZ_AR_TX_LIB_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.OKL_PAY_INVOICES_DISB_PVT dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.ARP_REVENUE_ASSIGNMENTS dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.ARP_XLA_EXTRACT_MAIN_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.JA_JAINCINI_XMLP_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.AR_UPGRADE_CASH_ACCRUAL dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.ARP_ETAX_UTIL dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.JAI_AR_TCS_REP_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.INV_MGD_MVT_FIN_MDTR dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.ZX_VTX_USER_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.JAI_AR_TAX_LINES_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.OE_UPG_SO_NEW dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.ZX_TRD_SERVICES_PUB_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.JL_ZZ_AR_TX_LIB_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.JL_ZZ_TAX_INTEGRATION_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.INV_FA_INTERFACE_PVT dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.ARP_BF_BILL dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.OKL_CS_TRANSACTIONS_PVT dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.ZX_PRODUCT_INTEGRATION_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1
-
APPS.FII_AR_REVENUE_B_C dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.1.1