Search Results jai_cmn_rg_pla_cmp_dtls_uk1
Overview
The JAI_CMN_RG_PLA_CMP_DTLS table is a core data repository within the Asia/Pacific Localizations (JA) module of Oracle E-Business Suite releases 12.1.1 and 12.2.2. It serves a critical function in the management of excise duty accounting, specifically for the Personal Ledger Account (PLA) mechanism. The table's primary role is to store granular, component-level balance details for every PLA record. This enables precise tracking of excise duty credits, debits, and net available balances for manufacturing and trading entities, which is a fundamental requirement for statutory compliance in several Asia/Pacific jurisdictions, notably India.
Key Information Stored
The table is structured to uniquely identify and maintain the financial state of each excise component. Its primary key (JAI_CMN_RG_PLA_CMP_DTLS_PK) is the REGISTER_ID, which likely links to a master transaction record. A unique key (JAI_CMN_RG_PLA_CMP_DTLS_UK1) enforces data integrity by combining several business dimensions: ORGANIZATION_ID, LOCATION_ID, FIN_YEAR, INVENTORY_ITEM_ID, and SLNO (sequence line number). This combination ensures that detailed component balances are tracked per legal entity, specific location, financial year, inventory item, and transaction line. While the specific balance columns (e.g., opening balance, credit amount, debit amount) are not enumerated in the provided metadata, the table's description confirms it holds the detailed balances for each excise component, forming the foundation for PLA register reports.
Common Use Cases and Queries
This table is central to excise duty reporting and reconciliation processes. Common operational and reporting use cases include generating statutory PLA registers for audit purposes, reconciling excise duty payable with credits availed, and determining the net excise duty balance available for utilization or payment. A typical query would join this detail table with its parent transaction and master data tables to produce a comprehensive register. For example, to retrieve the current balance details for a specific item and organization, a query might pattern:
- SELECT d.* FROM jai_cmn_rg_pla_cmp_dtls d, jai_cmn_rg_pla_trxs t
- WHERE d.register_id = t.register_id
- AND d.organization_id = :p_org_id
- AND d.inventory_item_id = :p_item_id
- AND d.fin_year = :p_year;
This data is essential for period-end closing procedures within the excise accounting cycle.
Related Objects
The JAI_CMN_RG_PLA_CMP_DTLS table maintains defined foreign key relationships with several other localization tables, integrating it into the broader excise duty schema. As per the provided metadata, the key relationships are:
- JAI_CMN_RG_PLA_TRXS: The primary relationship where JAI_CMN_RG_PLA_CMP_DTLS.REGISTER_ID references the master transaction table. This links component details to their source document.
- JAI_INV_ITM_SETUPS: References via ORGANIZATION_ID and INVENTORY_ITEM_ID to validate the excise setup for the inventory item.
- JAI_CMN_FIN_YEARS: References via ORGANIZATION_ID and FIN_YEAR to ensure the financial year is valid for the organization.
- HR_LOCATIONS_ALL: References via LOCATION_ID to tie the balance to a specific physical or legal address, which is crucial for location-based excise regulations.
These relationships ensure transactional integrity and that balance details are always associated with valid master data.
-
Table: JAI_CMN_RG_PLA_CMP_DTLS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_PLA_CMP_DTLS, object_name:JAI_CMN_RG_PLA_CMP_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores detailed balances of each excise component for every PLA record , implementation_dba_data: JA.JAI_CMN_RG_PLA_CMP_DTLS ,
-
Table: JAI_CMN_RG_PLA_CMP_DTLS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_PLA_CMP_DTLS, object_name:JAI_CMN_RG_PLA_CMP_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores detailed balances of each excise component for every PLA record , implementation_dba_data: JA.JAI_CMN_RG_PLA_CMP_DTLS ,
-
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. ,
-
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. ,