Search Results jai_rgm_balance_t
Overview
The JAI_RGM_BALANCE_T table is a core data repository within the Asia/Pacific Localizations (JA) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It functions as the central ledger for tracking tax-related financial balances. As per its documented description, it specifically stores debit and credit balances for every organization and location for every tax type. This table is integral to the Regional Government Module (RGM), supporting statutory tax accounting and reporting requirements for various jurisdictions in the Asia/Pacific region. Its role is to maintain a running, auditable balance of tax liabilities and credits, which is essential for generating accurate tax returns and reconciling with general ledger accounts.
Key Information Stored
While the provided metadata does not list specific columns beyond foreign keys, the table's structure can be inferred from its description and relationships. It stores balances at the intersection of key organizational and tax dimensions. Critical data points include the regime or tax type (via REGIME_ID), the organizational entity (PARTY_ID), and the physical location (LOCATION_ID). The core financial data consists of debit and credit balance amounts, likely for specific accounting periods. Furthermore, the table includes audit trail columns such as REQUEST_ID, PROGRAM_ID, and PROGRAM_LOGIN_ID, which link balance entries to the specific concurrent request and user session that created or modified them, ensuring traceability for compliance.
Common Use Cases and Queries
Primary use cases revolve around tax reporting and reconciliation. A common operational report would query the net balance (credits minus debits) for a specific tax regime and organization to determine the liability payable for a period. For example, a SQL query might join JAI_RGM_BALANCE_T with JAI_RGM_DEFINITIONS to get the tax name and sum balances by period. Database administrators or support personnel may also query the table using the REQUEST_ID to investigate the outcome of a specific tax calculation or balance update job. The table is central to periodic processes that close tax periods, where final balances are calculated and reported to authorities.
Related Objects
- JAI_RGM_DEFINITIONS: A primary foreign key relationship. This table holds the master definition of tax regimes/types, and JAI_RGM_BALANCE_T.REGIME_ID references it to classify each balance entry.
- HR_LOCATIONS_ALL & HR_ALL_ORGANIZATION_UNITS: These Human Resources tables provide the master data for the LOCATION_ID and PARTY_ID (organization unit) referenced in each balance record, establishing the organizational context.
- FND_CONCURRENT_REQUESTS, FND_CONCURRENT_PROGRAMS, FND_LOGINS: These Application Object Library tables provide the execution context. The foreign keys to these tables enable auditing of which program job and user session was responsible for creating or updating the balance records.
-
Table: JAI_RGM_BALANCE_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_BALANCE_T, object_name:JAI_RGM_BALANCE_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Debit and credit balances for every org and location for every tax type , implementation_dba_data: JA.JAI_RGM_BALANCE_T ,
-
Table: JAI_RGM_BALANCE_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_BALANCE_T, object_name:JAI_RGM_BALANCE_T, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Debit and credit balances for every org and location for every tax type , implementation_dba_data: JA.JAI_RGM_BALANCE_T ,
-
APPS.JAI_CMN_RGM_TAX_DIST_PKG dependencies on JAI_RGM_BALANCE_T
12.2.2
-
APPS.JAI_CMN_RGM_TAX_DIST_PKG dependencies on JAI_RGM_BALANCE_T
12.1.1
-
APPS.JAI_CMN_RGM_TAX_DIST_PKG dependencies on JAI_RGM_BALANCE_T
12.1.1
-
APPS.JAI_CMN_RGM_TAX_DIST_PKG dependencies on JAI_RGM_BALANCE_T
12.2.2
-
VIEW: JA.JAI_RGM_BALANCE_T#
12.2.2
-
VIEW: JA.JAI_RGM_BALANCE_T#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_RGM_BALANCE_T#, status:VALID,
-
SYNONYM: APPS.JAI_RGM_BALANCE_T
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JAI_RGM_BALANCE_T, status:VALID,
-
TABLE: JA.JAI_RGM_BALANCE_T
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_BALANCE_T, object_name:JAI_RGM_BALANCE_T, status:VALID,
-
SYNONYM: APPS.JAI_RGM_BALANCE_T
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JAI_RGM_BALANCE_T, status:VALID,
-
TABLE: JA.JAI_RGM_BALANCE_T
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_BALANCE_T, object_name:JAI_RGM_BALANCE_T, status:VALID,
-
PACKAGE: APPS.JAI_CMN_RGM_TAX_DIST_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:JAI_CMN_RGM_TAX_DIST_PKG, status:VALID,
-
PACKAGE: APPS.JAI_CMN_RGM_TAX_DIST_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:JAI_CMN_RGM_TAX_DIST_PKG, status:VALID,
-
Table: JAI_RGM_DEFINITIONS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_DEFINITIONS, object_name:JAI_RGM_DEFINITIONS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores regime information. , implementation_dba_data: JA.JAI_RGM_DEFINITIONS ,
-
Table: JAI_RGM_DEFINITIONS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_RGM_DEFINITIONS, object_name:JAI_RGM_DEFINITIONS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores regime information. , implementation_dba_data: JA.JAI_RGM_DEFINITIONS ,
-
Table: FND_LOGINS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOGINS, object_name:FND_LOGINS, status:VALID, product: FND - Application Object Library , description: Sign-On Audit information about who signs on to an application and when , implementation_dba_data: APPLSYS.FND_LOGINS ,
-
PACKAGE BODY: APPS.JAI_CMN_RGM_TAX_DIST_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_CMN_RGM_TAX_DIST_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_CMN_RGM_TAX_DIST_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_CMN_RGM_TAX_DIST_PKG, status:VALID,
-
Table: FND_CONCURRENT_PROGRAMS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_PROGRAMS, object_name:FND_CONCURRENT_PROGRAMS, status:VALID, product: FND - Application Object Library , description: Concurrent programs , implementation_dba_data: APPLSYS.FND_CONCURRENT_PROGRAMS ,
-
Table: FND_CONCURRENT_PROGRAMS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_PROGRAMS, object_name:FND_CONCURRENT_PROGRAMS, status:VALID, product: FND - Application Object Library , description: Concurrent programs , implementation_dba_data: APPLSYS.FND_CONCURRENT_PROGRAMS ,
-
Table: FND_LOGINS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOGINS, object_name:FND_LOGINS, status:VALID, product: FND - Application Object Library , description: Sign-On Audit information about who signs on to an application and when , implementation_dba_data: APPLSYS.FND_LOGINS ,
-
12.2.2 DBA Data
12.2.2
-
APPS.JAI_CMN_RGM_TAX_DIST_PKG dependencies on JAI_CMN_RGM_TAX_DIST_PKG
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
Table: HR_LOCATIONS_ALL
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATIONS_ALL, object_name:HR_LOCATIONS_ALL, status:VALID, product: PER - Human Resources , description: Work location definitions. , implementation_dba_data: HR.HR_LOCATIONS_ALL ,
-
12.2.2 DBA Data
12.2.2
-
Table: HR_LOCATIONS_ALL
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PER.HR_LOCATIONS_ALL, object_name:HR_LOCATIONS_ALL, status:VALID, product: PER - Human Resources , description: Work location definitions. , implementation_dba_data: HR.HR_LOCATIONS_ALL ,
-
12.2.2 FND Design Data
12.2.2
-
APPS.JAI_CMN_RGM_TAX_DIST_PKG dependencies on JAI_CMN_RGM_TAX_DIST_PKG
12.2.2
-
Table: FND_CONCURRENT_REQUESTS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_REQUESTS, object_name:FND_CONCURRENT_REQUESTS, status:VALID, product: FND - Application Object Library , description: Concurrent requests information , implementation_dba_data: APPLSYS.FND_CONCURRENT_REQUESTS ,
-
Table: FND_CONCURRENT_REQUESTS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_REQUESTS, object_name:FND_CONCURRENT_REQUESTS, status:VALID, product: FND - Application Object Library , description: Concurrent requests information , implementation_dba_data: APPLSYS.FND_CONCURRENT_REQUESTS ,
-
APPS.JAI_CMN_RGM_TAX_DIST_PKG SQL Statements
12.2.2
-
APPS.JAI_CMN_RGM_TAX_DIST_PKG dependencies on JAI_RGM_DEFINITIONS
12.2.2
-
APPS.JAI_CMN_RGM_TAX_DIST_PKG SQL Statements
12.1.1
-
Table: HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
Table: HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:AS.HR_ALL_ORGANIZATION_UNITS PER.HR_ALL_ORGANIZATION_UNITS, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID, product: PER - Human Resources , description: Organization unit definitions. , implementation_dba_data: HR.HR_ALL_ORGANIZATION_UNITS ,
-
PACKAGE BODY: APPS.JAI_CMN_RGM_TAX_DIST_PKG
12.2.2
-
PACKAGE BODY: APPS.JAI_CMN_RGM_TAX_DIST_PKG
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. ,
-
12.2.2 DBA Data
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.1.1 DBA Data
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. ,