Search Results sub_description
Overview
APPS.GR_PHRASES_B_V is a supplementary view in the Oracle E-Business Suite Applications (APPS) schema, registered in FND Design Data under the identifier GR.GR_PHRASES_B_V. In EBS 12.1.1 and 12.2.2 this object is classified as a "View" with status VALID and is explicitly designated with a view type described as a supplementary view used to simplify Forms coding. Oracle's own documentation carries an explicit warning that the view should not be used for querying or altering data, as its definition may change dramatically across minor or major releases.
The view consolidates phrase-related descriptive text spanning two translation-enabled parent entities — main headings and sub-headings — into a single, flat structure suitable for Forms-driven display and lookup. Because the user search term was "sub_description," the most directly relevant payload column is SUB_DESCRIPTION, which carries the translated sub-heading text at a length of 240 characters.
Underlying Base Objects
The documented view metadata identifies three referenced base objects, all exposed in the APPS schema as synonyms:
- GR_MAIN_HEADINGS_TL — the translation-layer table supplying main heading descriptions.
- GR_PHRASES_B — the base (non-translated) phrase entity holding the phrase code and heading code associations.
- GR_SUB_HEADINGS_TL — the translation-layer table supplying sub-heading descriptions.
The "_TL" suffix on the heading tables indicates they are Translation (MLS) tables, meaning MAIN_DESCRIPTION and SUB_DESCRIPTION reflect language-specific rows keyed to the current session language. GR_PHRASES_B supplies the structural linkage between phrase codes and their heading codes, while the two translation tables contribute the human-readable headings.
Key Columns
- ROW_ID (ROWID, length 10) — the physical row identifier.
- PHRASE_CODE (VARCHAR2, 10) — the phrase identifier joining to GR_PHRASES_B.
- MAIN_HEADING_CODE (VARCHAR2, 10) — key to GR_MAIN_HEADINGS_TL.
- MAIN_DESCRIPTION (VARCHAR2, 240) — translated main heading text.
- SUB_HEADING_CODE (VARCHAR2, 10) — key to GR_SUB_HEADINGS_TL.
- SUB_DESCRIPTION (VARCHAR2, 240) — the translated sub-heading description, the column of primary interest for "sub_description" searches.
- ATTRIBUTE_CATEGORY (VARCHAR2, 30) and ATTRIBUTE1 through ATTRIBUTE30 (each VARCHAR2, 240) — the DFF (Descriptive Flexfield) API column set.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — WHO audit columns; numeric IDs are length 15, dates are DATE.
Common Use Cases and Queries
Because of the explicit warning against querying the view, the primary supported use is Forms-driven display of the phrase hierarchy. Where read-only reporting is required, it should be treated as a convenience join rather than a stable integration surface. A representative query returning the phrase, its main heading and its sub-description is:
SELECT PHRASE_CODE, MAIN_HEADING_CODE, MAIN_DESCRIPTION, SUB_HEADING_CODE, SUB_DESCRIPTION FROM APPS.GR_PHRASES_B_V ORDER BY PHRASE_CODE;
To isolate rows where a sub-heading description is populated — the "sub_description" scenario — a filter such as WHERE SUB_DESCRIPTION IS NOT NULL can be applied, optionally restricting by MAIN_HEADING_CODE to retrieve the sub-descriptions belonging to a single heading. For production integrations, querying the underlying GR_PHRASES_B, GR_MAIN_HEADINGS_TL, and GR_SUB_HEADINGS_TL tables directly is preferable, since they form the documented, stable base objects on which this view depends.
-
VIEW: APPS.GR_PHRASES_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_PHRASES_B_V, object_name:GR_PHRASES_B_V, status:VALID,
-
VIEW: APPS.MTL_ITEM_SUB_INVENTORIES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_INVENTORIES_ALL_V, object_name:MTL_ITEM_SUB_INVENTORIES_ALL_V, status:VALID,
-
VIEW: APPS.CSP_ASL_ITEM_SUB_INVENTORIES_V
12.2.2
owner:APPS, object_type:VIEW, object_name:CSP_ASL_ITEM_SUB_INVENTORIES_V, status:VALID,
-
View: MTL_ITEM_SUB_INVENTORIES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_INVENTORIES_ALL_V, object_name:MTL_ITEM_SUB_INVENTORIES_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ITEM_SUB_INVENTORIES_ALL_V ,
-
VIEW: APPS.GR_PHRASES_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_PHRASES_B_V, object_name:GR_PHRASES_B_V, status:VALID,
-
VIEW: APPS.MTL_ITEM_SUB_INVENTORIES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_INVENTORIES_ALL_V, object_name:MTL_ITEM_SUB_INVENTORIES_ALL_V, status:VALID,
-
View: GR_PHRASES_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_PHRASES_B_V, object_name:GR_PHRASES_B_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the phrase code. , implementation_dba_data: APPS.GR_PHRASES_B_V ,
-
VIEW: APPS.CSP_ASL_ITEM_SUB_INVENTORIES_V
12.2.2
-
View: GR_PHRASES_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_PHRASES_B_V, object_name:GR_PHRASES_B_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the phrase code. , implementation_dba_data: APPS.GR_PHRASES_B_V ,
-
View: MTL_ITEM_SUB_INVENTORIES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_SUB_INVENTORIES_ALL_V, object_name:MTL_ITEM_SUB_INVENTORIES_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ITEM_SUB_INVENTORIES_ALL_V ,
-
View: CSP_ITEM_SUB_INVENTORIES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_ITEM_SUB_INVENTORIES_ALL_V, object_name:CSP_ITEM_SUB_INVENTORIES_ALL_V, status:VALID, product: CSP - Spares Management , description: Shows authorized stocklist for the subinventories. , implementation_dba_data: APPS.CSP_ITEM_SUB_INVENTORIES_ALL_V ,
-
VIEW: APPS.CSP_ITEM_SUB_INVENTORIES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_ITEM_SUB_INVENTORIES_ALL_V, object_name:CSP_ITEM_SUB_INVENTORIES_ALL_V, status:VALID,
-
VIEW: APPS.CSP_ITEM_SUB_INVENTORIES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_ITEM_SUB_INVENTORIES_ALL_V, object_name:CSP_ITEM_SUB_INVENTORIES_ALL_V, status:VALID,
-
View: CSP_ITEM_SUB_INVENTORIES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_ITEM_SUB_INVENTORIES_ALL_V, object_name:CSP_ITEM_SUB_INVENTORIES_ALL_V, status:VALID, product: CSP - Spares Management , description: Shows authorized stocklist for the subinventories. , implementation_dba_data: APPS.CSP_ITEM_SUB_INVENTORIES_ALL_V ,
-
eTRM - CSP Tables and Views
12.2.2
description: Summarized usage history information ,
-
eTRM - CSP Tables and Views
12.1.1
description: Summarized usage history information ,
-
eTRM - GR Tables and Views
12.2.2
description: GR XML mapping table ,
-
eTRM - GR Tables and Views
12.1.1
description: GR XML mapping table ,
-
eTRM - INV Tables and Views
12.1.1
-
eTRM - INV Tables and Views
12.2.2