Search Results gmo_instr_instance_b
Overview
GMO_INSTR_INSTANCE_B is the instruction base table at execution time within the Oracle EBS Process Manufacturing module (GMO — Manufacturing Execution System for Process Manufacturing). It resides in the GMO schema and holds the runtime instance of production instructions that operators execute on the shop floor. Where instruction master data defines what should be done, GMO_INSTR_INSTANCE_B captures the specific instruction records generated and acknowledged during an actual production run, including acknowledgement state, operator confirmation, and task association.
From a Data Vault modeling perspective, the mined relationship data classifies this object heuristically as a standalone structure. In Data Vault terms, this suggests it behaves less like a pure hub or link anchored on shared business keys across the enterprise, and more like a self-contained artifact whose relationships are largely implicit through non-enforced references (such as instruction sets and tasks). The classification is a modeling suggestion only; the documented physical constraint is limited to a single primary key.
Key Information Stored
The table contains seventeen documented columns. The most operationally significant are:
- INSTRUCTION_ID — surrogate primary key (GMO_INSTR_INSTANCE_B_PK); the unique identifier for each execution-time instruction instance.
- INSTRUCTION_SET_ID — identifies the instruction set to which this instance belongs, grouping related instructions produced together.
- INSTR_SEQ — sequence number controlling the order in which instructions are presented or executed.
- INSTR_NUMBER — the business-facing instruction number visible to operators and reports.
- INSTR_STATUS — the current lifecycle state of the instruction instance.
- INSTR_ACKN_TYPE and OPERATOR_ACKN — the acknowledgement type required and the operator acknowledgement recorded against the instruction.
- TASK_ID, TASK_ATTRIBUTE, and TASK_ATTRIBUTE_ID — association to the underlying task and any task-level attribute captured for the instruction.
- TASK_ACKN_DATE and TASK_ACKN_STATUS — when the associated task was acknowledged and its acknowledgement status.
- Audit columns CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and LAST_UPDATE_LOGIN — standard WHO columns tracking record provenance.
The only documented unique index is the primary key on INSTRUCTION_ID; no separate business-key unique index is recorded in the ETRM metadata, meaning INSTR_NUMBER and INSTRUCTION_SET_ID plus INSTR_SEQ function as logical (non-enforced) identifying combinations.
Common Use Cases and Queries
Typical use cases include shop-floor execution monitoring, operator acknowledgement reporting, and reconciliation of instruction status against production completion. A frequent pattern retrieves all instances for a given instruction set in execution order:
SELECT instruction_id, instr_number, instr_seq, instr_status, operator_ackn FROM gmo.gmo_instr_instance_b WHERE instruction_set_id = :set_id ORDER BY instr_seq;- Tracking pending acknowledgements:
SELECT task_id, task_ackn_status, task_ackn_date FROM gmo.gmo_instr_instance_b WHERE instr_status = :status AND task_ackn_status IS NULL; - Audit and throughput reporting by creation window using CREATION_DATE and CREATED_BY.
- Joining task-level detail through TASK_ID to task execution tables for granular operator activity analysis.
Related Objects
The ETRM metadata documents this table as standalone, so enforced foreign keys are not listed. The following relationships are the most significant by naming and functional context:
- GMO_INSTR_INSTANCE_TL — translation table keyed by INSTRUCTION_ID for language-specific instruction text.
- Instruction set tables referenced through INSTRUCTION_SET_ID, defining the parent set of the instance.
- Task execution tables referenced through TASK_ID, providing task definition and status.
- GMO_INSTR_INSTANCE_TX or equivalent attribute/extension tables where instruction instance attributes are stored.
- Batch and production execution tables that consume instruction instances to drive operator screens.
- Task attribute tables joined via TASK_ATTRIBUTE_ID to resolve captured attribute values.
Because the vault classification is standalone, integration and reporting joins should be validated against instance data rather than relied upon as declarative constraints.
-
Table: GMO_INSTR_INSTANCE_B
12.2.2
owner:GMO, object_type:TABLE, fnd_design_data:GMO.GMO_INSTR_INSTANCE_B, object_name:GMO_INSTR_INSTANCE_B, status:VALID, product: GMO - Manufacturing Execution System for Process Manufacturing , description: Instruction base table at execution time , implementation_dba_data: GMO.GMO_INSTR_INSTANCE_B ,
-
Table: GMO_INSTR_INSTANCE_B
12.1.1
owner:GMO, object_type:TABLE, fnd_design_data:GMO.GMO_INSTR_INSTANCE_B, object_name:GMO_INSTR_INSTANCE_B, status:VALID, product: GMO - Manufacturing Execution System for Process Manufacturing , description: Instruction base table at execution time , implementation_dba_data: GMO.GMO_INSTR_INSTANCE_B ,
-
SYNONYM: APPS.GMO_INSTR_INSTANCE_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMO_INSTR_INSTANCE_B, status:VALID,
-
TRIGGER: APPS.GMO_INSTR_INSTANCE_DL
12.1.1
-
SYNONYM: APPS.GMO_INSTR_INSTANCE_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMO_INSTR_INSTANCE_B, status:VALID,
-
VIEW: APPS.GMO_INSTR_INSTANCE_VL
12.1.1
-
VIEW: APPS.GMO_INSTR_INSTANCE_VL
12.2.2
-
VIEW: GMO.GMO_INSTR_INSTANCE_B#
12.2.2
owner:GMO, object_type:VIEW, object_name:GMO_INSTR_INSTANCE_B#, status:VALID,
-
TRIGGER: APPS.GMO_INSTR_INSTANCE_UL
12.2.2
-
TRIGGER: APPS.GMO_INSTR_INSTANCE_DL
12.2.2
-
APPS.GMO_INSTR_INSTANCE_PKG SQL Statements
12.2.2
-
TRIGGER: APPS.GMO_INSTR_INSTANCE_UL
12.1.1
-
APPS.GMO_INSTR_INSTANCE_PKG SQL Statements
12.1.1
-
TRIGGER: APPS.GMO_INSTR_INSTANCE_IL
12.2.2
-
VIEW: GMO.GMO_INSTR_INSTANCE_B#
12.2.2
-
TRIGGER: APPS.GMO_INSTR_INSTANCE_IL
12.1.1
-
TABLE: GMO.GMO_INSTR_INSTANCE_B
12.1.1
owner:GMO, object_type:TABLE, fnd_design_data:GMO.GMO_INSTR_INSTANCE_B, object_name:GMO_INSTR_INSTANCE_B, status:VALID,
-
PACKAGE BODY: APPS.GMO_INSTR_INSTANCE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMO_INSTR_INSTANCE_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
TABLE: GMO.GMO_INSTR_INSTANCE_B
12.2.2
owner:GMO, object_type:TABLE, fnd_design_data:GMO.GMO_INSTR_INSTANCE_B, object_name:GMO_INSTR_INSTANCE_B, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.GMO_INSTR_INSTANCE_PKG
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.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.GMO_INSTR_INSTANCE_PKG
12.2.2
-
PACKAGE BODY: APPS.GMO_INSTR_INSTANCE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMO_INSTR_INSTANCE_PKG, status:VALID,
-
View: GMO_INSTR_INSTANCE_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMO.GMO_INSTR_INSTANCE_VL, object_name:GMO_INSTR_INSTANCE_VL, status:VALID, product: GMO - Manufacturing Execution System for Process Manufacturing , implementation_dba_data: APPS.GMO_INSTR_INSTANCE_VL ,
-
View: GMO_INSTR_INSTANCE_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMO.GMO_INSTR_INSTANCE_VL, object_name:GMO_INSTR_INSTANCE_VL, status:VALID, product: GMO - Manufacturing Execution System for Process Manufacturing , implementation_dba_data: APPS.GMO_INSTR_INSTANCE_VL ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.GMO_VBATCH_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMO_VBATCH_PVT, status:VALID,
-
VIEW: APPS.GMO_INSTR_INSTANCE_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMO.GMO_INSTR_INSTANCE_VL, object_name:GMO_INSTR_INSTANCE_VL, status:VALID,
-
PACKAGE BODY: APPS.GMO_INSTRUCTION_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMO_INSTRUCTION_PVT, status:VALID,
-
TABLE: GMO.GMO_INSTR_TASK_INSTANCE
12.2.2
owner:GMO, object_type:TABLE, fnd_design_data:GMO.GMO_INSTR_TASK_INSTANCE, object_name:GMO_INSTR_TASK_INSTANCE, status:VALID,
-
TABLE: GMO.GMO_INSTR_EREC_INSTANCE
12.1.1
owner:GMO, object_type:TABLE, fnd_design_data:GMO.GMO_INSTR_EREC_INSTANCE, object_name:GMO_INSTR_EREC_INSTANCE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.GMO_INSTR_INSTANCE_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMO.GMO_INSTR_INSTANCE_VL, object_name:GMO_INSTR_INSTANCE_VL, status:VALID,
-
PACKAGE BODY: APPS.GMO_VBATCH_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMO_VBATCH_PVT, status:VALID,
-
TABLE: GMO.GMO_INSTR_TASK_INSTANCE
12.1.1
owner:GMO, object_type:TABLE, fnd_design_data:GMO.GMO_INSTR_TASK_INSTANCE, object_name:GMO_INSTR_TASK_INSTANCE, status:VALID,
-
PACKAGE BODY: APPS.GMO_INSTRUCTION_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMO_INSTRUCTION_PVT, status:VALID,
-
TABLE: GMO.GMO_INSTR_EREC_INSTANCE
12.2.2
owner:GMO, object_type:TABLE, fnd_design_data:GMO.GMO_INSTR_EREC_INSTANCE, object_name:GMO_INSTR_EREC_INSTANCE, status:VALID,
-
TABLE: GMO.GMO_INSTR_APPR_INSTANCE
12.2.2
owner:GMO, object_type:TABLE, fnd_design_data:GMO.GMO_INSTR_APPR_INSTANCE, object_name:GMO_INSTR_APPR_INSTANCE, status:VALID,
-
TABLE: GMO.GMO_INSTR_APPR_INSTANCE
12.1.1
owner:GMO, object_type:TABLE, fnd_design_data:GMO.GMO_INSTR_APPR_INSTANCE, object_name:GMO_INSTR_APPR_INSTANCE, status:VALID,
-
TABLE: GMO.GMO_INSTR_EREC_INSTANCE_T
12.1.1
owner:GMO, object_type:TABLE, fnd_design_data:GMO.GMO_INSTR_EREC_INSTANCE_T, object_name:GMO_INSTR_EREC_INSTANCE_T, status:VALID,
-
TABLE: GMO.GMO_INSTR_TASK_INSTANCE_T
12.1.1
owner:GMO, object_type:TABLE, fnd_design_data:GMO.GMO_INSTR_TASK_INSTANCE_T, object_name:GMO_INSTR_TASK_INSTANCE_T, status:VALID,
-
TABLE: GMO.GMO_INSTR_EREC_INSTANCE_T
12.2.2
owner:GMO, object_type:TABLE, fnd_design_data:GMO.GMO_INSTR_EREC_INSTANCE_T, object_name:GMO_INSTR_EREC_INSTANCE_T, status:VALID,
-
TABLE: GMO.GMO_INSTR_TASK_INSTANCE_T
12.2.2
owner:GMO, object_type:TABLE, fnd_design_data:GMO.GMO_INSTR_TASK_INSTANCE_T, object_name:GMO_INSTR_TASK_INSTANCE_T, status:VALID,