Search Results gl_accu_val
Overview
The GL_ACCU_VAL table is a core data object within the Process Manufacturing Financials (GMF) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as a cross-reference table that governs the assignment of validation codes to specific accounting units. Its primary role is to enforce a business rule: an accounting unit can only be auto-generated for accounts that share the same validation codes. This ensures data integrity and consistency in the account generation process within the manufacturing financials setup. It is critical to note that this table is specific to the GMF module and is explicitly not utilized in a standard Oracle Financials integrated setup.
Key Information Stored
The table stores a unique combination of three key columns, which together form its primary key (GL_ACCU_VAL_PK). This structure defines the valid relationship between an accounting unit and a validation code within a specific company. The essential columns are:
- CO_CODE: Identifies the company or legal entity.
- ACCTG_UNIT_NO: The identifier for the accounting unit.
- VALIDATION_CODE: The validation code assigned to the specified accounting unit for the given company.
This triplet ensures that for any given company and accounting unit, the permissible validation codes are explicitly defined, controlling the downstream auto-generation of accounts.
Common Use Cases and Queries
The primary use case involves validating and reporting on the setup rules for accounting unit and validation code associations. A common operational query would be to list all validation codes permitted for a specific accounting unit to verify setup before a batch process runs. For example:
SELECT validation_code FROM gl_accu_val WHERE co_code = '&COMPANY' AND acctg_unit_no = '&UNIT';
Conversely, administrators may need to identify all accounting units linked to a particular validation code for impact analysis:
SELECT acctg_unit_no FROM gl_accu_val WHERE co_code = '&COMPANY' AND validation_code = '&VAL_CODE';
This table is also central to any data migration or setup audit scripts within the GMF module, ensuring that the defined relationships align with business requirements for account generation.
Related Objects
GL_ACCU_VAL maintains direct foreign key relationships with two primary master tables, which are essential for understanding its context and ensuring referential integrity.
- GL_ACCU_MST: This is the Accounting Units Master table. The foreign key on (CO_CODE, ACCTG_UNIT_NO) ensures that every record in GL_ACCU_VAL corresponds to a valid, pre-defined accounting unit.
- GL_VALN_CDS: This is the Validation Codes table. The foreign key on VALIDATION_CODE ensures that any code assigned to an accounting unit in GL_ACCU_VAL is a valid, existing code in the system.
These relationships mean that GL_ACCU_VAL sits at the intersection of these two key setup entities, acting as a critical junction table that defines permissible combinations for the auto-account generation process in GMF.
-
Table: GL_ACCU_VAL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCU_VAL, object_name:GL_ACCU_VAL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains validation codes assignment to Account Units. The Accounting unit may only be auto-generated with the Accounts with same Validation codes. This table is not used with Oracle Financials integrated setup. , implementation_dba_data: GMF.GL_ACCU_VAL ,
-
Table: GL_ACCU_VAL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCU_VAL, object_name:GL_ACCU_VAL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains validation codes assignment to Account Units. The Accounting unit may only be auto-generated with the Accounts with same Validation codes. This table is not used with Oracle Financials integrated setup. , implementation_dba_data: GMF.GL_ACCU_VAL ,
-
SYNONYM: APPS.GL_ACCU_VAL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_ACCU_VAL, status:VALID,
-
VIEW: GMF.GL_ACCU_VAL#
12.2.2
owner:GMF, object_type:VIEW, object_name:GL_ACCU_VAL#, status:VALID,
-
VIEW: GMF.GL_ACCU_VAL#
12.2.2
-
SYNONYM: APPS.GL_ACCU_VAL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_ACCU_VAL, status:VALID,
-
Table: GL_VALN_CDS
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_VALN_CDS, object_name:GL_VALN_CDS, status:VALID, product: GMF - Process Manufacturing Financials , description: Validation codes for account key auto-generation. , implementation_dba_data: GMF.GL_VALN_CDS ,
-
Table: GL_VALN_CDS
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_VALN_CDS, object_name:GL_VALN_CDS, status:VALID, product: GMF - Process Manufacturing Financials , description: Validation codes for account key auto-generation. , implementation_dba_data: GMF.GL_VALN_CDS ,
-
TABLE: GMF.GL_ACCU_VAL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCU_VAL, object_name:GL_ACCU_VAL, status:VALID,
-
TABLE: GMF.GL_ACCU_VAL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCU_VAL, object_name:GL_ACCU_VAL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: GL_ACCU_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCU_MST, object_name:GL_ACCU_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the User-defined Accounting Units. Accounting units are Organizational units of a company such as cost centers, departments, and divisions, to be included in an Account key. Note that with Oracle Financial integration, , implementation_dba_data: GMF.GL_ACCU_MST ,
-
Table: GL_ACCU_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCU_MST, object_name:GL_ACCU_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the User-defined Accounting Units. Accounting units are Organizational units of a company such as cost centers, departments, and divisions, to be included in an Account key. Note that with Oracle Financial integration, , implementation_dba_data: GMF.GL_ACCU_MST ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - GMF Tables and Views
12.2.2
description: Defines Third-Party software which has a supported interface to OPM. ,
-
eTRM - GMF Tables and Views
12.1.1
description: Defines Third-Party software which has a supported interface to OPM. ,
-
eTRM - GMF Tables and Views
12.2.2
description: Defines Third-Party software which has a supported interface to OPM. ,
-
eTRM - GMF Tables and Views
12.1.1
description: Defines Third-Party software which has a supported interface to OPM. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1