Search Results gl_acct_val
Overview
The GL_ACCT_VAL table is a core data object within the Process Manufacturing Financials (GMF) module of Oracle E-Business Suite (EBS) releases 12.1.1 and 12.2.2. Its primary function is to manage the assignment of validation codes to specific general ledger accounts. This linkage enforces a critical business rule: an account can only be auto-generated within an accounting unit that shares the same validation code. It is essential to note that this table is specific to the GMF module's internal accounting setup and is explicitly not utilized in configurations where GMF is integrated with the standard Oracle Financials applications, such as General Ledger (GL).
Key Information Stored
The table's structure is defined by a composite primary key and several foreign key relationships that ensure referential integrity. The primary columns are:
- CO_CODE: The company or organization code, part of the primary key and a foreign key to GL_ACCT_MST.
- ACCT_NO: The account number, completing the primary key and also a foreign key to GL_ACCT_MST.
- VALIDATION_CODE: The validation code assigned to the account, serving as a foreign key to the GL_VALN_CDS table.
- TEXT_CODE: A foreign key column referencing the GL_TEXT_HDR table, likely used for descriptive text or notes associated with the assignment.
Together, these columns create a unique mapping between a specific account (identified by company and account number) and a specific validation rule set.
Common Use Cases and Queries
The primary use case revolves around validating and controlling the automatic creation of accounts within the GMF accounting engine. A typical query would retrieve all validation codes assigned to accounts for a specific company to audit or review the setup. For example:
SELECT acct_no, validation_code FROM gmf.gl_acct_val WHERE co_code = :p_co_code ORDER BY acct_no;
Another common scenario is identifying which accounts are governed by a particular validation code, which is crucial for troubleshooting account generation errors:
SELECT co_code, acct_no FROM gmf.gl_acct_val WHERE validation_code = :p_val_code;
Reporting often involves joining this table to the account master (GL_ACCT_MST) and validation code description tables to produce user-friendly lists of account validation rules.
Related Objects
GL_ACCT_VAL maintains strong dependencies with several other GMF tables, as defined by its foreign key constraints:
- GL_ACCT_MST: The master account table. The relationship on CO_CODE and ACCT_NO ensures that validation assignments exist only for defined accounts.
- GL_VALN_CDS: The validation codes master table. This ensures the assigned VALIDATION_CODE is a valid, predefined code.
- GL_TEXT_HDR: Provides descriptive text, potentially detailing the purpose or rule behind the specific account-validation assignment.
These relationships position GL_ACCT_VAL as a central junction table that links the core entities of accounts, validation rules, and supporting descriptions within the GMF accounting framework.
-
Table: GL_ACCT_VAL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_VAL, object_name:GL_ACCT_VAL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains validation codes assignment to Accounts. The Accounts may only be auto-generated with the Accounting unit with same Validation codes. This table is not used with Oracle Financials integrated setup. , implementation_dba_data: GMF.GL_ACCT_VAL ,
-
Table: GL_ACCT_VAL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_VAL, object_name:GL_ACCT_VAL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains validation codes assignment to Accounts. The Accounts may only be auto-generated with the Accounting unit with same Validation codes. This table is not used with Oracle Financials integrated setup. , implementation_dba_data: GMF.GL_ACCT_VAL ,
-
VIEW: GMF.GL_ACCT_VAL#
12.2.2
-
SYNONYM: APPS.GL_ACCT_VAL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_ACCT_VAL, status:VALID,
-
VIEW: GMF.GL_ACCT_VAL#
12.2.2
owner:GMF, object_type:VIEW, object_name:GL_ACCT_VAL#, status:VALID,
-
SYNONYM: APPS.GL_ACCT_VAL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_ACCT_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_ACCT_VAL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_VAL, object_name:GL_ACCT_VAL, status:VALID,
-
TABLE: GMF.GL_ACCT_VAL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_VAL, object_name:GL_ACCT_VAL, status:VALID,
-
Table: GL_TEXT_HDR
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_TEXT_HDR, object_name:GL_TEXT_HDR, status:VALID, product: GMF - Process Manufacturing Financials , description: Table used to store text types for GL , implementation_dba_data: GMF.GL_TEXT_HDR ,
-
Table: GL_TEXT_HDR
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_TEXT_HDR, object_name:GL_TEXT_HDR, status:VALID, product: GMF - Process Manufacturing Financials , description: Table used to store text types for GL , implementation_dba_data: GMF.GL_TEXT_HDR ,
-
12.1.1 DBA Data
12.1.1
-
Table: GL_ACCT_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MST, object_name:GL_ACCT_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Contains the Company specific Chart of Accounts. Note that in the Oracle Financials integrated setup this table is populated with Oracle Financials Accounts while entering the Account Mapping information. , implementation_dba_data: GMF.GL_ACCT_MST ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: GL_ACCT_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MST, object_name:GL_ACCT_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Contains the Company specific Chart of Accounts. Note that in the Oracle Financials integrated setup this table is populated with Oracle Financials Accounts while entering the Account Mapping information. , implementation_dba_data: GMF.GL_ACCT_MST ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
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. ,
-
eTRM - GMF Tables and Views
12.2.2
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