Search Results gmd_stability_studies_b
Overview
GMD_STABILITY_STUDIES_B is the base table that stores stability study definitions within the Oracle E-Business Suite Process Manufacturing Product Development module (GMD). A stability study describes a formal program for monitoring how a formulated product, item, or specification behaves over time under defined storage conditions, packaging configurations, and test intervals. This information supports shelf-life determination, regulatory submissions, and quality dispositioning. The table resides in the GMD schema and is documented as a valid object in both 12.1.1 and 12.2.2, with a physical schema of 68 columns in the 12.2.2 ETRM reference.
The heuristic Data Vault classification mined from the foreign key structure is standalone. In Data Vault modeling terms, this suggests the table functions primarily as a hub-like or independent entity rather than a pure link or satellite. Its relationships to other objects are driven principally through its surrogate key and organizational business key rather than through dense foreign key chains, which is consistent with a master definition object referenced by subordinate detail tables.
Key Information Stored
The table is anchored by the surrogate primary key SS_ID, defined through GMD_STABILITY_STUDIES_B_PK. A second unique index, GMD_STABILITY_STUDIES_B_U1, enforces the business-key combination of ORGN_CODE and SS_NO, meaning a stability study number is unique within an organization. Among the most operationally significant columns are:
- SS_NO — the user-visible stability study number.
- ORGN_CODE — the organizational code that scopes study numbering.
- STATUS — the lifecycle state of the study (for example, draft, active, or closed).
- ITEM_ID and INVENTORY_ITEM_ID — the item under study.
- STORAGE_PLAN_ID — foreign key to GMD_STORAGE_PLANS_B, defining the storage plan.
- BASE_SPEC_ID and STORAGE_SPEC_ID — the base and storage specifications applied to the study.
- QC_LAB_ORGN_CODE and LAB_ORGANIZATION_ID — the quality control laboratory responsible.
- SCHEDULED_START_DATE, SCHEDULED_END_DATE, REVISED_START_DATE, ACTUAL_START_DATE, and ACTUAL_END_DATE — planned, revised, and actual study timelines.
- RECOMMENDED_SHELF_LIFE and RECOMMENDED_SHELF_LIFE_UNIT — the resulting shelf-life recommendation.
- NOTIFICATION_LEAD_TIME and TESTING_GRACE_PERIOD — scheduling and alerting parameters.
- MATERIAL_SOURCES_CNT, STORAGE_CONDITIONS_CNT, and PACKAGES_CNT — denormalized counters for related detail records.
Standard EBS audit columns (CREATION_DATE, CREATED_BY, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN), a DELETE_MARK flag, descriptive flexfield columns ATTRIBUTE1 through ATTRIBUTE30, and MIGRATED_IND are also present.
Common Use Cases and Queries
Quality and product development teams query this table to track active stability programs, evaluate study timelines, and report shelf-life outcomes. A typical query retrieves active studies for a given organization:
SELECT ss_no, item_id, status, scheduled_end_date
FROM gmd.gmd_stability_studies_b
WHERE orgn_code = :orgn_code AND delete_mark = 0 AND status = 'ACTIVE';
Where shelf-life trending is required, reports aggregate RECOMMENDED_SHELF_LIFE by ITEM_ID. Because child tables such as GMD_SS_VARIANTS and GMD_SS_MATERIAL_SOURCES join on SS_ID, standard extract patterns begin from this base table and expand into the variant and material-source details.
Related Objects
The following objects participate most directly in the stability study data model:
- GMD_STORAGE_PLANS_B — referenced by GMD_STABILITY_STUDIES_B.STORAGE_PLAN_ID.
- GMD_SS_VARIANTS — references GMD_STABILITY_STUDIES_B.SS_ID.
- GMD_SS_MATERIAL_SOURCES — references GMD_STABILITY_STUDIES_B.SS_ID.
These child relationships, combined with the primary-key and alternate-key indexes, make GMD_STABILITY_STUDIES_B the central definition point for stability study processing in Process Manufacturing Product Development.
-
Table: GMD_STABILITY_STUDIES_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_STABILITY_STUDIES_B, object_name:GMD_STABILITY_STUDIES_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Stability Study , implementation_dba_data: GMD.GMD_STABILITY_STUDIES_B ,
-
Table: GMD_STABILITY_STUDIES_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_STABILITY_STUDIES_B, object_name:GMD_STABILITY_STUDIES_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Stability Study , implementation_dba_data: GMD.GMD_STABILITY_STUDIES_B ,
-
SYNONYM: APPS.GMD_STABILITY_STUDIES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMD_STABILITY_STUDIES_B, status:VALID,
-
APPS.GMD_STABILITY_STUDIES_GRP SQL Statements
12.1.1
-
SYNONYM: APPS.GMD_STABILITY_STUDIES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMD_STABILITY_STUDIES_B, status:VALID,
-
APPS.GMD_STABILITY_STUDIES_GRP SQL Statements
12.2.2
-
VIEW: APPS.GMD_STABILITY_STUDIES_VL
12.2.2
-
VIEW: APPS.GMD_STABILITY_STUDIES_VL
12.1.1
-
VIEW: GMD.GMD_STABILITY_STUDIES_B#
12.2.2
owner:GMD, object_type:VIEW, object_name:GMD_STABILITY_STUDIES_B#, status:VALID,
-
APPS.GMD_SS_LOT_WF_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GMD_STABILITY_STUDIES_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_STABILITY_STUDIES_PVT, status:VALID,
-
VIEW: GMD.GMD_STABILITY_STUDIES_B#
12.2.2
-
PACKAGE BODY: APPS.GMD_SS_BATCH_WF_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SS_BATCH_WF_PKG, status:VALID,
-
APPS.GMD_SS_LOT_WF_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GMD_SS_TIMEPOINT_WF_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SS_TIMEPOINT_WF_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMD_SS_WFLOW_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SS_WFLOW_GRP, 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_SS_TEST_WF_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SS_TEST_WF_PKG, 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.GMD_VARIANT_TIME_POINT_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_VARIANT_TIME_POINT_GRP, status:VALID,
-
PACKAGE BODY: APPS.GMD_STABILITY_STUDIES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_STABILITY_STUDIES_PVT, status:VALID,
-
PACKAGE BODY: APPS.GMD_VARIANT_TIME_POINT_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_VARIANT_TIME_POINT_GRP, status:VALID,
-
PACKAGE BODY: APPS.GMD_SS_TEST_WF_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SS_TEST_WF_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMD_SS_LATETEST_WF_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SS_LATETEST_WF_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMD_SS_TIMEPOINT_WF_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SS_TIMEPOINT_WF_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMD_SS_LATETEST_WF_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SS_LATETEST_WF_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMD_SS_BATCH_WF_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SS_BATCH_WF_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMD_QC_MIG12
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_QC_MIG12, status:VALID,
-
PACKAGE BODY: APPS.GMD_SS_WFLOW_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SS_WFLOW_GRP, status:VALID,
-
PACKAGE BODY: APPS.GMD_SS_LOT_WF_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SS_LOT_WF_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMD_STABILITY_STUDIES_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_STABILITY_STUDIES_GRP, status:VALID,
-
PACKAGE BODY: APPS.GMD_QC_ERES_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_QC_ERES_UTILS, status:VALID,
-
PACKAGE BODY: APPS.GMD_QC_ERES_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_QC_ERES_UTILS, status:VALID,
-
PACKAGE BODY: APPS.GMD_STABILITY_STUDIES_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_STABILITY_STUDIES_GRP, status:VALID,
-
PACKAGE BODY: APPS.GMD_SS_LOT_WF_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SS_LOT_WF_PKG, status:VALID,
-
APPS.GMD_STABILITY_STUDIES_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GMD_QC_MIG12
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_QC_MIG12, status:VALID,
-
APPS.GMD_SS_TEST_WF_PKG SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.GMD_SS_TEST_WF_PKG SQL Statements
12.1.1
-
APPS.GMD_STABILITY_STUDIES_PVT SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: GMD_STABILITY_STUDIES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_STABILITY_STUDIES_VL, object_name:GMD_STABILITY_STUDIES_VL, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_STABILITY_STUDIES_VL ,
-
12.2.2 DBA Data
12.2.2
-
View: GMD_STABILITY_STUDIES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_STABILITY_STUDIES_VL, object_name:GMD_STABILITY_STUDIES_VL, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_STABILITY_STUDIES_VL ,
-
PACKAGE BODY: APPS.GMD_SAMPLES_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_SAMPLES_GRP, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
APPS.GMD_QC_ERES_UTILS SQL Statements
12.1.1
-
APPS.GMD_QC_ERES_UTILS SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2