Search Results gr_main_headings_b
Overview
The GR_MAIN_HEADINGS_B table is a core data entity within the Process Manufacturing Regulatory Management (GR) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the master repository for defining and storing main heading codes, which are foundational elements for structuring regulatory and compliance documentation. These codes categorize and organize critical text, such as ingredient listings, safety warnings, and glossary definitions, that must appear on product labels and safety data sheets to meet regional regulatory mandates. The table's role is to provide a centralized, normalized reference point for these headings, ensuring consistency across all related regulatory documents and items managed within the system. Both system-defined and user-defined codes are stored in this table, allowing for flexible configuration to meet specific compliance requirements.
Key Information Stored
The primary data element stored is the MAIN_HEADING_CODE, which serves as the unique identifier and primary key for each heading record. While the provided ETRM metadata does not list all columns, the table's description and relationships indicate it holds the essential code structure. The associated translated text for these codes is stored in the related translation table, GR_MAIN_HEADINGS_TL, which is standard EBS design for multilingual support. The base table (GR_MAIN_HEADINGS_B) is therefore focused on the code itself and its system attributes, acting as the anchor for all descriptive text and downstream relationships.
Common Use Cases and Queries
This table is central to generating compliant product documentation. A primary use case is the assembly of a finished product's regulatory document, where the system retrieves all applicable headings and their associated phrases for a given item. Database administrators and functional consultants may query this table to audit configuration or troubleshoot missing data. A common reporting query involves joining the base table with its translation table to retrieve a list of all active headings in a specific language:
- SELECT b.MAIN_HEADING_CODE, tl.MAIN_HEADING_NAME FROM GR.GR_MAIN_HEADINGS_B b, GR.GR_MAIN_HEADINGS_TL tl WHERE b.MAIN_HEADING_CODE = tl.MAIN_HEADING_CODE AND tl.LANGUAGE = 'US';
Another critical pattern is validating data integrity by checking for orphaned codes not referenced in document structures, or identifying which headings are used on specific item documents through joins to GR_ITEM_DOCUMENT_DTLS.
Related Objects
The GR_MAIN_HEADINGS_B table has several key dependencies, as documented by its foreign key relationships. It is the parent table for the following entities:
- GR_MAIN_HEADINGS_TL: The translation table, joined on MAIN_HEADING_CODE, which stores the descriptive name of the heading in multiple languages.
- GR_DOCUMENT_HEADINGS: Joined on MAIN_HEADING_CODE, this links headings to specific document templates or structures.
- GR_ITEM_DOCUMENT_DTLS: Joined on MAIN_HEADING_CODE, this critical table associates specific headings and their content with actual product items.
- GR_PHRASES_B: Joined on MAIN_HEADING_CODE, this links the regulatory phrases or text blocks to the appropriate heading category.
These relationships illustrate that the MAIN_HEADING_CODE is a fundamental foreign key used throughout the regulatory document hierarchy, from master phrases (GR_PHRASES_B) to item-specific document details (GR_ITEM_DOCUMENT_DTLS).
-
Table: GR_MAIN_HEADINGS_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_MAIN_HEADINGS_B, object_name:GR_MAIN_HEADINGS_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Main Heading Code where the heading text is located and where the Glossary heading text is located. Codes are both system-defined and user-defined. , implementation_dba_data: GR.GR_MAIN_HEADINGS_B ,
-
Table: GR_MAIN_HEADINGS_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_MAIN_HEADINGS_B, object_name:GR_MAIN_HEADINGS_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Main Heading Code where the heading text is located and where the Glossary heading text is located. Codes are both system-defined and user-defined. , implementation_dba_data: GR.GR_MAIN_HEADINGS_B ,
-
View: GR_MAIN_HEADINGS_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_MAIN_HEADINGS_B_V, object_name:GR_MAIN_HEADINGS_B_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the main heading code , implementation_dba_data: APPS.GR_MAIN_HEADINGS_B_V ,
-
Table: GR_MAIN_HEADINGS_TL
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_MAIN_HEADINGS_TL, object_name:GR_MAIN_HEADINGS_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: The Main Heading Description. , implementation_dba_data: GR.GR_MAIN_HEADINGS_TL ,
-
Table: GR_MAIN_HEADINGS_TL
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_MAIN_HEADINGS_TL, object_name:GR_MAIN_HEADINGS_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: The Main Heading Description. , implementation_dba_data: GR.GR_MAIN_HEADINGS_TL ,
-
Table: GR_DOCUMENT_HEADINGS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_DOCUMENT_HEADINGS, object_name:GR_DOCUMENT_HEADINGS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the headings and subheadings linked to a document. , implementation_dba_data: GR.GR_DOCUMENT_HEADINGS ,
-
Table: GR_DOCUMENT_HEADINGS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_DOCUMENT_HEADINGS, object_name:GR_DOCUMENT_HEADINGS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the headings and subheadings linked to a document. , implementation_dba_data: GR.GR_DOCUMENT_HEADINGS ,
-
Table: GR_ITEM_DOCUMENT_DTLS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_DOCUMENT_DTLS, object_name:GR_ITEM_DOCUMENT_DTLS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the phrase definition for the item on the document. , implementation_dba_data: GR.GR_ITEM_DOCUMENT_DTLS ,
-
Table: GR_ITEM_DOCUMENT_DTLS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_DOCUMENT_DTLS, object_name:GR_ITEM_DOCUMENT_DTLS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the phrase definition for the item on the document. , implementation_dba_data: GR.GR_ITEM_DOCUMENT_DTLS ,
-
View: GR_MAIN_HEADINGS_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_MAIN_HEADINGS_B_V, object_name:GR_MAIN_HEADINGS_B_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the main heading code , implementation_dba_data: APPS.GR_MAIN_HEADINGS_B_V ,
-
Table: GR_PHRASES_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASES_B, object_name:GR_PHRASES_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the high-level information about the Phrase, the Label Code, and the wording that identifies where on the document the phrase normally displays or prints. The default can be overridden when the phrase is attached to an item or a d , implementation_dba_data: GR.GR_PHRASES_B ,
-
Table: GR_PHRASES_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASES_B, object_name:GR_PHRASES_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the high-level information about the Phrase, the Label Code, and the wording that identifies where on the document the phrase normally displays or prints. The default can be overridden when the phrase is attached to an item or a d , implementation_dba_data: GR.GR_PHRASES_B ,