Search Results jai_ar_trxs
Overview
The JAI_AR_TRXS table is a core data repository within the Oracle E-Business Suite Asia/Pacific Localizations module (product code JA). It functions as a localization extension to the standard Receivables transaction data model. While the primary invoice information is stored in the base table RA_CUSTOMER_TRX_ALL, JAI_AR_TRXS holds supplementary, region-specific attributes and references required for compliance and business processes in supported Asia/Pacific countries. Its role is to associate standard transactional data with localized organizational structures, tax locations, and other jurisdictional entities without modifying the core application tables, thereby maintaining upgrade integrity.
Key Information Stored
The table's primary purpose is to link a standard invoice (CUSTOMER_TRX_ID) to key localization entities. The documented foreign key relationships indicate the critical columns stored. The CUSTOMER_TRX_ID serves as the primary key and the link to the core transaction. The ORGANIZATION_ID associates the invoice with a specific inventory or operating unit as defined in HR_ALL_ORGANIZATION_UNITS. The LOCATION_ID links to a detailed address in HR_LOCATIONS_ALL, which is often crucial for tax jurisdiction determination. The BATCH_SOURCE_ID references the transaction origin in RA_BATCH_SOURCES_ALL, and the SET_OF_BOOKS_ID ties the invoice to a specific accounting ledger in GL_LEDGERS. This structure enables invoices to be processed and reported according to localized legal and financial requirements.
Common Use Cases and Queries
This table is essential for generating localized financial, tax, and statutory reports. A common use case involves querying invoice details alongside their associated organizational and location data for tax filing or audit purposes. Development and support activities frequently require joining this table to core Receivables tables to troubleshoot data issues or extract complete invoice records for interfaces. A typical query pattern retrieves the localized context for a set of invoices:
- SELECT rct.trx_number, jt.organization_id, jt.location_id, hou.name org_name, hl.address_line_1 FROM ra_customer_trx_all rct, jai_ar_trxs jt, hr_all_organization_units hou, hr_locations_all hl WHERE rct.customer_trx_id = jt.customer_trx_id AND jt.organization_id = hou.organization_id AND jt.location_id = hl.location_id AND rct.trx_date BETWEEN :p_start_date AND :p_end_date;
Another critical use case is validating data integrity by ensuring every relevant RA_CUSTOMER_TRX_ALL record has a corresponding entry in JAI_AR_TRXS, as required by the localization.
Related Objects
The JAI_AR_TRXS table sits at the center of a localized data model, with defined relationships to both core EBS tables and other localization objects. As per the provided metadata, its primary foreign key dependencies are:
- RA_CUSTOMER_TRX_ALL: Joined via JAI_AR_TRXS.CUSTOMER_TRX_ID. This is the fundamental link to the core transactional data.
- HR_ALL_ORGANIZATION_UNITS: Joined via JAI_AR_TRXS.ORGANIZATION_ID.
- HR_LOCATIONS_ALL: Joined via JAI_AR_TRXS.LOCATION_ID.
- RA_BATCH_SOURCES_ALL: Joined via JAI_AR_TRXS.BATCH_SOURCE_ID.
- GL_LEDGERS: Joined via JAI_AR_TRXS.SET_OF_BOOKS_ID.
Furthermore, JAI_AR_TRXS is referenced as a parent table by other localization objects:
- JAI_AR_TRX_INS_HDRS_T: References JAI_AR_TRXS.CUSTOMER_TRX_ID.
- JAI_AR_TRX_INS_LINES_T: References JAI_AR_TRXS.CUSTOMER_TRX_ID.
These relationships indicate that the table provides the foundational invoice record for more specialized localization sub-modules, such as insurance-related data.
-
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_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 ,
-
APPS.JAI_AR_TAX_LINES_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JA_JAINTSLS_XMLP_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_OM_RG_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_CMN_ST_FORMS_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_AR_TAX_PROCESSING_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_AR_TRXS_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_AR_RGM_PROCESSING_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JA_JAINSTR_XMLP_PKG dependencies on JAI_AR_TRXS
12.1.1
-
APPS.JAI_AR_GLDIST_TRIGGER_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_AR_TRX_LINES_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_AR_MATCH_TAX_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_JAR_TRXS_TRIGGER_PKG dependencies on JAI_AR_TRXS
12.1.1
-
APPS.JA_JAINTSLS_XMLP_PKG dependencies on JAI_AR_TRXS
12.1.1
-
APPS.JAI_AR_MATCH_TAX_PKG dependencies on JAI_AR_TRXS
12.1.1
-
APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on JAI_AR_TRXS
12.1.1
-
APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on JAI_AR_TRXS
12.1.1
-
APPS.JAI_CMN_TAX_DEFAULTATION_PKG dependencies on JAI_AR_TRXS
12.1.1
-
APPS.JAI_AR_SUP_TRX_PKG dependencies on JAI_AR_TRXS
12.1.1
-
APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on JAI_AR_TRXS
12.1.1
-
APPS.JAI_AR_IMPORT_SYNC_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_JAR_TRXS_TRIGGER_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_CMN_TAX_DEFAULTATION_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_AR_RCTA_TRIGGER_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_ST_REVERSAL_EXTRACT_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_TAX_PROCESSING_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_AR_TRXS
12.1.1
-
APPS.JAI_OM_RG_PKG dependencies on JAI_AR_TRXS
12.1.1
-
APPS.JAI_TRX_REPO_EXTRACT_PKG dependencies on JAI_AR_TRXS
12.1.1
-
APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_AR_IMPORT_SYNC_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_TRX_REPO_EXTRACT_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_AR_TRXS_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_OPEN_API_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_AR_TRX_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_AR_SUP_TRX_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_AR_VALIDATE_DATA_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_JAR_TRXS_TRIGGER_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JA_JAINSTR_XMLP_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_CMN_ST_FORMS_PKG dependencies on JAI_AR_TRXS
12.1.1
-
APPS.JAI_JAR_TRXS_TRIGGER_PKG dependencies on JAI_AR_TRXS
12.1.1
-
APPS.JAI_AR_TRX_PKG dependencies on JAI_AR_TRXS
12.1.1
-
APPS.JAI_AR_VALIDATE_DATA_PKG dependencies on JAI_AR_TRXS
12.1.1
-
APPS.JAI_AR_TRX_HEADERS_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_AR_TRX_HEADERS_PKG dependencies on JAI_AR_TRXS
12.2.2
-
APPS.JAI_AR_RGM_PROCESSING_PKG dependencies on JAI_AR_TRXS
12.1.1
-
APPS.JAI_AR_IMPORT_POPU_PKG dependencies on JAI_AR_TRXS
12.2.2