Search Results gr_item_exposure
Overview
The GR_ITEM_EXPOSURE 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 regulatory exposure limit information for items (products or substances) as defined by specific authorities in different countries. Its primary role is to manage the permissible exposure levels that govern the handling, transportation, and documentation of items to ensure compliance with regional health, safety, and environmental regulations. The table enables the system to control the exposure limit information displayed on shipping and compliance documents, with rules configurable at both the country and document levels.
Key Information Stored
The table's structure is defined by a composite primary key that uniquely identifies each exposure limit record. The key columns, which also serve as foreign keys to related master data tables, are: ITEM_CODE (the specific product or substance), LABEL_CODE (the country or region), EXPOSURE_AUTHORITY_CODE (the governing regulatory body), and EXPOSURE_TYPE_CODE (the category of exposure limit, such as a time-weighted average or a short-term limit). Beyond these key columns, the table typically stores the numerical exposure limit value, the applicable unit of measure, and potentially effective date ranges. This design allows for the precise association of an item with multiple, potentially differing, exposure limits based on jurisdiction and authority.
Common Use Cases and Queries
A primary use case is the generation of compliant shipping documents, such as Safety Data Sheets (SDS) or transport manifests, where the system queries this table to retrieve and print the legally mandated exposure limits for the items being shipped to a specific destination country. Regulatory reporting and internal safety audits also rely on this data. Common SQL queries involve joining to master tables to produce human-readable reports. For example, to list all exposure limits for a specific item:
- SELECT gie.*, ig.item_name, lb.label_name FROM gr_item_exposure gie, gr_item_general ig, gr_labels_b lb WHERE gie.item_code = ig.item_code AND gie.label_code = lb.label_code AND ig.item_code = 'ITEM123';
Another typical query retrieves the applicable limit for a document line by joining on item, ship-to country, and the relevant authority and type codes defined on the transaction document.
Related Objects
The GR_ITEM_EXPOSURE table maintains integral relationships with several foundational master data tables in the GR module, as defined by its foreign key constraints:
- GR_ITEM_GENERAL: Joined via
GR_ITEM_EXPOSURE.ITEM_CODE = GR_ITEM_GENERAL.ITEM_CODE. This links the exposure data to the base item definition. - GR_LABELS_B: Joined via
GR_ITEM_EXPOSURE.LABEL_CODE = GR_LABELS_B.LABEL_CODE. This links to the country or regulatory jurisdiction. - GR_EXPOSURE_AUTHS_B: Joined via
GR_ITEM_EXPOSURE.EXPOSURE_AUTHORITY_CODE = GR_EXPOSURE_AUTHS_B.EXPOSURE_AUTHORITY_CODE. This links to the specific regulatory authority (e.g., OSHA, EU-REACH). - GR_EXPOSURE_TYPES_B: Joined via
GR_ITEM_EXPOSURE.EXPOSURE_TYPE_CODE = GR_EXPOSURE_TYPES_B.EXPOSURE_TYPE_CODE. This links to the category of the exposure limit.
These relationships ensure data integrity and provide the necessary context for the exposure limit values stored in the GR_ITEM_EXPOSURE table.
-
Table: GR_ITEM_EXPOSURE
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_EXPOSURE, object_name:GR_ITEM_EXPOSURE, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the exposure limit information for the item listed by country and authority. The exposure limit information shown on a document is controlled in two places, at the country and document levels. At the country level, a country can , implementation_dba_data: GR.GR_ITEM_EXPOSURE ,
-
Table: GR_ITEM_EXPOSURE
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_EXPOSURE, object_name:GR_ITEM_EXPOSURE, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the exposure limit information for the item listed by country and authority. The exposure limit information shown on a document is controlled in two places, at the country and document levels. At the country level, a country can , implementation_dba_data: GR.GR_ITEM_EXPOSURE ,
-
APPS.GR_EXPOSURE_TYPES_B_PKG dependencies on GR_ITEM_EXPOSURE
12.2.2
-
APPS.GR_EXPOSURE_TYPES_B_PKG dependencies on GR_ITEM_EXPOSURE
12.1.1
-
APPS.GR_ITEM_GENERAL_PKG dependencies on GR_ITEM_EXPOSURE
12.2.2
-
APPS.GR_ITEM_EXPOSURE_PKG dependencies on GR_ITEM_EXPOSURE
12.2.2
-
APPS.GR_EXPOSURE_AUTHS_B_PKG dependencies on GR_ITEM_EXPOSURE
12.1.1
-
APPS.GR_LABELS_B_PKG dependencies on GR_ITEM_EXPOSURE
12.2.2
-
APPS.GR_ITEM_GENERAL_PKG dependencies on GR_ITEM_EXPOSURE
12.1.1
-
APPS.GR_LABELS_B_PKG dependencies on GR_ITEM_EXPOSURE
12.1.1
-
APPS.GR_ITEM_EXPOSURE_PKG dependencies on GR_ITEM_EXPOSURE
12.1.1
-
APPS.GR_EXPOSURE_AUTHS_B_PKG dependencies on GR_ITEM_EXPOSURE
12.2.2
-
SYNONYM: APPS.GR_ITEM_EXPOSURE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GR_ITEM_EXPOSURE, status:VALID,
-
VIEW: APPS.GR_ITEM_EXPOSURE_DFV
12.1.1
-
VIEW: APPS.GR_ITEM_EXPOSURE_DFV
12.2.2
-
SYNONYM: APPS.GR_ITEM_EXPOSURE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GR_ITEM_EXPOSURE, status:VALID,
-
APPS.GR_ITEM_EXPOSURE_PKG SQL Statements
12.1.1
-
VIEW: APPS.GR_ITEM_EXPOSURE_VL
12.2.2
-
APPS.GR_ITEM_EXPOSURE_PKG SQL Statements
12.2.2
-
VIEW: GR.GR_ITEM_EXPOSURE#
12.2.2
-
VIEW: GR.GR_ITEM_EXPOSURE#
12.2.2
owner:GR, object_type:VIEW, object_name:GR_ITEM_EXPOSURE#, status:VALID,
-
VIEW: APPS.GR_ITEM_EXPOSURE_VL
12.1.1
-
Table: GR_EXPOSURE_AUTHS_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EXPOSURE_AUTHS_B, object_name:GR_EXPOSURE_AUTHS_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Exposure Authority Code. , implementation_dba_data: GR.GR_EXPOSURE_AUTHS_B ,
-
Table: GR_EXPOSURE_AUTHS_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EXPOSURE_AUTHS_B, object_name:GR_EXPOSURE_AUTHS_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Exposure Authority Code. , implementation_dba_data: GR.GR_EXPOSURE_AUTHS_B ,
-
Table: GR_EXPOSURE_TYPES_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EXPOSURE_TYPES_B, object_name:GR_EXPOSURE_TYPES_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Exposure Type Code. , implementation_dba_data: GR.GR_EXPOSURE_TYPES_B ,
-
Table: GR_EXPOSURE_TYPES_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EXPOSURE_TYPES_B, object_name:GR_EXPOSURE_TYPES_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Exposure Type Code. , implementation_dba_data: GR.GR_EXPOSURE_TYPES_B ,
-
PACKAGE BODY: APPS.GR_EXPOSURE_AUTHS_B_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_EXPOSURE_AUTHS_B_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_EXPOSURE_TYPES_B_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_EXPOSURE_TYPES_B_PKG, 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_EXPOSURE_TYPES_B_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_EXPOSURE_TYPES_B_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_EXPOSURE_AUTHS_B_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_EXPOSURE_AUTHS_B_PKG, status:VALID,
-
Table: GR_LABELS_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABELS_B, object_name:GR_LABELS_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains many label classes, each containing many rows that define the format and text for each line on the document. For example, a label of BOILING will determine how and where the physical characteristics of boiling point display on the , implementation_dba_data: GR.GR_LABELS_B ,
-
PACKAGE BODY: APPS.GR_LABELS_B_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_LABELS_B_PKG, status:VALID,
-
VIEW: APPS.GR_ITEM_EXPOSURE_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:GR_ITEM_EXPOSURE_DFV, status:VALID,
-
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.GR_LABELS_B_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_LABELS_B_PKG, status:VALID,
-
VIEW: APPS.GR_ITEM_EXPOSURE_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:GR_ITEM_EXPOSURE_DFV, status:VALID,
-
PACKAGE BODY: APPS.GR_ITEM_EXPOSURE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_ITEM_EXPOSURE_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_ITEM_EXPOSURE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_ITEM_EXPOSURE_PKG, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.GR_ITEM_GENERAL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_ITEM_GENERAL_PKG, status:VALID,
-
Table: GR_LABELS_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABELS_B, object_name:GR_LABELS_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains many label classes, each containing many rows that define the format and text for each line on the document. For example, a label of BOILING will determine how and where the physical characteristics of boiling point display on the , implementation_dba_data: GR.GR_LABELS_B ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
View: GR_ITEM_EXPOSURE_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_EXPOSURE_VL, object_name:GR_ITEM_EXPOSURE_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the item exposure code that have a language dependent description for theitem exposure code , implementation_dba_data: APPS.GR_ITEM_EXPOSURE_VL ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1