Search Results jai_ar_trx_lines
Overview
The JAI_AR_TRX_LINES table is a core data object within the Oracle E-Business Suite (EBS) Asia/Pacific (JA) localization module. It functions as a critical extension table to the standard Receivables transaction line entities, RA_CUSTOMER_TRX_LINES_ALL and RA_CUSTOMER_TRX_ALL. Its primary role is to store supplementary, region-specific information mandated for financial and tax reporting in various Asia/Pacific jurisdictions. This table ensures that localized legal and regulatory requirements for transaction line details are seamlessly integrated with the global Oracle Receivables (AR) data model, enabling compliant invoicing, accounting, and reporting processes.
Key Information Stored
While the full column list is not detailed in the provided metadata, the documented foreign key relationships explicitly reveal several crucial data points. The table's primary key, CUSTOMER_TRX_LINE_ID, directly links each record to a single line in the standard AR transaction lines table (RA_CUSTOMER_TRX_LINES_ALL). The CUSTOMER_TRX_ID column links the line to its parent transaction header (RA_CUSTOMER_TRX_ALL), providing context at the invoice level. A significant column is TAX_CATEGORY_ID, which references the JAI_CMN_TAX_CTGS_ALL table. This indicates the table stores the localized tax category determination for each transaction line, which is fundamental for calculating country-specific taxes like India's GST or other regional VAT/Sales Tax regimes. Typically, such extension tables may also hold fields for line-level excise duty details, special regulatory identifiers, or localized accounting attributes.
Common Use Cases and Queries
This table is essential for generating localized tax reports, reconciling transaction data with regional statutory requirements, and supporting audits. A common use case involves querying transaction lines with their associated JA localization details for a specific period or legal entity. A typical reporting query would join this table to its related core and reference tables.
Sample Query Pattern:
SELECT rcta.trx_number,
rctla.line_number,
rctla.extended_amount,
jtl.tax_category_id,
jtc.tax_category_code
FROM ra_customer_trx_all rcta,
ra_customer_trx_lines_all rctla,
jai_ar_trx_lines jtl,
jai_cmn_tax_ctgs_all jtc
WHERE rcta.customer_trx_id = rctla.customer_trx_id
AND rctla.customer_trx_line_id = jtl.customer_trx_line_id
AND jtl.tax_category_id = jtc.tax_category_id(+)
AND rcta.creation_date BETWEEN :p_start_date AND :p_end_date;
Related Objects
The JAI_AR_TRX_LINES table sits at the intersection of the standard Receivables schema and the JA localization schema, as defined by its documented foreign key constraints.
- RA_CUSTOMER_TRX_LINES_ALL: The fundamental relationship. Each record in JAI_AR_TRX_LINES extends one record in this core table via the CUSTOMER_TRX_LINE_ID column.
- RA_CUSTOMER_TRX_ALL: Provides header-level context for the transaction line. Linked via the CUSTOMER_TRX_ID column.
- JAI_CMN_TAX_CTGS_ALL: A key reference table for localized tax setup. The TAX_CATEGORY_ID in JAI_AR_TRX_LINES determines the applicable tax category for the line from this master table.
This structure ensures data integrity and allows localized logic in programs and reports to reliably access both standard and JA-specific line attributes.
-
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_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 ,
-
APPS.JA_JAINRG1_XMLP_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JAI_TRX_REPO_EXTRACT_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JAI_CMN_RGM_VAT_ACCNT_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JAI_AR_TRX_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JA_JAINTSLS_XMLP_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JAI_AR_RGM_PROCESSING_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JA_JAINTSLS_XMLP_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JA_JAINVAR_XMLP_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_OM_RG_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_CMN_OM_AR_PROCESSING_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JA_JAINVAR_XMLP_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JAI_CMN_ST_FORMS_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JAI_AR_TAX_PROCESSING_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_AR_IMPORT_SYNC_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_AR_MATCH_TAX_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_AR_MATCH_TAX_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JA_JAINSTR_XMLP_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_JMCR_TRIGGER_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JAI_JAR_TRXS_TRIGGER_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JAI_CMN_RCV_MATCHING_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_CMN_RCV_MATCHING_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JAI_AR_IMPORT_POPU_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_JMCR_TRIGGER_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_CMN_ST_FORMS_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_AR_SUP_TRX_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_AR_TRXS_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JAI_AR_VALIDATE_DATA_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JAI_TRX_REPO_EXTRACT_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_AR_TAX_LINES_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_ST_REVERSAL_EXTRACT_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_OPEN_API_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JA_JAINARDR_XMLP_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JA_JAINRG1_XMLP_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_JAR_TRXS_TRIGGER_PKG dependencies on JAI_AR_TRX_LINES
12.2.2
-
APPS.JAI_AR_RGM_PROCESSING_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JAI_OM_RG_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JAI_AR_SUP_TRX_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JA_JAINSTR_XMLP_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on JAI_AR_TRX_LINES
12.1.1
-
APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on JAI_AR_TRX_LINES
12.1.1