Search Results jai_rgm_manual_trxs
Overview
The JAI_RGM_MANUAL_TRXS table is a core data object within the Asia/Pacific Localizations (JA) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the primary repository for manually entered tax transactions, specifically for Service Tax and Value-Added Tax (VAT) regimes. This table is essential in jurisdictions where automated transaction capture is insufficient or where corrections and adjustments to tax records must be manually recorded. Its existence underscores the localization requirements for complex tax reporting and compliance in the Asia/Pacific region, acting as a critical bridge between manual tax accounting entries and the standardized EBS tax and trading community architecture.
Key Information Stored
The table's primary key is the TRANSACTION_NUMBER, which uniquely identifies each manual tax entry. The structure is designed to integrate with the EBS Trading Community Model (TCM). Key foreign key columns link the manual transaction to established master data: REGIME_ORG_ID references the JAI_RGM_PARTIES table to associate the transaction with a specific tax regime and organization; PARTY_ID links to HZ_PARTIES to identify the legal entity or customer/vendor involved; and PARTY_SITE_ID references HZ_PARTY_SITES to pinpoint the specific location or site of the party for accurate tax jurisdiction determination. While the provided metadata does not list all columns, the table logically stores details such as transaction date, tax type (Service Tax/VAT), taxable amount, tax amount, tax rate, period information, and a description of the manual adjustment.
Common Use Cases and Queries
This table is primarily used for compliance reporting and audit trails. A common use case is generating statutory reports for Service Tax or VAT authorities that require a consolidated view of all tax liabilities, including those recorded outside standard transaction flows (e.g., manual journal adjustments for prior period errors). Finance teams may query this table to reconcile manually posted tax entries with general ledger accounts. A typical reporting query would join this table to its related master data tables to enrich transaction records with party names and addresses.
Sample Query Pattern:
SELECT m.transaction_number, m.transaction_date, p.party_name, r.regime_code, m.tax_amount
FROM jai_rgm_manual_trxs m,
hz_parties p,
jai_rgm_parties r
WHERE m.party_id = p.party_id
AND m.regime_org_id = r.regime_org_id
AND m.transaction_date BETWEEN :p_start_date AND :p_end_date;
Related Objects
The JAI_RGM_MANUAL_TRXS table has defined foreign key relationships with several master data tables, ensuring referential integrity and enabling data validation. The documented relationships are:
- JAI_RGM_PARTIES: Linked via JAI_RGM_MANUAL_TRXS.REGIME_ORG_ID = JAI_RGM_PARTIES.REGIME_ORG_ID. This joins the transaction to the specific tax regime definition and organization.
- HZ_PARTIES: Linked via JAI_RGM_MANUAL_TRXS.PARTY_ID = HZ_PARTIES.PARTY_ID. This joins the transaction to the master trading community record (customer, supplier, or legal entity).
- HZ_PARTY_SITES: Linked via JAI_RGM_MANUAL_TRXS.PARTY_SITE_ID = HZ_PARTY_SITES.PARTY_SITE_ID. This joins the transaction to the specific address or site of the party, which is crucial for determining applicable tax jurisdiction and rates.
As the source table for manual tax data, it is likely referenced by various localization-specific reports, interfaces, and potentially by the JAI_RGM (Regime) application programming interfaces (APIs) for data validation and processing.
-
Table: JAI_RGM_MANUAL_TRXS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_MANUAL_TRXS, object_name:JAI_RGM_MANUAL_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Captures manual transactions made for Service Tax and VAT. , implementation_dba_data: JA.JAI_RGM_MANUAL_TRXS ,
-
Table: JAI_RGM_MANUAL_TRXS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_MANUAL_TRXS, object_name:JAI_RGM_MANUAL_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Captures manual transactions made for Service Tax and VAT. , implementation_dba_data: JA.JAI_RGM_MANUAL_TRXS ,
-
APPS.JAI_TRX_REPO_EXTRACT_PKG dependencies on JAI_RGM_MANUAL_TRXS
12.1.1
-
APPS.JAI_TRX_REPO_EXTRACT_PKG dependencies on JAI_RGM_MANUAL_TRXS
12.2.2
-
APPS.JA_JAINST3_XMLP_PKG dependencies on JAI_RGM_MANUAL_TRXS
12.1.1
-
APPS.JA_JAINST3_XMLP_PKG dependencies on JAI_RGM_MANUAL_TRXS
12.2.2
-
VIEW: JA.JAI_RGM_MANUAL_TRXS#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_RGM_MANUAL_TRXS#, status:VALID,
-
SYNONYM: APPS.JAI_RGM_MANUAL_TRXS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JAI_RGM_MANUAL_TRXS, status:VALID,
-
SYNONYM: APPS.JAI_RGM_MANUAL_TRXS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JAI_RGM_MANUAL_TRXS, status:VALID,
-
VIEW: JA.JAI_RGM_MANUAL_TRXS#
12.2.2
-
APPS.JA_JAINST3_XMLP_PKG dependencies on PO_VENDOR_SITES_ALL
12.2.2
-
APPS.JA_JAINST3_XMLP_PKG dependencies on PO_VENDOR_SITES_ALL
12.1.1
-
VIEW: APPS.JAI_AP_MANUAL_AEL_V
12.2.2
-
TABLE: JA.JAI_RGM_MANUAL_TRXS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_MANUAL_TRXS, object_name:JAI_RGM_MANUAL_TRXS, status:VALID,
-
TABLE: JA.JAI_RGM_MANUAL_TRXS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_MANUAL_TRXS, object_name:JAI_RGM_MANUAL_TRXS, status:VALID,
-
PACKAGE BODY: APPS.JA_JAINST3_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JA_JAINST3_XMLP_PKG, status:VALID,
-
Table: JAI_RGM_PARTIES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_PARTIES, object_name:JAI_RGM_PARTIES, status:VALID, product: JA - Asia/Pacific Localizations , description: Organization association with regime is stored in this table , implementation_dba_data: JA.JAI_RGM_PARTIES ,
-
Table: JAI_RGM_PARTIES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_PARTIES, object_name:JAI_RGM_PARTIES, status:VALID, product: JA - Asia/Pacific Localizations , description: Organization association with regime is stored in this table , implementation_dba_data: JA.JAI_RGM_PARTIES ,
-
PACKAGE BODY: APPS.JA_JAINST3_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JA_JAINST3_XMLP_PKG, status:VALID,
-
View: JAI_AP_MANUAL_AEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AP_MANUAL_AEL_V, object_name:JAI_AP_MANUAL_AEL_V, status:VALID, product: JA - Asia/Pacific Localizations , description: Base view of Manual entry , implementation_dba_data: APPS.JAI_AP_MANUAL_AEL_V ,
-
PACKAGE BODY: APPS.JAI_TRX_REPO_EXTRACT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_TRX_REPO_EXTRACT_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_TRX_REPO_EXTRACT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_TRX_REPO_EXTRACT_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.JA_JAINST3_XMLP_PKG dependencies on JAI_RGM_TRX_RECORDS
12.2.2
-
APPS.JA_JAINST3_XMLP_PKG dependencies on JAI_RGM_TRX_RECORDS
12.1.1
-
VIEW: APPS.JAI_AP_MANUAL_AEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AP_MANUAL_AEL_V, object_name:JAI_AP_MANUAL_AEL_V, status:VALID,
-
APPS.JA_JAINST3_XMLP_PKG SQL Statements
12.2.2
-
APPS.JA_JAINST3_XMLP_PKG SQL Statements
12.1.1
-
Table: HZ_PARTY_SITES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_SITES, object_name:HZ_PARTY_SITES, status:VALID, product: AR - Receivables , description: Links party to physical locations , implementation_dba_data: AR.HZ_PARTY_SITES ,
-
Table: HZ_PARTY_SITES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTY_SITES, object_name:HZ_PARTY_SITES, status:VALID, product: AR - Receivables , description: Links party to physical locations , implementation_dba_data: AR.HZ_PARTY_SITES ,
-
APPS.JAI_TRX_REPO_EXTRACT_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.JA_JAINST3_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.JA_JAINST3_XMLP_PKG
12.2.2
-
Table: HZ_PARTIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
Table: HZ_PARTIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
APPS.JAI_TRX_REPO_EXTRACT_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JAI_TRX_REPO_EXTRACT_PKG
12.1.1
-
eTRM - JA Tables and Views
12.2.2
description: The 'JA_CN_VOUCHER_NUMBER' table stores the voucher number of GL journal lines. ,
-
PACKAGE BODY: APPS.JAI_TRX_REPO_EXTRACT_PKG
12.2.2
-
eTRM - JA Tables and Views
12.1.1
description: The 'JA_CN_SYSTEM_PARAMETERS_ALL' table stores information defined by 'System Options' form, 'Electronic Accounting Book Export' program will get most data from data in the table. A legal entity can only have one record in the table. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - JA Tables and Views
12.1.1
description: The 'JA_CN_SYSTEM_PARAMETERS_ALL' table stores information defined by 'System Options' form, 'Electronic Accounting Book Export' program will get most data from data in the table. A legal entity can only have one record in the table. ,
-
eTRM - JA Tables and Views
12.2.2
description: The 'JA_CN_VOUCHER_NUMBER' table stores the voucher number of GL journal lines. ,