Search Results jai_cmn_fin_years
Overview
The JAI_CMN_FIN_YEARS table is a core data repository within the JA (Asia/Pacific Localizations) product family of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. It serves as the master table for storing and managing financial year definitions specific to individual operating units or organizations. Its primary role is to establish a foundational financial calendar against which various localization-specific transactions and statutory registers are tracked and reported. This table is essential for ensuring that region-specific compliance reporting, particularly for countries like India, is organized and summarized according to the correct financial periods as defined by the organization.
Key Information Stored
The table's structure centers on a composite primary key that uniquely identifies a financial year for a given organization. The key columns are ORGANIZATION_ID, which links to the HR_ALL_ORGANIZATION_UNITS table to identify the specific operating unit, and FIN_YEAR, which stores the identifier for the financial year (e.g., '2023-2024'). While the provided ETRM metadata does not list all column definitions, the foreign key relationships imply the table likely contains additional descriptive attributes for the financial year, such as start date, end date, and status. The integrity of the FIN_YEAR data is critical, as it is referenced as a key attribute across numerous transactional and balance tables.
Common Use Cases and Queries
This table is predominantly used in scenarios involving the generation of statutory reports required by local tax authorities. For instance, preparing Indian Central Excise or Service Tax registers (RG-23, PLA) necessitates summarizing transactions within a defined financial year for a specific organization. Common queries involve joining this master table with its related transactional tables to fetch period-based aggregates. A typical reporting pattern would be to retrieve all financial years defined for an organization or to validate the existence of a financial year before posting transactions. A sample SQL pattern to list financial years for an organization would be: SELECT fin_year FROM jai_cmn_fin_years WHERE organization_id = :org_id ORDER BY fin_year;. Another common use is as a constraint in queries generating trial balances for statutory forms, ensuring data is segregated by the correct financial period.
Related Objects
The JAI_CMN_FIN_YEARS table has a central relationship with the HR_ALL_ORGANIZATION_UNITS table via its ORGANIZATION_ID column. It acts as a parent table to a significant number of transactional and balance tables within the localization schema, as evidenced by the extensive foreign key list. Key child tables include:
- JAI_CMN_RG_23AC_I_TRXS, JAI_CMN_RG_23AC_II_TRXS, JAI_CMN_RG_23D_TRXS: For excise transaction registers.
- JAI_CMN_RG_I_TRXS: For general register transactions.
- JAI_CMN_RG_PLA_TRXS: For PLA (Personal Ledger Account) transactions.
- JAI_CMN_RG_PERIOD_BALS: For storing periodic balances.
- JAI_CMN_RG_COMP_DTLS, JAI_CMN_RG_PLA_CMP_DTLS: For compliance details.
- JAI_CMN_RG_EXC_INV_NOS: For excise invoice number tracking.
- JAI_CMN_RG_SLNOS: Referenced via the CURRENT_FIN_YEAR column for serial number management.
-
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 ,
-
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_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 ,
-
Table: JAI_CMN_RG_PERIOD_BALS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_PERIOD_BALS, object_name:JAI_CMN_RG_PERIOD_BALS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores RG Balances for each period, for different types of RegisterS , implementation_dba_data: JA.JAI_CMN_RG_PERIOD_BALS ,
-
Table: JAI_CMN_RG_EXC_INV_NOS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_EXC_INV_NOS, object_name:JAI_CMN_RG_EXC_INV_NOS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores setup information to generate excise invoice numbers , implementation_dba_data: JA.JAI_CMN_RG_EXC_INV_NOS ,
-
Table: JAI_CMN_RG_COMP_DTLS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_COMP_DTLS, object_name:JAI_CMN_RG_COMP_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores detailed balances of each excise component for every RG23A/C record , implementation_dba_data: JA.JAI_CMN_RG_COMP_DTLS ,
-
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_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_PERIOD_BALS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_PERIOD_BALS, object_name:JAI_CMN_RG_PERIOD_BALS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores RG Balances for each period, for different types of RegisterS , implementation_dba_data: JA.JAI_CMN_RG_PERIOD_BALS ,
-
Table: JAI_CMN_RG_EXC_INV_NOS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_EXC_INV_NOS, object_name:JAI_CMN_RG_EXC_INV_NOS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores setup information to generate excise invoice numbers , implementation_dba_data: JA.JAI_CMN_RG_EXC_INV_NOS ,
-
Table: JAI_CMN_RG_I_TRXS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_I_TRXS, object_name:JAI_CMN_RG_I_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Information required for RG 1 Register. It is a Quantity Register. , implementation_dba_data: JA.JAI_CMN_RG_I_TRXS ,
-
Table: JAI_CMN_RG_PLA_TRXS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_PLA_TRXS, object_name:JAI_CMN_RG_PLA_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the Transaction Information of PLA Register. , implementation_dba_data: JA.JAI_CMN_RG_PLA_TRXS ,
-
Table: JAI_CMN_RG_COMP_DTLS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_COMP_DTLS, object_name:JAI_CMN_RG_COMP_DTLS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores detailed balances of each excise component for every RG23A/C record , implementation_dba_data: JA.JAI_CMN_RG_COMP_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 ,
-
Table: JAI_CMN_RG_23AC_I_TRXS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_23AC_I_TRXS, object_name:JAI_CMN_RG_23AC_I_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Information of RG23A/C records and known as Quantity Register. , implementation_dba_data: JA.JAI_CMN_RG_23AC_I_TRXS ,
-
Table: JAI_CMN_RG_PLA_TRXS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_PLA_TRXS, object_name:JAI_CMN_RG_PLA_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores the Transaction Information of PLA Register. , implementation_dba_data: JA.JAI_CMN_RG_PLA_TRXS ,
-
Table: JAI_CMN_RG_23D_TRXS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_23D_TRXS, object_name:JAI_CMN_RG_23D_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Quantity register for Trading Organizations , implementation_dba_data: JA.JAI_CMN_RG_23D_TRXS ,
-
Table: JAI_CMN_RG_23D_TRXS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_23D_TRXS, object_name:JAI_CMN_RG_23D_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Quantity register for Trading Organizations , implementation_dba_data: JA.JAI_CMN_RG_23D_TRXS ,
-
Table: JAI_CMN_RG_23AC_I_TRXS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_23AC_I_TRXS, object_name:JAI_CMN_RG_23AC_I_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Information of RG23A/C records and known as Quantity Register. , implementation_dba_data: JA.JAI_CMN_RG_23AC_I_TRXS ,
-
Table: JAI_CMN_RG_I_TRXS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_I_TRXS, object_name:JAI_CMN_RG_I_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Information required for RG 1 Register. It is a Quantity Register. , implementation_dba_data: JA.JAI_CMN_RG_I_TRXS ,
-
Table: JAI_CMN_RG_23AC_II_TRXS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_23AC_II_TRXS, object_name:JAI_CMN_RG_23AC_II_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Information of RG23A/C Part II Details. Also known as Amount Register , implementation_dba_data: JA.JAI_CMN_RG_23AC_II_TRXS ,
-
Table: JAI_CMN_RG_23AC_II_TRXS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_RG_23AC_II_TRXS, object_name:JAI_CMN_RG_23AC_II_TRXS, status:VALID, product: JA - Asia/Pacific Localizations , description: Stores Information of RG23A/C Part II Details. Also known as Amount Register , implementation_dba_data: JA.JAI_CMN_RG_23AC_II_TRXS ,