Search Results cas_number
Overview
APPS.GR_DISPATCH_HISTORY_V is a prebuilt Oracle E-Business Suite view owned by the APPS schema and registered in the FND design data repository under the GR (Oracle Process Manufacturing / ETRM — Environmental, Training, and Regulatory Management) product. It exposes the dispatch history records that track when regulatory or safety documents were distributed to internal and external recipients. The view is classified as an internal view type and carries the standard Oracle warning that it is intended for use only by standard Oracle Applications programs; supported external access is not guaranteed, although it is widely queried in custom reports and integrations.
The view is VALID in both Oracle EBS 12.1.1 and 12.2.2 and is especially relevant in the ETRM module, which manages material safety data sheets (MSDS/SDS), labels, and hazardous-communication documentation. Because the view exposes the CAS_NUMBER column, it is frequently the target of searches for "cas_number" — the Chemical Abstracts Service registry number that uniquely identifies regulated substances on dispatched SDS documents.
Underlying Base Objects
The documented view definition references the following base objects in the APPS schema:
- GR_DISPATCH_HISTORY (synonym) — the primary transactional table holding one row per dispatched document.
- FND_DOCUMENTS_VL (view) — supplies document code and description via the FND document repository.
- EDR_FILES_B (synonym) — the EDR (Engineering Data Repository / document file) table providing the stored document content and revision data.
- HZ_PARTIES and HZ_PARTY_SITES (synonyms) — the TCA (Trading Community Architecture) tables that resolve recipient, addressee, and site details.
- MTL_SYSTEM_ITEMS_B (synonym) — resolves item and inventory-item identifiers into item numbers.
- FND_LOOKUP_VALUES (synonym) — decodes value sets such as dispatch method codes.
This join structure means the view offers a denormalized, human-readable picture of each dispatch event, combining the low-level GR transaction with party, item, and document-repository attributes.
Key Columns
- DISPATCH_HISTORY_ID — primary key of the underlying dispatch record.
- DOCUMENT_ID / DOCUMENT_CODE / DOCUMENT / DOCUMENT_DESCRIPTION — identify the specific document (for example an SDS) that was sent.
- ITEM / INVENTORY_ITEM_ID / ORGANIZATION_ID — the item and inventory organization context for the dispatched document.
- RECIPIENT_ID, RECIPIENT, RECIPIENT_NUMBER, RECIPIENT_TYPE — the party that received the document.
- RECIPIENT_SITE_ID, RECIPIENT_SITE_NAME, RECIPIENT_SITE_NUMBER, ADDRESSEE — site-level and addressee-level delivery details.
- CAS_NUMBER — the CAS registry number associated with the substance/document.
- DATE_SENT / DISPATCH_METHOD_CODE / CREATION_SOURCE — when, how, and from where the document was dispatched.
- ATTRIBUTE1 … ATTRIBUTE30 — the standard Oracle flexible attribute columns (VARCHAR2(240)).
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard audit columns.
Common Use Cases and Queries
Typical scenarios include auditing SDS dispatch, proving regulatory distribution, and tracing which CAS-numbered substances were sent to which customers.
- List all dispatches for a given CAS number:
SELECT dispatch_history_id, cas_number, item, recipient,
date_sent, dispatch_method_code
FROM apps.gr_dispatch_history_v
WHERE cas_number = :p_cas_number
ORDER BY date_sent DESC;
- Dispatch volume by recipient and month:
SELECT recipient, TRUNC(date_sent,'MM') sent_month, COUNT(*) FROM apps.gr_dispatch_history_v GROUP BY recipient, TRUNC(date_sent,'MM');
Because the object is flagged "Oracle Internal Use Only," any custom SQL should be treated as unsupported and validated against the base tables GR_DISPATCH_HISTORY and FND_DOCUMENTS_VL after upgrades to 12.1.1 or 12.2.2.
-
TYPE: APPS.INV_EBI_ITEM_PROCESSMFG_OBJ
12.2.2
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_PROCESSMFG_OBJ, status:VALID,
-
VIEW: APPS.GR_DISPATCH_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_DISPATCH_HISTORY_V, object_name:GR_DISPATCH_HISTORY_V, status:VALID,
-
TYPE: APPS.INV_EBI_ITEM_PROCESSMFG_OBJ
12.1.1
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_PROCESSMFG_OBJ, status:VALID,
-
APPS.GR_VALIDATE SQL Statements
12.2.2
-
VIEW: APPS.GR_DISPATCH_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_DISPATCH_HISTORY_V, object_name:GR_DISPATCH_HISTORY_V, status:VALID,
-
APPS.GR_VALIDATE SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GR_VALIDATE
12.1.1
-
PACKAGE BODY: APPS.GR_VALIDATE
12.2.2
-
View: GR_DISPATCH_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_DISPATCH_HISTORY_V, object_name:GR_DISPATCH_HISTORY_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , implementation_dba_data: APPS.GR_DISPATCH_HISTORY_V ,
-
View: GR_DISPATCH_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_DISPATCH_HISTORY_V, object_name:GR_DISPATCH_HISTORY_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , implementation_dba_data: APPS.GR_DISPATCH_HISTORY_V ,
-
APPS.GR_DISPATCH_HISTORY_PVT SQL Statements
12.2.2
-
APPS.GR_DISPATCH_HISTORY_PVT SQL Statements
12.1.1
-
VIEW: INV.MTL_SYSTEM_ITEMS_B#
12.2.2
-
VIEW: EGO.EGO_MTL_SY_ITEMS_CHG_B#
12.2.2
-
VIEW: APPS.MTL_ITEM_FLEXFIELDS
12.1.1
-
VIEW: APPS.MTL_ITEM_FLEXFIELDS
12.2.2
-
VIEW: INV.MTL_SYSTEM_ITEMS_INTERFACE#
12.2.2
-
View: MTL_ITEM_FLEXFIELDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_FLEXFIELDS, object_name:MTL_ITEM_FLEXFIELDS, status:VALID, product: INV - Inventory , description: This view is based on the key flexfield view MTL_SYSTEM_ITEMS_B_KFV. It contains columns with padded and unpadded concatenated segments of an item number. , implementation_dba_data: APPS.MTL_ITEM_FLEXFIELDS ,
-
View: MTL_ITEM_FLEXFIELDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_FLEXFIELDS, object_name:MTL_ITEM_FLEXFIELDS, status:VALID, product: INV - Inventory , description: This view is based on the key flexfield view MTL_SYSTEM_ITEMS_B_KFV. It contains columns with padded and unpadded concatenated segments of an item number. , implementation_dba_data: APPS.MTL_ITEM_FLEXFIELDS ,
-
View: MTL_SYSTEM_ITEMS_B_KFV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B_KFV, object_name:MTL_SYSTEM_ITEMS_B_KFV, status:VALID, product: INV - Inventory , description: System Items Key Flexfield View , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_B_KFV ,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B_KFV
12.1.1
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B1_KFV
12.2.2
-
View: MTL_SYSTEM_ITEMS_B_KFV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B_KFV, object_name:MTL_SYSTEM_ITEMS_B_KFV, status:VALID, product: INV - Inventory , description: System Items Key Flexfield View , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_B_KFV ,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B_KFV
12.2.2
-
VIEW: APPS.MTL_SYSTEM_ITEMS_ER1_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_V, status:VALID,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_ER1_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_V, status:VALID,
-
View: MTL_SYSTEM_ITEMS_ER1_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_V, status:VALID, product: INV - Inventory , description: ERES : View to support ERES framework for Items , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_ER1_V ,
-
View: EGO_MTL_SY_ITEMS_CHG_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_MTL_SY_ITEMS_CHG_VL, object_name:EGO_MTL_SY_ITEMS_CHG_VL, status:VALID, product: EGO - Advanced Product Catalog , description: This view stores the pending changes information for item operational attributes , implementation_dba_data: APPS.EGO_MTL_SY_ITEMS_CHG_VL ,
-
View: EGO_MTL_SY_ITEMS_CHG_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_MTL_SY_ITEMS_CHG_VL, object_name:EGO_MTL_SY_ITEMS_CHG_VL, status:VALID, product: EGO - Advanced Product Catalog , description: This view stores the pending changes information for item operational attributes , implementation_dba_data: APPS.EGO_MTL_SY_ITEMS_CHG_VL ,
-
View: MTL_SYSTEM_ITEMS_ER1_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_V, status:VALID, product: INV - Inventory , description: ERES : View to support ERES framework for Items , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_ER1_V ,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B1_KFV
12.2.2
owner:APPS, object_type:VIEW, object_name:MTL_SYSTEM_ITEMS_B1_KFV, status:VALID,
-
VIEW: INV.MTL_SYSTEM_ITEMS_B#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_SYSTEM_ITEMS_B#, status:VALID,
-
VIEW: EGO.EGO_MTL_SY_ITEMS_CHG_B#
12.2.2
owner:EGO, object_type:VIEW, object_name:EGO_MTL_SY_ITEMS_CHG_B#, status:VALID,
-
View: EGO_ITEM_SYNC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_SYNC_V, object_name:EGO_ITEM_SYNC_V, status:VALID, product: EGO - Advanced Product Catalog , description: This View is used for Item Sync operations with external systems. Currently this is being used for ItemSync with Siebel , implementation_dba_data: APPS.EGO_ITEM_SYNC_V ,
-
View: EGO_ITEM_SYNC_OP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_SYNC_OP_V, object_name:EGO_ITEM_SYNC_OP_V, status:VALID, product: EGO - Advanced Product Catalog , description: This View is used for Item Sync operations with external systems. Currently this is being used for ItemSync with Siebel OnPremise , implementation_dba_data: APPS.EGO_ITEM_SYNC_OP_V ,
-
View: EGO_ITEM_SYNC_OP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_SYNC_OP_V, object_name:EGO_ITEM_SYNC_OP_V, status:VALID, product: EGO - Advanced Product Catalog , description: This View is used for Item Sync operations with external systems. Currently this is being used for ItemSync with Siebel OnPremise , implementation_dba_data: APPS.EGO_ITEM_SYNC_OP_V ,
-
VIEW: APPS.MTL_CLIENT_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CLIENT_ITEMS_VL, object_name:MTL_CLIENT_ITEMS_VL, status:VALID,
-
APPS.INVPULI2 SQL Statements
12.1.1
-
VIEW: INV.MTL_SYSTEM_ITEMS_INTERFACE#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_SYSTEM_ITEMS_INTERFACE#, status:VALID,
-
View: EGO_ITEM_SYNC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_SYNC_V, object_name:EGO_ITEM_SYNC_V, status:VALID, product: EGO - Advanced Product Catalog , description: This View is used for Item Sync operations with external systems. Currently this is being used for ItemSync with Siebel , implementation_dba_data: APPS.EGO_ITEM_SYNC_V ,
-
VIEW: APPS.EGO_MTL_SY_ITEMS_CHG_VL
12.1.1
-
VIEW: APPS.EGO_MTL_SY_ITEMS_CHG_VL
12.2.2
-
APPS.INVPULI2 SQL Statements
12.2.2
-
View: MTL_SYSTEM_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_VL, object_name:MTL_SYSTEM_ITEMS_VL, status:VALID, product: INV - Inventory , description: System Items multilingual view with concatenated segments column , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_VL ,
-
View: MTL_CLIENT_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CLIENT_ITEMS_VL, object_name:MTL_CLIENT_ITEMS_VL, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_CLIENT_ITEMS_VL ,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_FVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_FVL, object_name:MTL_SYSTEM_ITEMS_FVL, status:VALID,
-
View: MTL_SYSTEM_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_VL, object_name:MTL_SYSTEM_ITEMS_VL, status:VALID, product: INV - Inventory , description: System Items multilingual view with concatenated segments column , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_VL ,
-
View: MTL_SYSTEM_ITEMS_FVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_FVL, object_name:MTL_SYSTEM_ITEMS_FVL, status:VALID, product: INV - Inventory , description: Base view for the Define System Items (INVIDITM) form MTL_SYSTEM_ITEMS block. This view is MLS enabled. , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_FVL ,
-
View: MTL_SYSTEM_ITEMS_FVL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_FVL, object_name:MTL_SYSTEM_ITEMS_FVL, status:VALID, product: INV - Inventory , description: Base view for the Define System Items (INVIDITM) form MTL_SYSTEM_ITEMS block. This view is MLS enabled. , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_FVL ,
-
APPS.ENG_COPY_TABLE_ROWS_PKG SQL Statements
12.1.1