Search Results gr_item_doc_statuses
Overview
The GR_ITEM_DOC_STATUSES table is a core data object within Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2, specifically for the Process Manufacturing Regulatory Management (GR) module. Its primary role is to serve as a master status tracking entity for documents associated with items. The table maintains a single, current status record per unique combination of an item and a regulatory document type, effectively acting as a control point that summarizes the latest approval or change state for critical item documentation. This status is essential for enforcing compliance workflows, determining item availability for specific processes, and providing a consolidated view of an item's regulatory documentation health.
Key Information Stored
The table's structure is defined by its composite primary key, which consists of the ITEM_CODE and DOCUMENT_CODE columns. The ITEM_CODE links to the item master (GR_ITEM_GENERAL), while the DOCUMENT_CODE links to the definition of valid document types (GR_DOCUMENT_CODES). The most critical data point stored is the Item Document Status itself, which indicates the current lifecycle state (e.g., Draft, Pending Approval, Approved, Rejected) for that specific item-document pair. A pivotal supporting column is the LAST_CHANGE_DATE, which records the timestamp of the most recent status update, enabling audit trails and change tracking. The table is intentionally narrow, focusing on the current status snapshot rather than the detailed transactional history, which is typically managed in related detail tables.
Common Use Cases and Queries
A primary use case is generating compliance reports to identify items with incomplete or non-compliant documentation. For instance, a query might join GR_ITEM_DOC_STATUSES with GR_ITEM_GENERAL and GR_DOCUMENT_CODES to list all active items where a mandatory document (like a Safety Data Sheet) does not have an 'APPROVED' status. Another common operational query retrieves the status of all documents for a specific item to provide a complete compliance dashboard during item review or process order creation. The table is also central to programmatic logic within the GR module; APIs and forms frequently query this table to validate if an item's documentation is in a state that permits certain manufacturing or logistical transactions. A typical SQL pattern involves filtering on STATUS and joining to item master tables for descriptive information.
Related Objects
The GR_ITEM_DOC_STATUSES table is centrally positioned within the Regulatory Management schema, with defined relationships to several key tables:
- Referenced by Foreign Keys (This table references):
- GR_ITEM_GENERAL via
ITEM_CODE: This is the master table for regulated items. - GR_DOCUMENT_CODES via
DOCUMENT_CODE: This table defines the valid types of regulatory documents.
- GR_ITEM_GENERAL via
- Referenced by Foreign Keys (Other tables reference this):
- GR_ITEM_DOCUMENT_DTLS references via
(ITEM_CODE, DOCUMENT_CODE): This detail table holds the version history, attachments, and specific data for each item-document combination, relying on the status table for the current state.
- GR_ITEM_DOCUMENT_DTLS references via
The primary key constraint GR_ITEM_DOC_STATUSES_PK on (ITEM_CODE, DOCUMENT_CODE) enforces the one-current-status rule and is the anchor for these relationships.
-
Table: GR_ITEM_DOC_STATUSES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_DOC_STATUSES, object_name:GR_ITEM_DOC_STATUSES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the last change date and Item Document Status. , implementation_dba_data: GR.GR_ITEM_DOC_STATUSES ,
-
Table: GR_ITEM_DOC_STATUSES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_DOC_STATUSES, object_name:GR_ITEM_DOC_STATUSES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the last change date and Item Document Status. , implementation_dba_data: GR.GR_ITEM_DOC_STATUSES ,
-
APPS.GR_ITEM_DOC_STATUSES_PKG dependencies on GR_ITEM_DOC_STATUSES
12.2.2
-
APPS.GR_ITEM_DOC_STATUSES_PKG dependencies on GR_ITEM_DOC_STATUSES
12.1.1
-
APPS.GR_ITEM_GENERAL_PKG dependencies on GR_ITEM_DOC_STATUSES
12.1.1
-
APPS.GR_PROCESS_ORDERS dependencies on GR_ITEM_DOC_STATUSES
12.2.2
-
APPS.GR_ITEM_GENERAL_PKG dependencies on GR_ITEM_DOC_STATUSES
12.2.2
-
APPS.GR_DOCUMENT_CODES_PKG dependencies on GR_ITEM_DOC_STATUSES
12.1.1
-
APPS.GR_PROCESS_ORDERS dependencies on GR_ITEM_DOC_STATUSES
12.1.1
-
APPS.GR_DOCUMENT_CODES_PKG dependencies on GR_ITEM_DOC_STATUSES
12.2.2
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_ITEM_DOC_STATUSES
12.2.2
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_ITEM_DOC_STATUSES
12.1.1
-
VIEW: GR.GR_ITEM_DOC_STATUSES#
12.2.2
owner:GR, object_type:VIEW, object_name:GR_ITEM_DOC_STATUSES#, status:VALID,
-
SYNONYM: APPS.GR_ITEM_DOC_STATUSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GR_ITEM_DOC_STATUSES, status:VALID,
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_GENERIC_ITEMS_B
12.2.2
-
VIEW: GR.GR_ITEM_DOC_STATUSES#
12.2.2
-
SYNONYM: APPS.GR_ITEM_DOC_STATUSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GR_ITEM_DOC_STATUSES, status:VALID,
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_GENERIC_ITEMS_B
12.1.1
-
APPS.GR_ITEM_DOC_STATUSES_PKG SQL Statements
12.2.2
-
APPS.GR_ITEM_DOC_STATUSES_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GR_DOCUMENT_CODES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_DOCUMENT_CODES_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_ITEM_DOC_STATUSES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_ITEM_DOC_STATUSES_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_DOCUMENT_CODES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_DOCUMENT_CODES_PKG, status:VALID,
-
Table: GR_DOCUMENT_CODES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_DOCUMENT_CODES, object_name:GR_DOCUMENT_CODES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the date format and determines whether detailed ingredient, toxic, and exposure information displays or prints on the document. Also allows customization of the appearance of the detailed elements. , implementation_dba_data: GR.GR_DOCUMENT_CODES ,
-
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 ,
-
TABLE: GR.GR_ITEM_DOC_STATUSES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_DOC_STATUSES, object_name:GR_ITEM_DOC_STATUSES, status:VALID,
-
TABLE: GR.GR_ITEM_DOC_STATUSES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_DOC_STATUSES, object_name:GR_ITEM_DOC_STATUSES, status:VALID,
-
PACKAGE BODY: APPS.GR_ITEM_DOC_STATUSES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_ITEM_DOC_STATUSES_PKG, status:VALID,
-
Table: GR_DOCUMENT_CODES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_DOCUMENT_CODES, object_name:GR_DOCUMENT_CODES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the date format and determines whether detailed ingredient, toxic, and exposure information displays or prints on the document. Also allows customization of the appearance of the detailed elements. , implementation_dba_data: GR.GR_DOCUMENT_CODES ,
-
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_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 ,
-
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 ,
-
PACKAGE BODY: APPS.GR_PROCESS_ORDERS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PROCESS_ORDERS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.GR_PROCESS_DOCUMENTS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GR_PROCESS_DOCUMENTS, status:VALID,
-
PACKAGE: APPS.GR_PROCESS_DOCUMENTS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GR_PROCESS_DOCUMENTS, 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,
-
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 ,
-
PACKAGE BODY: APPS.GR_PROCESS_ORDERS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PROCESS_ORDERS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.GR_ITEM_DOC_STATUSES_PKG
12.2.2
-
PACKAGE BODY: APPS.GR_ITEM_DOC_STATUSES_PKG
12.1.1