Search Results ic_text_hdr
Overview
The IC_TEXT_HDR table is a master data table within the Oracle E-Business Suite Process Manufacturing (GMI) module, specifically for Inventory. Its primary role is to serve as a centralized repository for the creation and storage of user-defined text codes. These text codes are reusable descriptive identifiers that can be associated with various entities across the Process Manufacturing inventory schema to provide consistent, customizable classifications and descriptions. The table's design as a master table, referenced by a significant number of other transactional and setup tables via foreign key relationships, underscores its foundational importance in maintaining data integrity and standardization within the GMI data model for both releases 12.1.1 and 12.2.2.
Key Information Stored
While the provided metadata does not list specific columns, the structure and foreign key relationships define its core data. The primary key column is TEXT_CODE, which stores the unique identifier for each text entry. Based on its role as a master table for descriptive codes, it likely contains additional columns to store the corresponding description or long text associated with the code, and potentially control columns such as creation date, last update date, and an indicator for the code's active status. The integrity of the TEXT_CODE values is enforced by the primary key constraint IC_TEXT_HDR_PK, and their usage is governed by the extensive list of foreign key constraints linking to numerous other GMI tables.
Common Use Cases and Queries
This table is central to setup and reporting scenarios where text-based classifications are involved. Administrators use it to define and maintain the valid list of text codes before they can be assigned to other entities. Common operational use cases include classifying items (IC_ITEM_MST), lots (IC_LOTS_MST), locations (IC_LOCT_MST), and transaction types (IC_TRAN_CMP). A frequent reporting requirement is to join IC_TEXT_HDR with a transactional table to translate a stored code into its human-readable description. A typical SQL pattern would be:
- SELECT t.text_code, t.description, m.item_no FROM ic_item_mst m, ic_text_hdr t WHERE m.text_code = t.text_code;
Another critical use case is data validation, ensuring that any TEXT_CODE populated in a dependent table exists in the IC_TEXT_HDR master table, which is automatically enforced by the foreign key constraints.
Related Objects
The IC_TEXT_HDR table has a vast network of dependencies, as evidenced by the metadata. It is directly referenced by foreign keys in over 40 other GMI tables, highlighting its pervasive role. Key related objects span all aspects of Process Manufacturing inventory, including:
- Item Master (IC_ITEM_MST, IC_ITEM_MST_B)
- Lot Master (IC_LOTS_MST)
- Location Master (IC_LOCT_MST)
- Calendar Headers (IC_CLDR_HDR)
- Transaction Tables (IC_TRAN_CMP, IC_TRAN_ARC)
- Various Classification Tables (IC_COST_CLS, IC_SALE_CLS, IC_TAXN_CLS, etc.)
This extensive relationship list confirms that IC_TEXT_HDR is a cornerstone table for configuring and describing core inventory, costing, and planning entities within the module.
-
Table: IC_TEXT_HDR
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TEXT_HDR, object_name:IC_TEXT_HDR, status:VALID, product: GMI - Process Manufacturing Inventory , description: Master table for creation and storage of text codes associated with GMI tables. , implementation_dba_data: GMI.IC_TEXT_HDR ,
-
Table: IC_TEXT_HDR
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TEXT_HDR, object_name:IC_TEXT_HDR, status:VALID, product: GMI - Process Manufacturing Inventory , description: Master table for creation and storage of text codes associated with GMI tables. , implementation_dba_data: GMI.IC_TEXT_HDR ,
-
Table: IC_ALLC_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: Automatic Allocation class , implementation_dba_data: Not implemented in this database ,
-
Table: IC_CLDR_DTL
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CLDR_DTL, object_name:IC_CLDR_DTL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory calendar detail , implementation_dba_data: GMI.IC_CLDR_DTL ,
-
Table: IC_FRGT_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table defines the freight classes for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_ALOT_PRM
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ALOT_PRM, object_name:IC_ALOT_PRM, status:VALID, product: GMI - Process Manufacturing Inventory , description: Automatic lot allocation parameters , implementation_dba_data: GMI.IC_ALOT_PRM ,
-
Table: IC_SHIP_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains the item shipping class definition for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_RANK_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_RANK_MST, object_name:IC_RANK_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory rank master. This table defines rank information for use in determining the cycle count schedule. , implementation_dba_data: GMI.IC_RANK_MST ,
-
Table: IC_ITEM_CDT
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_CDT, object_name:IC_ITEM_CDT, status:VALID, product: GMI - Process Manufacturing Inventory , description: Scheduled count date , implementation_dba_data: GMI.IC_ITEM_CDT ,
-
Table: IC_CTMS_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: Item customs class , implementation_dba_data: Not implemented in this database ,
-
Table: IC_ALOT_PRM
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ALOT_PRM, object_name:IC_ALOT_PRM, status:VALID, product: GMI - Process Manufacturing Inventory , description: Automatic lot allocation parameters , implementation_dba_data: GMI.IC_ALOT_PRM ,
-
Table: IC_FRGT_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table defines the freight classes for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_LOCT_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_LOCT_MST, object_name:IC_LOCT_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains location information for location controlled warehouses. , implementation_dba_data: GMI.IC_LOCT_MST ,
-
Table: IC_PKGS_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PKGS_MST, object_name:IC_PKGS_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: *NOT USED* , implementation_dba_data: GMI.IC_PKGS_MST ,
-
Table: IC_PHYS_CNT
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PHYS_CNT, object_name:IC_PHYS_CNT, status:VALID, product: GMI - Process Manufacturing Inventory , description: Physical inventory and cycle counts , implementation_dba_data: GMI.IC_PHYS_CNT ,
-
Table: IC_COST_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: Item costing class , implementation_dba_data: Not implemented in this database ,
-
Table: IC_SALE_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains the Item sales class definition for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_TAXN_ASC
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TAXN_ASC, object_name:IC_TAXN_ASC, status:VALID, product: GMI - Process Manufacturing Inventory , description: Item tax class association. This table associates items to item tax classes. , implementation_dba_data: GMI.IC_TAXN_ASC ,
-
Table: IC_ITEM_CNV
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_CNV, object_name:IC_ITEM_CNV, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains the Item/lot conversion factors. , implementation_dba_data: GMI.IC_ITEM_CNV ,
-
Table: IC_COST_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: Item costing class , implementation_dba_data: Not implemented in this database ,
-
Table: IC_ITEM_CDT
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_CDT, object_name:IC_ITEM_CDT, status:VALID, product: GMI - Process Manufacturing Inventory , description: Scheduled count date , implementation_dba_data: GMI.IC_ITEM_CDT ,
-
Table: IC_CLDR_HDR
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains header information for the inventory calendar. The fiscal year is defined, calendar periods will be setup in the IC_CLDR_DTL table. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_WHSE_INV
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_INV, object_name:IC_WHSE_INV, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse rules , implementation_dba_data: GMI.IC_WHSE_INV ,
-
Table: IC_JRNL_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_JRNL_MST, object_name:IC_JRNL_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Journal master header table , implementation_dba_data: GMI.IC_JRNL_MST ,
-
Table: IC_TAXN_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: Item tax class , implementation_dba_data: Not implemented in this database ,
-
Table: IC_LOCT_INV
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_LOCT_INV, object_name:IC_LOCT_INV, status:VALID, product: GMI - Process Manufacturing Inventory , description: Location inventory table. , implementation_dba_data: GMI.IC_LOCT_INV ,
-
Table: IC_LOCT_INV
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_LOCT_INV, object_name:IC_LOCT_INV, status:VALID, product: GMI - Process Manufacturing Inventory , description: Location inventory table. , implementation_dba_data: GMI.IC_LOCT_INV ,
-
Table: IC_GLED_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains the General Ledger classes for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_CRUL_CLS
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CRUL_CLS, object_name:IC_CRUL_CLS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Count class table , implementation_dba_data: GMI.IC_CRUL_CLS ,
-
Table: IC_INVN_TYP
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_INVN_TYP, object_name:IC_INVN_TYP, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains the definition of the Inventory Types that can be used throughout OPM. , implementation_dba_data: GMI.IC_INVN_TYP ,
-
Table: IC_SALE_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains the Item sales class definition for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_RANK_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_RANK_MST, object_name:IC_RANK_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory rank master. This table defines rank information for use in determining the cycle count schedule. , implementation_dba_data: GMI.IC_RANK_MST ,
-
Table: IC_CLDR_HDR_B
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CLDR_HDR_B, object_name:IC_CLDR_HDR_B, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains header information for the inventory calendar. The fiscal year is defined, calendar periods will be setup in the IC_CLDR_DTL table. , implementation_dba_data: GMI.IC_CLDR_HDR_B ,
-
Table: IC_CLDR_HDR_B
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CLDR_HDR_B, object_name:IC_CLDR_HDR_B, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains header information for the inventory calendar. The fiscal year is defined, calendar periods will be setup in the IC_CLDR_DTL table. , implementation_dba_data: GMI.IC_CLDR_HDR_B ,
-
Table: IC_LOTS_STS
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_LOTS_STS, object_name:IC_LOTS_STS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Lot status table. , implementation_dba_data: GMI.IC_LOTS_STS ,
-
Table: IC_CYCL_MSC
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CYCL_MSC, object_name:IC_CYCL_MSC, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains the additional items added to a cycle count. , implementation_dba_data: GMI.IC_CYCL_MSC ,
-
Table: IC_PRCE_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains the price classes defined for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_CLDR_HDR
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains header information for the inventory calendar. The fiscal year is defined, calendar periods will be setup in the IC_CLDR_DTL table. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_PKGS_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PKGS_MST, object_name:IC_PKGS_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: *NOT USED* , implementation_dba_data: GMI.IC_PKGS_MST ,
-
Table: IC_CYCL_HDR
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CYCL_HDR, object_name:IC_CYCL_HDR, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains the cycle header information. It will define the warehouse for which the count is taking place. , implementation_dba_data: GMI.IC_CYCL_HDR ,
-
Table: IC_JRNL_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_JRNL_MST, object_name:IC_JRNL_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: Journal master header table , implementation_dba_data: GMI.IC_JRNL_MST ,
-
Table: IC_TAXN_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: Item tax class , implementation_dba_data: Not implemented in this database ,
-
Table: IC_CLDR_DTL
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CLDR_DTL, object_name:IC_CLDR_DTL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory calendar detail , implementation_dba_data: GMI.IC_CLDR_DTL ,
-
Table: IC_WHSE_INV
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_INV, object_name:IC_WHSE_INV, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse rules , implementation_dba_data: GMI.IC_WHSE_INV ,
-
Table: IC_PHYS_CNT
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PHYS_CNT, object_name:IC_PHYS_CNT, status:VALID, product: GMI - Process Manufacturing Inventory , description: Physical inventory and cycle counts , implementation_dba_data: GMI.IC_PHYS_CNT ,
-
Table: IC_TRAN_ARC
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TRAN_ARC, object_name:IC_TRAN_ARC, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory transaction archive , implementation_dba_data: GMI.IC_TRAN_ARC ,
-
Table: IC_CRUL_CLS
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_CRUL_CLS, object_name:IC_CRUL_CLS, status:VALID, product: GMI - Process Manufacturing Inventory , description: Count class table , implementation_dba_data: GMI.IC_CRUL_CLS ,
-
Table: IC_PRCH_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains the purchase classes defined for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_GLED_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains the General Ledger classes for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_PRCH_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains the purchase classes defined for use throughout OPM. , implementation_dba_data: Not implemented in this database ,