Search Results gl_text_hdr
Overview
The GL_TEXT_HDR table is a core data object within the GMF (Process Manufacturing Financials) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as a master reference table designed to store and manage text types used within the General Ledger (GL) context. Its primary role is to provide a centralized, validated repository for descriptive text codes, which are subsequently referenced by numerous other transactional and master tables in the GMF financial architecture. This ensures data integrity and consistency for textual descriptions across the Process Manufacturing financial ecosystem.
Key Information Stored
Based on the provided ETRM metadata, the table's structure centers on a primary key column that uniquely identifies each text type. The most critical column is TEXT_CODE, which serves as the table's primary key (GL_TEXT_HDR_PK). This column holds the unique identifier for a specific category or type of descriptive text. While the specific supplemental columns (such as DESCRIPTION, ENABLED_FLAG, or CREATION_DATE) are not detailed in the excerpt, tables of this nature in Oracle EBS typically include standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) and a descriptive name or meaning field to elaborate on the TEXT_CODE's purpose.
Common Use Cases and Queries
This table is fundamental for setup and validation. A common use case is during the configuration of GMF accounting rules, where a TEXT_CODE from GL_TEXT_HDR is assigned to various accounting entities to provide standardized descriptions. For reporting and troubleshooting, queries often join GL_TEXT_HDR to its related transactional tables to retrieve human-readable text descriptions for coded values. A fundamental query pattern is retrieving all active text types:
- SELECT text_code, meaning FROM gmf.gl_text_hdr WHERE enabled_flag = 'Y' ORDER BY text_code;
Another critical pattern involves validating or resolving text codes used in specific accounting entries, typically through a join with a child table like GL_ACCT_MST:
- SELECT mst.*, hdr.meaning FROM gmf.gl_acct_mst mst, gmf.gl_text_hdr hdr WHERE mst.text_code = hdr.text_code;
Related Objects
The ETRM documentation explicitly lists several key tables that maintain foreign key relationships with GL_TEXT_HDR, using its TEXT_CODE as a reference. This demonstrates its central role as a master table. The primary related objects are:
- GL_ACCT_KEY: References GL_TEXT_HDR via TEXT_CODE.
- GL_ACCT_MST: References GL_TEXT_HDR via TEXT_CODE.
- GL_ACCT_TYP: References GL_TEXT_HDR via TEXT_CODE.
- GL_ACCT_VAL: References GL_TEXT_HDR via TEXT_CODE.
- GL_PLCY_MST: References GL_TEXT_HDR via TEXT_CODE.
These relationships indicate that text types defined in GL_TEXT_HDR are integral to defining accounting keys, master accounts, account types, validation rules, and financial policies within GMF.
-
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 ,
-
VIEW: GMF.GL_TEXT_HDR#
12.2.2
owner:GMF, object_type:VIEW, object_name:GL_TEXT_HDR#, status:VALID,
-
SYNONYM: APPS.GL_TEXT_HDR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_TEXT_HDR, status:VALID,
-
VIEW: GMF.GL_TEXT_HDR#
12.2.2
-
TABLE: GMF.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,
-
TABLE: GMF.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,
-
SYNONYM: APPS.GL_TEXT_HDR
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_TEXT_HDR, status:VALID,
-
Table: GL_ACCT_TYP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_TYP, object_name:GL_ACCT_TYP, status:VALID, product: GMF - Process Manufacturing Financials , description: This table consists of four pre-defined General Ledger account types which are used to classify accounts into four broad categories. This table is not used with Oracle Financials integrated setup. , implementation_dba_data: GMF.GL_ACCT_TYP ,
-
12.1.1 DBA Data
12.1.1
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
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_KEY
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_KEY, object_name:GL_ACCT_KEY, status:VALID, product: GMF - Process Manufacturing Financials , description: *NOT USED* , implementation_dba_data: GMF.GL_ACCT_KEY ,
-
Table: GL_ACCT_KEY
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_KEY, object_name:GL_ACCT_KEY, status:VALID, product: GMF - Process Manufacturing Financials , description: *NOT USED* , implementation_dba_data: GMF.GL_ACCT_KEY ,
-
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 ,
-
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_ACCT_TYP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_TYP, object_name:GL_ACCT_TYP, status:VALID, product: GMF - Process Manufacturing Financials , description: This table consists of four pre-defined General Ledger account types which are used to classify accounts into four broad categories. This table is not used with Oracle Financials integrated setup. , implementation_dba_data: GMF.GL_ACCT_TYP ,
-
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 ,
-
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 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
-
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