Search Results gmp_resource_instances
Overview
GMP_RESOURCE_INSTANCES is a table in the GMP schema (Process Manufacturing Process Planning) within Oracle E-Business Suite 12.1.1 and 12.2.2. As its description indicates, it stores Resource Instances—the discrete, individually tracked physical units or pieces of equipment belonging to a defined process manufacturing resource. Where a resource such as a machine type or mixing vessel is defined generically, this table records the actual serialized instances of that resource, capturing their identity, vendor, model, calibration, maintenance, and certification state.
The object is owned by the GMP schema and carries a documented physical schema of 58 columns in ETRM 12.2.2. The ETRM data vault classification for this object is standalone, meaning it is not modeled as a hub, link, or satellite in the heuristic FK structure. From a modeling-suggestion perspective, it behaves as a self-contained reference/master entity rather than a component of a normalized data vault, and its relationships are expressed through its own business keys rather than through documented foreign keys to dependent tables.
Key Information Stored
- EQUIPMENT_ITEM_ID and EQP_SERIAL_NUMBER — the two columns that make up the unique index GMP_RESOURCE_INSTANCES_U1, and therefore the documented business-key candidate pair for a resource instance. Together they identify a specific serialized equipment item within the resource framework.
- RESOURCE_ID — the resource to which the instance belongs, linking the physical unit back to its generic resource definition.
- INSTANCE_ID and INSTANCE_NUMBER — surrogate/identification values and a user-visible instance number for the tracked unit.
- VENDOR_ID, MODEL_NUMBER, SERIAL_NUMBER, and TRACKING_NUMBER — commercial and physical identity attributes of the equipment.
- EFF_START_DATE and EFF_END_DATE — effective-dating window controlling when the instance is valid for use.
- LAST_MAINTENANCE_DATE and MAINTENANCE_INTERVAL — maintenance scheduling metadata.
- CALIBRATION_FREQUENCY, CALIBRATION_PERIOD, CALIBRATION_ITEM_ID, LAST_CALIBRATION_DATE, and NEXT_CALIBRATION_DATE — calibration control fields that determine instrument validity.
- LAST_CERTIFICATION_DATE and CERTIFIED_BY — certification state and responsible party.
- INACTIVE_IND — status flag for disabling an instance without deleting it.
- LAST_SETUP_ID — reference to the most recent setup associated with the instance.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1 through ATTRIBUTE30 — the standard EBS descriptive flexfield (DFF) columns for extensibility.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and LAST_UPDATE_LOGIN — standard EBS audit (WHO) columns.
Common Use Cases and Queries
The primary use case is resource-instance resolution during process planning and execution: given a resource, determine which serialized instance is valid, calibrated, and certified before scheduling or releasing a batch. Typical operational reporting checks calibration and certification currency to enforce compliance and to flag instances approaching expiry.
A common query selects active, in-date instances for a resource:
SELECT instance_number, equipment_item_id, eqp_serial_number, next_calibration_date FROM gmp_resource_instances WHERE resource_id = :resource_id AND inactive_ind = 'N' AND TRUNC(SYSDATE) BETWEEN eff_start_date AND NVL(eff_end_date, SYSDATE);
Compliance and maintenance dashboards frequently group by calibration horizon:
SELECT equipment_item_id, eqp_serial_number, next_calibration_date FROM gmp_resource_instances WHERE next_calibration_date <= :horizon AND inactive_ind = 'N' ORDER BY next_calibration_date;
Reporting may also join to inventory or resource master data using EQUIPMENT_ITEM_ID and RESOURCE_ID, and pivot the ATTRIBUTE1–ATTRIBUTE30 columns where client-specific DFF segments carry additional tracking values.
Related Objects
The ETRM relationship data classifies this object as standalone, meaning no documented FK links exist within the mined structure. Logical associations implied by its columns include:
- Resource master — joined on RESOURCE_ID to relate the instance to its generic process resource.
- Equipment/inventory items — joined on EQUIPMENT_ITEM_ID (the PK component) to the associated item definition.
- Vendor master — joined on VENDOR_ID for supplier attribution.
- Calibration items — joined on CALIBRATION_ITEM_ID to calibration schedule definitions.
- Setup references — joined on LAST_SETUP_ID to the setup record governing the instance.
- Serialized equipment / eAM objects — correlated on EQP_SERIAL_NUMBER where serialized asset tracking is maintained.
The precise physical join columns are documented only for the primary key (EQUIPMENT_ITEM_ID, EQP_SERIAL_NUMBER) and the RESOURCE_ID association; other relationships should be validated against the specific implementation's data model.
-
Table: GMP_RESOURCE_INSTANCES
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_RESOURCE_INSTANCES, object_name:GMP_RESOURCE_INSTANCES, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table for Resource Instances , implementation_dba_data: GMP.GMP_RESOURCE_INSTANCES ,
-
Table: GMP_RESOURCE_INSTANCES
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_RESOURCE_INSTANCES, object_name:GMP_RESOURCE_INSTANCES, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table for Resource Instances , implementation_dba_data: GMP.GMP_RESOURCE_INSTANCES ,
-
SYNONYM: APPS.GMP_RESOURCE_INSTANCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMP_RESOURCE_INSTANCES, status:VALID,
-
SYNONYM: APPS.GMP_RESOURCE_INSTANCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMP_RESOURCE_INSTANCES, status:VALID,
-
VIEW: GMP.GMP_RESOURCE_INSTANCES#
12.2.2
owner:GMP, object_type:VIEW, object_name:GMP_RESOURCE_INSTANCES#, status:VALID,
-
VIEW: APPS.GMP_EAM_EQUIP_RESOURCES_V
12.2.2
-
VIEW: APPS.GMP_EAM_EQUIP_RESOURCES_V
12.1.1
-
APPS.GMP_CALENDAR_PKG SQL Statements
12.1.1
-
PACKAGE: APPS.GMP_RESOURCE_DTL_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GMP_RESOURCE_DTL_PUB, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
APPS.GMP_CALENDAR_PKG SQL Statements
12.2.2
-
APPS.GMD_SS_ERES_PKG SQL Statements
12.1.1
-
APPS.GMD_SS_ERES_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GMD_SS_ERES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SS_ERES_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: GMP.GMP_RESOURCE_INSTANCES#
12.2.2
-
PACKAGE BODY: APPS.GMD_SS_ERES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SS_ERES_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.GMP_RESOURCE_DTL_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GMP_RESOURCE_DTL_PUB, status:VALID,
-
PACKAGE BODY: APPS.GMP_EAM_DOWNTIME_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMP_EAM_DOWNTIME_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMP_EAM_DOWNTIME_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMP_EAM_DOWNTIME_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.GMP_APS_DS_PULL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMP_APS_DS_PULL, status:VALID,
-
PACKAGE BODY: APPS.GMD_QC_LABELS_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_QC_LABELS_UTIL, status:VALID,
-
PACKAGE BODY: APPS.GMP_RESOURCE_DTL_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMP_RESOURCE_DTL_PUB, status:VALID,
-
PACKAGE BODY: APPS.GMP_APS_OUTPUT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMP_APS_OUTPUT_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMD_QMREJ
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_QMREJ, status:VALID,
-
PACKAGE BODY: APPS.GMD_QMREJ
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_QMREJ, status:VALID,
-
PACKAGE BODY: APPS.GMP_CALENDAR_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMP_CALENDAR_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMD_QC_LABELS_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_QC_LABELS_UTIL, status:VALID,
-
PACKAGE BODY: APPS.GMP_APS_DS_PULL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMP_APS_DS_PULL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
APPS.GMP_EAM_DOWNTIME_PKG SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.GMP_APS_OUTPUT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMP_APS_OUTPUT_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMP_CALENDAR_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMP_CALENDAR_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.MSC_CL_GMP_UTILITY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_CL_GMP_UTILITY, status:VALID,
-
View: GMP_EAM_EQUIP_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMP.GMP_EAM_EQUIP_RESOURCES_V, object_name:GMP_EAM_EQUIP_RESOURCES_V, status:VALID, product: GMP - Process Manufacturing Process Planning , implementation_dba_data: APPS.GMP_EAM_EQUIP_RESOURCES_V ,
-
PACKAGE BODY: APPS.GME_MOBILE_LOVS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GME_MOBILE_LOVS, status:VALID,
-
PACKAGE BODY: APPS.GMP_RESOURCE_DTL_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMP_RESOURCE_DTL_PUB, status:VALID,
-
View: GMP_EAM_EQUIP_RESOURCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMP.GMP_EAM_EQUIP_RESOURCES_V, object_name:GMP_EAM_EQUIP_RESOURCES_V, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Equipment to resource mapping view , implementation_dba_data: APPS.GMP_EAM_EQUIP_RESOURCES_V ,
-
12.2.2 DBA Data
12.2.2
-
APPS.GMP_EAM_DOWNTIME_PKG SQL Statements
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.GME_MOBILE_LOVS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GME_MOBILE_LOVS, status:VALID,
-
PACKAGE BODY: APPS.MSC_CL_GMP_UTILITY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_CL_GMP_UTILITY, status:VALID,
-
PACKAGE BODY: APPS.GMD_SPEC_VRS_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SPEC_VRS_GRP, status:VALID,
-
PACKAGE BODY: APPS.GME_RESOURCE_ENGINE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GME_RESOURCE_ENGINE_PVT, status:VALID,