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 ,
-
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 ,
-
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 ,
-
Table: JAI_AR_TRX_INS_LINES_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRX_INS_LINES_T, object_name:JAI_AR_TRX_INS_LINES_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Table holds tax records after auto invoice, manual invoice is saved. , implementation_dba_data: JA.JAI_AR_TRX_INS_LINES_T ,
-
Table: JAI_AR_TRX_INS_LINES_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRX_INS_LINES_T, object_name:JAI_AR_TRX_INS_LINES_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Table holds tax records after auto invoice, manual invoice is saved. , implementation_dba_data: JA.JAI_AR_TRX_INS_LINES_T ,
-
Table: JAI_AR_TRX_INS_HDRS_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRX_INS_HDRS_T, object_name:JAI_AR_TRX_INS_HDRS_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Table stores values pass'g RGentry when manual ARtransaction done for 1st time , implementation_dba_data: JA.JAI_AR_TRX_INS_HDRS_T ,
-
Table: JAI_AR_TRX_INS_HDRS_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_AR_TRX_INS_HDRS_T, object_name:JAI_AR_TRX_INS_HDRS_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Table stores values pass'g RGentry when manual ARtransaction done for 1st time , implementation_dba_data: JA.JAI_AR_TRX_INS_HDRS_T ,