Search Results gr_item_properties
Overview
The GR_ITEM_PROPERTIES table is a core data object within the Oracle E-Business Suite Process Manufacturing Regulatory Management (GR) module. It serves as the central repository for storing detailed, item-specific regulatory and physical characteristics. This table is essential for managing compliance data related to products, enabling organizations to define and track properties such as chemical compositions, hazard classifications, transportation details, and country-specific regulatory information. Its role is to provide the granular attribute data necessary for generating compliant safety data sheets (SDS), labels, and other regulatory documentation required in process manufacturing industries like chemicals, pharmaceuticals, and food.
Key Information Stored
The table's structure is designed to associate multiple properties with a single item. The primary key is a composite of four columns, ensuring uniqueness for each property record. Key columns include:
- ITEM_CODE: The unique identifier for the item or material, linking to the GR_ITEM_GENERAL table.
- SEQUENCE_NUMBER, PROPERTY_ID, LABEL_CODE: Together with ITEM_CODE, these form the primary key. They link to the GR_LABEL_PROPERTIES table, which defines the master list of available regulatory properties and their metadata. This structure allows an item to have multiple instances of a property if needed (e.g., for different regulatory contexts).
- Additional columns (implied by the description but not explicitly listed in the excerpt) typically store the actual property value, units of measure, and other descriptive attributes for the characteristic defined by the PROPERTY_ID.
Common Use Cases and Queries
This table is primarily accessed for regulatory reporting and label generation. A common use case is compiling all properties for a specific item to populate a safety data sheet or a product specification sheet. For example, a query to retrieve all physical property data for an item would join GR_ITEM_PROPERTIES to GR_LABEL_PROPERTIES to get the property descriptions and potentially to GR_PROPERTY_MASTER for further classification. Another critical scenario is validating compliance for a specific market by checking for the existence and values of country-mandated properties. Sample SQL often involves filtering on ITEM_CODE and joining to related descriptive tables:
SELECT gip.*, glp.property_name, glp.data_type
FROM gr.gr_item_properties gip,
gr.gr_label_properties glp
WHERE gip.item_code = :p_item_code
AND gip.property_id = glp.property_id
AND gip.sequence_number = glp.sequence_number
AND gip.label_code = glp.label_code;
Related Objects
GR_ITEM_PROPERTIES is a child table within a key relationship hierarchy in the GR module. Its primary relationships, as defined by its foreign keys, are:
- GR_ITEM_GENERAL: The parent table containing the general item master information. The foreign key on ITEM_CODE establishes this relationship.
- GR_LABEL_PROPERTIES: The master definition table for all possible regulatory properties. The foreign key linking SEQUENCE_NUMBER, PROPERTY_ID, and LABEL_CODE ensures that item properties are valid instances of defined regulatory attributes.
Data from this table is typically surfaced to end-users through module-specific forms and reports, and it is integral to the functioning of the Regulatory Management's labeling and documentation engines.
-
Table: GR_ITEM_PROPERTIES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_PROPERTIES, object_name:GR_ITEM_PROPERTIES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the characteristics of the item such as physical properties, transport, and country-specific information. , implementation_dba_data: GR.GR_ITEM_PROPERTIES ,
-
Table: GR_ITEM_PROPERTIES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_PROPERTIES, object_name:GR_ITEM_PROPERTIES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the characteristics of the item such as physical properties, transport, and country-specific information. , implementation_dba_data: GR.GR_ITEM_PROPERTIES ,
-
APPS.GR_LABELS_B_PKG dependencies on GR_ITEM_PROPERTIES
12.2.2
-
APPS.PO_GML_CONV_MIG dependencies on GR_ITEM_PROPERTIES
12.2.2
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_ITEM_PROPERTIES
12.1.1
-
APPS.GR_ITEM_GENERAL_PKG dependencies on GR_ITEM_PROPERTIES
12.2.2
-
APPS.GR_ITEM_PROPERTIES_PKG dependencies on GR_ITEM_PROPERTIES
12.2.2
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_ITEM_PROPERTIES
12.2.2
-
APPS.GR_ITEM_GENERAL_PKG dependencies on GR_ITEM_PROPERTIES
12.1.1
-
APPS.GR_PHRASES_B_PKG dependencies on GR_ITEM_PROPERTIES
12.1.1
-
APPS.GR_PROPERTIES_B_PKG dependencies on GR_ITEM_PROPERTIES
12.1.1
-
APPS.GR_ITEM_PROPERTIES_PKG dependencies on GR_ITEM_PROPERTIES
12.1.1
-
APPS.GR_MIGRATE_TO_12 dependencies on GR_ITEM_PROPERTIES
12.2.2
-
APPS.GR_PHRASES_B_PKG dependencies on GR_ITEM_PROPERTIES
12.2.2
-
APPS.GR_PROPERTIES_B_PKG dependencies on GR_ITEM_PROPERTIES
12.2.2
-
APPS.GR_LABELS_B_PKG dependencies on GR_ITEM_PROPERTIES
12.1.1
-
APPS.GR_MIGRATE_TO_12 dependencies on GR_ITEM_PROPERTIES
12.1.1
-
APPS.PO_GML_CONV_MIG dependencies on GR_ITEM_PROPERTIES
12.1.1
-
SYNONYM: APPS.GR_ITEM_PROPERTIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GR_ITEM_PROPERTIES, status:VALID,
-
VIEW: GR.GR_ITEM_PROPERTIES#
12.2.2
owner:GR, object_type:VIEW, object_name:GR_ITEM_PROPERTIES#, status:VALID,
-
VIEW: GR.GR_ITEM_PROPERTIES#
12.2.2
-
APPS.GR_ITEM_PROPERTIES_PKG SQL Statements
12.1.1
-
APPS.GR_ITEM_PROPERTIES_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.GR_ITEM_PROPERTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GR_ITEM_PROPERTIES, status:VALID,
-
APPS.PO_GML_CONV_MIG SQL Statements
12.2.2
-
TABLE: GR.GR_ITEM_PROPERTIES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_PROPERTIES, object_name:GR_ITEM_PROPERTIES, status:VALID,
-
APPS.PO_GML_CONV_MIG SQL Statements
12.1.1
-
TABLE: GR.GR_ITEM_PROPERTIES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_PROPERTIES, object_name:GR_ITEM_PROPERTIES, status:VALID,
-
PACKAGE BODY: APPS.PO_GML_CONV_MIG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PO_GML_CONV_MIG, status:VALID,
-
PACKAGE: APPS.GR_EURO_CLASSIFICATION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GR_EURO_CLASSIFICATION, status:VALID,
-
PACKAGE: APPS.GR_EURO_CLASSIFICATION
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GR_EURO_CLASSIFICATION, status:VALID,
-
Table: GR_ITEM_GENERAL
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_GENERAL, object_name:GR_ITEM_GENERAL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Stores regulatory information that further identifies the item. It also stores flags that govern what data displays on the MSDS. , implementation_dba_data: GR.GR_ITEM_GENERAL ,
-
PACKAGE BODY: APPS.GR_PROPERTIES_B_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PROPERTIES_B_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_PHRASES_B_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PHRASES_B_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_PHRASES_B_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PHRASES_B_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_ITEM_PROPERTIES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_ITEM_PROPERTIES_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_LABELS_B_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_LABELS_B_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_PROPERTIES_B_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PROPERTIES_B_PKG, status:VALID,
-
Table: GR_LABEL_PROPERTIES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABEL_PROPERTIES, object_name:GR_LABEL_PROPERTIES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the display properties for the label for each item code. For example, the label Color has a display property of text or phrase entry, and boiling point has display properties of text, low range, high range, and temperature scale. , implementation_dba_data: GR.GR_LABEL_PROPERTIES ,
-
PACKAGE BODY: APPS.GR_ITEM_GENERAL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_ITEM_GENERAL_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_ITEM_PROPERTIES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_ITEM_PROPERTIES_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_LABELS_B_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_LABELS_B_PKG, status:VALID,
-
Table: GR_LABEL_PROPERTIES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABEL_PROPERTIES, object_name:GR_LABEL_PROPERTIES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the display properties for the label for each item code. For example, the label Color has a display property of text or phrase entry, and boiling point has display properties of text, low range, high range, and temperature scale. , implementation_dba_data: GR.GR_LABEL_PROPERTIES ,
-
PACKAGE BODY: APPS.GR_ITEM_GENERAL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_ITEM_GENERAL_PKG, status:VALID,
-
PACKAGE BODY: APPS.PO_GML_CONV_MIG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PO_GML_CONV_MIG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Table: GR_ITEM_GENERAL
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_GENERAL, object_name:GR_ITEM_GENERAL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Stores regulatory information that further identifies the item. It also stores flags that govern what data displays on the MSDS. , implementation_dba_data: GR.GR_ITEM_GENERAL ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.GR_MIGRATE_TO_12
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_MIGRATE_TO_12, status:VALID,