Search Results op_text_hdr
Overview
The OP_TEXT_HDR table is a core data repository within the Oracle E-Business Suite (EBS) Process Manufacturing Logistics (GML) module, specifically serving the Order Fulfillment application. It functions as a centralized header text table designed to store and manage descriptive text entries. Its primary role is to provide a normalized, reusable source for textual information that can be associated with a wide array of order fulfillment entities, eliminating data redundancy. The table is owned by the GML schema and is valid in both EBS releases 12.1.1 and 12.2.2.
Key Information Stored
The central column in the OP_TEXT_HDR table is TEXT_CODE, which serves as the unique identifier (Primary Key: OP_TEXT_HDR_PK) for each text entry. While the provided ETRM metadata does not list all column definitions, a header text table in this context typically contains columns for the descriptive text itself (often in a LONG or CLOB datatype), language, and possibly a short description or title. The TEXT_CODE is the critical foreign key referenced by numerous other transactional and master tables within the GML module to attach descriptive content to their records.
Common Use Cases and Queries
The primary use case for OP_TEXT_HDR is to store and retrieve standardized text for documents, customer instructions, charge descriptions, item notes, and other fulfillment-related annotations. Common operational and reporting queries involve joining this table to various transactional headers or details. A fundamental pattern is retrieving the text for a specific sales order header or line.
- Retrieve Text for an Order Header:
SELECT oth.order_number, oth.text_code, opth.text FROM op_ordr_hdr oth, op_text_hdr opth WHERE oth.text_code = opth.text_code AND oth.order_number = '12345'; - Find All Entities Using a Specific Text Code: Analysts can trace the usage of a text entry by querying the foreign key relationships listed in the metadata across tables like OP_ORDR_DTL, OP_CUST_MST, or OP_PRCE_MST.
Related Objects
OP_TEXT_HDR is a foundational table with extensive relationships across the GML module. As documented, its TEXT_CODE column is referenced as a foreign key by over 30 other tables, highlighting its central role. Key related objects include major transactional headers and details (OP_ORDR_HDR, OP_ORDR_DTL, OP_PRSL_HDR, OP_CNTR_HDR), master data tables (OP_CUST_MST, OP_SHIP_MST, OP_PRCE_MST), and various classification tables (OP_CHRG_CLS, OP_CUST_CLS). This network of foreign keys demonstrates that text managed in OP_TEXT_HDR is integral to customers, orders, prices, shipments, and charges within the Order Fulfillment process.
-
Table: OP_TEXT_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TEXT_HDR, object_name:OP_TEXT_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header text table for the Order Fulfillment application. , implementation_dba_data: GML.OP_TEXT_HDR ,
-
Table: OP_TEXT_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TEXT_HDR, object_name:OP_TEXT_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header text table for the Order Fulfillment application. , implementation_dba_data: GML.OP_TEXT_HDR ,
-
APPS.GMLCOPPR dependencies on OP_TEXT_HDR
12.1.1
-
APPS.GMLCOPPR dependencies on OP_TEXT_HDR
12.1.1
-
APPS.GMLCOPPR dependencies on OP_TEXT_HDR
12.2.2
-
APPS.GMLCOPPR dependencies on OP_TEXT_HDR
12.2.2
-
VIEW: GML.OP_TEXT_HDR#
12.2.2
owner:GML, object_type:VIEW, object_name:OP_TEXT_HDR#, status:VALID,
-
VIEW: GML.OP_TEXT_HDR#
12.2.2
-
SYNONYM: APPS.OP_TEXT_HDR
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_TEXT_HDR, status:VALID,
-
SYNONYM: APPS.OP_TEXT_HDR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_TEXT_HDR, status:VALID,
-
eTRM - GML Tables and Views
12.2.2
description: Tax reporting classes. ,
-
eTRM - GML Tables and Views
12.1.1
description: Tax reporting classes. ,
-
TABLE: GML.OP_TEXT_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TEXT_HDR, object_name:OP_TEXT_HDR, status:VALID,
-
TABLE: GML.OP_TEXT_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TEXT_HDR, object_name:OP_TEXT_HDR, status:VALID,
-
Table: OP_SLSR_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SLSR_CLS, object_name:OP_SLSR_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales representative classes. , implementation_dba_data: GML.OP_SLSR_CLS ,
-
Table: OP_CUST_ASC
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_ASC, object_name:OP_CUST_ASC, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer relationships , implementation_dba_data: GML.OP_CUST_ASC ,
-
Table: OP_SLSR_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SLSR_CLS, object_name:OP_SLSR_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales representative classes. , implementation_dba_data: GML.OP_SLSR_CLS ,
-
Table: OP_CGLD_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CGLD_CLS, object_name:OP_CGLD_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer GL account classes , implementation_dba_data: GML.OP_CGLD_CLS ,
-
Table: OP_CUST_ASC
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_ASC, object_name:OP_CUST_ASC, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer relationships , implementation_dba_data: GML.OP_CUST_ASC ,
-
Table: OP_CUST_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_CLS, object_name:OP_CUST_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: General customer classes. , implementation_dba_data: GML.OP_CUST_CLS ,
-
Table: OP_CHRG_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CHRG_CLS, object_name:OP_CHRG_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Ancillary charge tax classes , implementation_dba_data: GML.OP_CHRG_CLS ,
-
Table: OP_CPRC_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CPRC_CLS, object_name:OP_CPRC_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer Price Classes. , implementation_dba_data: GML.OP_CPRC_CLS ,
-
Table: OP_CPRC_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CPRC_CLS, object_name:OP_CPRC_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer Price Classes. , implementation_dba_data: GML.OP_CPRC_CLS ,
-
Table: OP_CHRG_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CHRG_CLS, object_name:OP_CHRG_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Ancillary charge tax classes , implementation_dba_data: GML.OP_CHRG_CLS ,
-
Table: OP_CUST_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_CLS, object_name:OP_CUST_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: General customer classes. , implementation_dba_data: GML.OP_CUST_CLS ,
-
Table: OP_CTRD_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CTRD_CLS, object_name:OP_CTRD_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer Trade Classes. , implementation_dba_data: GML.OP_CTRD_CLS ,
-
Table: OP_CTRD_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CTRD_CLS, object_name:OP_CTRD_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer Trade Classes. , implementation_dba_data: GML.OP_CTRD_CLS ,
-
Table: OP_HOLD_CDS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_HOLD_CDS, object_name:OP_HOLD_CDS, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales order hold reason codes. , implementation_dba_data: GML.OP_HOLD_CDS ,
-
Table: OP_CNTR_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CNTR_HDR, object_name:OP_CNTR_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Contract header. , implementation_dba_data: GML.OP_CNTR_HDR ,
-
Table: OP_PRCE_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRCE_MST, object_name:OP_PRCE_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Price list header. , implementation_dba_data: GML.OP_PRCE_MST ,
-
Table: OP_HOLD_CDS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_HOLD_CDS, object_name:OP_HOLD_CDS, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales order hold reason codes. , implementation_dba_data: GML.OP_HOLD_CDS ,
-
Table: OP_CNTR_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CNTR_HDR, object_name:OP_CNTR_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Contract header. , implementation_dba_data: GML.OP_CNTR_HDR ,
-
Table: OP_TXCU_ASC
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TXCU_ASC, object_name:OP_TXCU_ASC, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer tax exemption information. , implementation_dba_data: GML.OP_TXCU_ASC ,
-
Table: OP_ALOT_PRM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ALOT_PRM, object_name:OP_ALOT_PRM, status:VALID, product: GML - Process Manufacturing Logistics , description: Allocation parameters by customer and item class. , implementation_dba_data: GML.OP_ALOT_PRM ,
-
PACKAGE: APPS.GMLCOPPR
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GMLCOPPR, status:VALID,
-
Table: OP_RELS_SCH
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_RELS_SCH, object_name:OP_RELS_SCH, status:VALID, product: GML - Process Manufacturing Logistics , description: Blanket Sales Order Release Schedules. , implementation_dba_data: GML.OP_RELS_SCH ,
-
Table: OP_RELS_SCH
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_RELS_SCH, object_name:OP_RELS_SCH, status:VALID, product: GML - Process Manufacturing Logistics , description: Blanket Sales Order Release Schedules. , implementation_dba_data: GML.OP_RELS_SCH ,
-
PACKAGE BODY: APPS.GMLCOPPR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMLCOPPR, status:VALID,
-
Table: OP_GNRC_ITM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_GNRC_ITM, object_name:OP_GNRC_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer and generic (alternate) names for items. , implementation_dba_data: GML.OP_GNRC_ITM ,
-
Table: OP_BILL_LAD
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_BILL_LAD, object_name:OP_BILL_LAD, status:VALID, product: GML - Process Manufacturing Logistics , description: Header information for a shipment. , implementation_dba_data: GML.OP_BILL_LAD ,
-
Table: OP_CUST_SHP
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_SHP, object_name:OP_CUST_SHP, status:VALID, product: GML - Process Manufacturing Logistics , description: Preferred shippers (carriers) and ship methods for customers. , implementation_dba_data: GML.OP_CUST_SHP ,
-
Table: OP_COMM_CDS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_COMM_CDS, object_name:OP_COMM_CDS, status:VALID, product: GML - Process Manufacturing Logistics , description: Commission code detail. , implementation_dba_data: GML.OP_COMM_CDS ,
-
Table: OP_COMM_CDS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_COMM_CDS, object_name:OP_COMM_CDS, status:VALID, product: GML - Process Manufacturing Logistics , description: Commission code detail. , implementation_dba_data: GML.OP_COMM_CDS ,
-
Table: OP_CGLD_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CGLD_CLS, object_name:OP_CGLD_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer GL account classes , implementation_dba_data: GML.OP_CGLD_CLS ,
-
Table: OP_SLSR_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_SLSR_MST, object_name:OP_SLSR_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Sales representative master table. , implementation_dba_data: GML.OP_SLSR_MST ,
-
Table: OP_GNRC_ITM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_GNRC_ITM, object_name:OP_GNRC_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer and generic (alternate) names for items. , implementation_dba_data: GML.OP_GNRC_ITM ,
-
Table: OP_CHRG_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CHRG_MST, object_name:OP_CHRG_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Charge master. , implementation_dba_data: GML.OP_CHRG_MST ,
-
Table: OP_CHRG_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CHRG_MST, object_name:OP_CHRG_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Charge master. , implementation_dba_data: GML.OP_CHRG_MST ,
-
Table: OP_CUST_SHP
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_SHP, object_name:OP_CUST_SHP, status:VALID, product: GML - Process Manufacturing Logistics , description: Preferred shippers (carriers) and ship methods for customers. , implementation_dba_data: GML.OP_CUST_SHP ,
-
Table: OP_PRCE_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRCE_MST, object_name:OP_PRCE_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Price list header. , implementation_dba_data: GML.OP_PRCE_MST ,