Search Results jai_cmn_rg_slnos
Overview
The JAI_CMN_RG_SLNOS table is a core data object within the Asia/Pacific Localizations (product code JA) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It functions as a register ledger, specifically designed to store and maintain the running balance for statutory RG (Register) and PLA (Personal Ledger Account) registers. These registers are critical for local tax and excise duty accounting compliance in several Asia/Pacific jurisdictions, most notably India. The table's primary role is to provide a persistent, auditable record of cumulative financial figures, ensuring accurate tracking of tax credits, debits, and liabilities as mandated by regional legislation.
Key Information Stored
The table's structure is organized to uniquely identify a specific register and its associated financial period. The primary key consists of ORGANIZATION_ID, LOCATION_ID, and REGISTER_TYPE, which together pinpoint the exact register for a given legal entity and operating unit location. A critical column is CURRENT_FIN_YEAR, which links the register balance to a specific financial year as defined in the related JAI_CMN_FIN_YEARS table. While the provided metadata does not list all columns, typical data stored would include running balance amounts (e.g., opening balance, current balance), potentially the last transaction identifier or date that updated the balance, and other control totals necessary for reconciling the RG/PLA statements required for statutory reporting and audits.
Common Use Cases and Queries
This table is central to processes generating statutory excise and service tax reports. Common operational use cases include querying the current available balance in a PLA for utilization against tax liability, verifying opening balances at the start of a new financial year, and reconciling transaction sub-ledger totals with the control balance in this register. A typical reporting query would join this table with organizational and financial year details.
- Sample Query: Retrieving the current balance for a specific register type at a location.
SELECT organization_id, location_id, register_type, current_balance
FROM jai_cmn_rg_slnos
WHERE organization_id = :p_org_id
AND location_id = :p_loc_id
AND current_fin_year = :p_fin_year; - During month-end or period-end closing procedures for localizations, processes will update the running balances in this table based on posted transactions.
Related Objects
The table maintains defined foreign key relationships with other localization tables, ensuring referential integrity. The documented relationships are as follows:
- Foreign Key to JAI_CMN_FIN_YEARS: The column JAI_CMN_RG_SLNOS.CURRENT_FIN_YEAR references the JAI_CMN_FIN_YEARS table. This relationship ties each register balance record to a valid, defined financial calendar, which is essential for period-based reporting.
- Foreign Key to JAI_CMN_FIN_YEARS (Composite): The column JAI_CMN_RG_SLNOS.ORGANIZATION_ID also references the JAI_CMN_FIN_YEARS table. This indicates that the financial year definition is also organization-specific, and the foreign key likely involves a composite key join on both ORGANIZATION_ID and FIN_YEAR columns.
This table is a likely source for various localization reports and is referenced by other JA module tables and APIs that manage RG and PLA transaction posting and inquiry.
-
Table: JAI_CMN_RG_SLNOS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_SLNOS, object_name:JAI_CMN_RG_SLNOS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the running balance for the RG and PLA registers , implementation_dba_data: JA.JAI_CMN_RG_SLNOS ,
-
Table: JAI_CMN_RG_SLNOS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_SLNOS, object_name:JAI_CMN_RG_SLNOS, status:VALID, product: JA - Asia/Pacific Localizations , description: This table stores the running balance for the RG and PLA registers , implementation_dba_data: JA.JAI_CMN_RG_SLNOS ,
-
APPS.JAI_CMN_UTILS_PKG dependencies on JAI_CMN_RG_SLNOS
12.1.1
-
APPS.JAI_EXCISE_SCRIPTS_PKG dependencies on JAI_CMN_RG_SLNOS
12.1.1
-
APPS.JAI_EXCISE_SCRIPTS_PKG dependencies on JAI_CMN_RG_SLNOS
12.2.2
-
APPS.JAI_CMN_UTILS_PKG dependencies on JAI_CMN_RG_SLNOS
12.2.2
-
SYNONYM: APPS.JAI_CMN_RG_SLNOS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JAI_CMN_RG_SLNOS, status:VALID,
-
VIEW: JA.JAI_CMN_RG_SLNOS#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_CMN_RG_SLNOS#, status:VALID,
-
SYNONYM: APPS.JAI_CMN_RG_SLNOS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JAI_CMN_RG_SLNOS, status:VALID,
-
VIEW: JA.JAI_CMN_RG_SLNOS#
12.2.2
-
APPS.JAI_EXCISE_SCRIPTS_PKG dependencies on JAI_CMN_RG_PERIOD_BALS
12.1.1
-
TABLE: JA.JAI_CMN_RG_SLNOS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_SLNOS, object_name:JAI_CMN_RG_SLNOS, status:VALID,
-
TABLE: JA.JAI_CMN_RG_SLNOS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_SLNOS, object_name:JAI_CMN_RG_SLNOS, status:VALID,
-
APPS.JAI_EXCISE_SCRIPTS_PKG dependencies on JAI_CMN_RG_BALANCES
12.2.2
-
APPS.JAI_EXCISE_SCRIPTS_PKG dependencies on JAI_CMN_RG_BALANCES
12.1.1
-
APPS.JAI_EXCISE_SCRIPTS_PKG dependencies on JAI_CMN_RG_PERIOD_BALS
12.2.2
-
APPS.JAI_EXCISE_SCRIPTS_PKG dependencies on JAI_CMN_RG_OTH_BALANCES
12.1.1
-
APPS.JAI_CMN_UTILS_PKG dependencies on FND_GLOBAL
12.2.2
-
APPS.JAI_CMN_UTILS_PKG SQL Statements
12.1.1
-
APPS.JAI_CMN_UTILS_PKG dependencies on FND_GLOBAL
12.1.1
-
APPS.JAI_EXCISE_SCRIPTS_PKG dependencies on JAI_CMN_RG_OTH_BALANCES
12.2.2
-
Table: JAI_CMN_FIN_YEARS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_FIN_YEARS, object_name:JAI_CMN_FIN_YEARS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores information financial year information of organizations , implementation_dba_data: JA.JAI_CMN_FIN_YEARS ,
-
Table: JAI_CMN_FIN_YEARS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_FIN_YEARS, object_name:JAI_CMN_FIN_YEARS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores information financial year information of organizations , implementation_dba_data: JA.JAI_CMN_FIN_YEARS ,
-
PACKAGE BODY: APPS.JAI_EXCISE_SCRIPTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_EXCISE_SCRIPTS_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_EXCISE_SCRIPTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_EXCISE_SCRIPTS_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_CMN_UTILS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_CMN_UTILS_PKG, status:VALID,
-
APPS.JAI_CMN_UTILS_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JAI_CMN_UTILS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_CMN_UTILS_PKG, status:VALID,
-
APPS.JAI_EXCISE_SCRIPTS_PKG dependencies on FND_FILE
12.2.2
-
APPS.JAI_EXCISE_SCRIPTS_PKG dependencies on FND_FILE
12.1.1
-
APPS.JAI_EXCISE_SCRIPTS_PKG dependencies on JAI_CMN_RG_OTHERS
12.1.1
-
APPS.JAI_EXCISE_SCRIPTS_PKG dependencies on JAI_CMN_RG_OTHERS
12.2.2
-
APPS.JAI_EXCISE_SCRIPTS_PKG SQL Statements
12.1.1
-
APPS.JAI_EXCISE_SCRIPTS_PKG SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
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
-
PACKAGE: APPS.JAI_CMN_UTILS_PKG
12.1.1
-
PACKAGE: APPS.JAI_CMN_UTILS_PKG
12.2.2
-
APPS.JAI_EXCISE_SCRIPTS_PKG dependencies on JAI_CMN_RG_23AC_II_TRXS
12.1.1
-
APPS.JAI_EXCISE_SCRIPTS_PKG dependencies on JAI_CMN_RG_23AC_II_TRXS
12.2.2
-
PACKAGE BODY: APPS.JAI_CMN_UTILS_PKG
12.1.1
-
PACKAGE BODY: APPS.JAI_EXCISE_SCRIPTS_PKG
12.1.1
-
PACKAGE BODY: APPS.JAI_EXCISE_SCRIPTS_PKG
12.2.2
-
APPS.JAI_EXCISE_SCRIPTS_PKG dependencies on JAI_CMN_RG_PLA_TRXS
12.2.2
-
APPS.JAI_EXCISE_SCRIPTS_PKG dependencies on JAI_CMN_RG_PLA_TRXS
12.1.1
-
PACKAGE BODY: APPS.JAI_CMN_UTILS_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. ,