Search Results gl_acct_hrc
Overview
The GL_ACCT_HRC 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 configuration table that defines the account selection priority for companies and account titles. Its primary role is to provide the GL Mapping program with an ordered hierarchy for retrieving the correct general ledger accounts during sub-ledger posting. This ensures that financial transactions from manufacturing processes are mapped to the appropriate accounting flexfields in the correct sequence, which is critical for accurate financial reporting and compliance.
Key Information Stored
The table's structure is designed to establish a prioritized relationship between a company and an account title type. Its primary key is the unique identifier ACCT_HRC_ID. The table also enforces a unique constraint (GL_ACCT_HRC_U1) on the combination of CO_CODE (Company Code) and ACCT_TTL_TYPE (Account Title Type), which forms the basis of the priority rule. The CO_CODE column is a foreign key to the GL_PLCY_MST table, linking to the company policy master. The ACCT_TTL_TYPE column is a foreign key to the GL_ACCT_TTL table, which holds the master list of account titles used within the GMF module.
Common Use Cases and Queries
The primary use case is the execution of the GL Mapping program, which queries this table to determine the order in which to search for a valid accounting flexfield combination when posting a transaction from the sub-ledger. A common reporting or validation query would involve joining to related master tables to review the configured priorities for all companies. A typical SQL pattern is:
SELECT gah.CO_CODE, gah.ACCT_TTL_TYPE, gat.ACCT_TTL_DESC FROM GMF.GL_ACCT_HRC gah JOIN GMF.GL_ACCT_TTL gat ON gah.ACCT_TTL_TYPE = gat.ACCT_TTL_TYPE ORDER BY gah.CO_CODE, gah.ACCT_HRC_ID;
This query helps administrators verify the account selection hierarchy. Troubleshooting often involves checking this table when sub-ledger journal entries fail to generate or post to an unexpected account, indicating a potential misconfiguration in the selection priority.
Related Objects
GL_ACCT_HRC has direct dependencies on two key master tables via foreign key constraints. The ACCT_TTL_TYPE column references GL_ACCT_TTL, the table defining valid account titles. The CO_CODE column references GL_PLCY_MST, which contains company policy information. The table is centrally referenced by the GL Mapping program (likely a concurrent program or package within GMF) that performs the account derivation logic. While not explicitly listed in the metadata, it is intrinsically linked to the overall account derivation and sub-ledger accounting setup within the GMF module.
-
Table: GL_ACCT_HRC
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_HRC, object_name:GL_ACCT_HRC, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the account selection priority for the companies and the account titles. These priorities are used by the GL Mapping program to retrieve the accounts for sub-ledger posting, in the order of account selection priority. In , implementation_dba_data: GMF.GL_ACCT_HRC ,
-
Table: GL_ACCT_HRC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_HRC, object_name:GL_ACCT_HRC, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the account selection priority for the companies and the account titles. These priorities are used by the GL Mapping program to retrieve the accounts for sub-ledger posting, in the order of account selection priority. In , implementation_dba_data: GMF.GL_ACCT_HRC ,
-
APPS.GMF_MIGRATION dependencies on GL_ACCT_HRC
12.1.1
-
APPS.GMF_MIGRATION dependencies on GL_ACCT_HRC
12.2.2
-
SYNONYM: APPS.GL_ACCT_HRC
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_ACCT_HRC, status:VALID,
-
VIEW: GMF.GL_ACCT_HRC#
12.2.2
owner:GMF, object_type:VIEW, object_name:GL_ACCT_HRC#, status:VALID,
-
VIEW: GMF.GL_ACCT_HRC#
12.2.2
-
SYNONYM: APPS.GL_ACCT_HRC
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_ACCT_HRC, status:VALID,
-
Table: GL_ACCT_TTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_TTL, object_name:GL_ACCT_TTL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the system defined Account Titles. User is not allowed to change them in OPM. , implementation_dba_data: GMF.GL_ACCT_TTL ,
-
12.1.1 DBA Data
12.1.1
-
Table: GL_ACCT_TTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_TTL, object_name:GL_ACCT_TTL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the system defined Account Titles. User is not allowed to change them in OPM. , implementation_dba_data: GMF.GL_ACCT_TTL ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: GL_PLCY_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_PLCY_MST, object_name:GL_PLCY_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Fiscal policy of a company. Fiscal policy defines the GL attributes of the company. , implementation_dba_data: GMF.GL_PLCY_MST ,
-
Table: GL_PLCY_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_PLCY_MST, object_name:GL_PLCY_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Fiscal policy of a company. Fiscal policy defines the GL attributes of the company. , implementation_dba_data: GMF.GL_PLCY_MST ,
-
Table: GL_ACCT_MAP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MAP, object_name:GL_ACCT_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: GL Account Mapping information - contains the GL Account Mapping info. The Account mappings are defined for a Company, Account Title and attributes whose priority is >0 in gl_acct_hrc table. Note that these attributes are optional and a NU , implementation_dba_data: GMF.GL_ACCT_MAP ,
-
PACKAGE BODY: APPS.GMF_MIGRATION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_MIGRATION, status:VALID,
-
Table: GL_ACCT_MAP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MAP, object_name:GL_ACCT_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: GL Account Mapping information - contains the GL Account Mapping info. The Account mappings are defined for a Company, Account Title and attributes whose priority is >0 in gl_acct_hrc table. Note that these attributes are optional and a NU , implementation_dba_data: GMF.GL_ACCT_MAP ,
-
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.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.GMF_MIGRATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_MIGRATION, status:VALID,
-
TABLE: GMF.GL_ACCT_HRC
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_HRC, object_name:GL_ACCT_HRC, status:VALID,
-
TABLE: GMF.GL_ACCT_HRC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_HRC, object_name:GL_ACCT_HRC, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
TABLE: GMF.GL_ACCT_MAP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MAP, object_name:GL_ACCT_MAP, status:VALID,
-
TABLE: GMF.GL_ACCT_MAP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MAP, object_name:GL_ACCT_MAP, status:VALID,
-
APPS.GMF_GET_MAPPINGS dependencies on GMF_GET_MAPPINGS
12.1.1
-
APPS.GMF_GET_MAPPINGS dependencies on GMF_GET_MAPPINGS
12.2.2
-
eTRM - GMF Tables and Views
12.1.1
description: Defines Third-Party software which has a supported interface to OPM. ,
-
PACKAGE BODY: APPS.GMF_GET_MAPPINGS
12.1.1
-
eTRM - GMF Tables and Views
12.2.2
description: Defines Third-Party software which has a supported interface to OPM. ,
-
PACKAGE BODY: APPS.GMF_GET_MAPPINGS
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. ,
-
APPS.GMF_MIGRATION SQL Statements
12.1.1
-
APPS.GMF_MIGRATION SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.GMF_MIGRATION
12.1.1
-
PACKAGE BODY: APPS.GMF_MIGRATION
12.2.2