Search Results mr_shdy_hdr
Overview
The MR_SHDY_HDR table is a core data object within the Oracle E-Business Suite (EBS) Process Manufacturing (GMP) module, specifically for Process Planning. It functions as the master header table for defining and storing shop day calendars. In manufacturing planning, a shop day calendar defines the operational working days and shifts for a production facility, which is critical for accurate scheduling, capacity planning, and material requirement calculations. This table provides the foundational definition upon which detailed shift schedules and specific shop calendar assignments are built, enabling the system to differentiate between working and non-working days for production activities.
Key Information Stored
The primary data stored in MR_SHDY_HDR revolves around the unique identification and description of a shop day calendar. The table's structure, as indicated by its primary and foreign key relationships, centers on the SHOPDAY_NO column, which serves as the unique identifier (Primary Key: MR_SHDY_HDR_PK) for each calendar. Another significant column is TEXT_CODE, which forms a foreign key relationship to the FM_TEXT_HDR table. This link is standard in Oracle EBS for associating descriptive, translatable text notes or comments with the shop day definition, allowing for detailed explanations or instructions regarding the calendar's use.
Common Use Cases and Queries
This table is primarily accessed during master data setup for process manufacturing and during runtime scheduling operations. A common use case is the creation and maintenance of shop calendars, which are then assigned to production lines or resources. For reporting and integration, typical queries involve joining this header to its detail lines or related shop calendar tables. A fundamental query to retrieve a list of all defined shop day calendars with their associated descriptive text would be:
- SELECT msdh.shopday_no, fth.text
FROM gmp.mr_shdy_hdr msdh,
fnd.fm_text_hdr fth
WHERE msdh.text_code = fth.text_code(+);
Another critical pattern involves validating the existence of a shop day calendar before assigning it to a production schedule or checking its utilization across the system by joining to dependent tables like MR_SHCL_HDR.
Related Objects
The MR_SHDY_HDR table is central to a network of related objects within the GMP schema. Its primary foreign key relationships, as documented, are:
- MR_SHDY_DTL: The detail table (MR_SHDY_DTL.SHOPDAY_NO) that holds specific shift definitions (e.g., start time, end time) for each shop day calendar.
- MR_SHCL_HDR: The shop calendar header table, which references MR_SHDY_HDR multiple times (via columns DAY1 through DAY7). This structure allows a weekly shop calendar to be composed of specific shop day definitions for each day of the week.
- MR_SHCL_DTL: Another detail table (MR_SHCL_DTL.SHOPDAY_NO) that likely provides further assignment or exception details for shop days within a calendar.
- FM_TEXT_HDR: A cross-module table for descriptive text (MR_SHDY_HDR.TEXT_CODE), demonstrating integration with the EBS foundation layer.
-
Table: MR_SHDY_HDR
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_SHDY_HDR, object_name:MR_SHDY_HDR, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Shop day header. , implementation_dba_data: GMP.MR_SHDY_HDR ,
-
Table: MR_SHDY_HDR
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_SHDY_HDR, object_name:MR_SHDY_HDR, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Shop day header. , implementation_dba_data: GMP.MR_SHDY_HDR ,
-
Table: MR_SHCL_HDR
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_SHCL_HDR, object_name:MR_SHCL_HDR, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Shop calendar header. , implementation_dba_data: GMP.MR_SHCL_HDR ,
-
Table: MR_SHCL_HDR
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_SHCL_HDR, object_name:MR_SHCL_HDR, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Shop calendar header. , implementation_dba_data: GMP.MR_SHCL_HDR ,
-
SYNONYM: APPS.MR_SHDY_HDR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MR_SHDY_HDR, status:VALID,
-
SYNONYM: APPS.MR_SHDY_HDR
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MR_SHDY_HDR, status:VALID,
-
VIEW: APPS.GMP_RSRC_CAL_V
12.2.2
-
VIEW: GMP.MR_SHDY_HDR#
12.2.2
owner:GMP, object_type:VIEW, object_name:MR_SHDY_HDR#, status:VALID,
-
VIEW: GMP.MR_SHDY_HDR#
12.2.2
-
VIEW: APPS.GMP_RSRC_CAL_V
12.1.1
-
TABLE: GMP.MR_SHDY_HDR
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_SHDY_HDR, object_name:MR_SHDY_HDR, status:VALID,
-
TABLE: GMP.MR_SHDY_HDR
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_SHDY_HDR, object_name:MR_SHDY_HDR, status:VALID,
-
Table: MR_SHDY_DTL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_SHDY_DTL, object_name:MR_SHDY_DTL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Shop day detail. , implementation_dba_data: GMP.MR_SHDY_DTL ,
-
Table: MR_SHCL_DTL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_SHCL_DTL, object_name:MR_SHCL_DTL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Shop calendar details. , implementation_dba_data: GMP.MR_SHCL_DTL ,
-
Table: MR_SHCL_DTL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_SHCL_DTL, object_name:MR_SHCL_DTL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Shop calendar details. , implementation_dba_data: GMP.MR_SHCL_DTL ,
-
View: GMP_RSRC_CAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMP.GMP_RSRC_CAL_V, object_name:GMP_RSRC_CAL_V, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource calendar view , implementation_dba_data: APPS.GMP_RSRC_CAL_V ,
-
View: GMP_RSRC_CAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMP.GMP_RSRC_CAL_V, object_name:GMP_RSRC_CAL_V, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource calendar view , implementation_dba_data: APPS.GMP_RSRC_CAL_V ,
-
Table: MR_SHDY_DTL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.MR_SHDY_DTL, object_name:MR_SHDY_DTL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Shop day detail. , implementation_dba_data: GMP.MR_SHDY_DTL ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: FM_TEXT_HDR
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_TEXT_HDR, object_name:FM_TEXT_HDR, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table used to store text types for Formula Model , implementation_dba_data: GMD.FM_TEXT_HDR ,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.GMP_RSRC_CAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMP.GMP_RSRC_CAL_V, object_name:GMP_RSRC_CAL_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.GMP_RSRC_CAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMP.GMP_RSRC_CAL_V, object_name:GMP_RSRC_CAL_V, status:VALID,
-
eTRM - GMP Tables and Views
12.2.2
description: * NOT USED * ,
-
eTRM - GMP Tables and Views
12.1.1
description: * NOT USED * ,
-
12.2.2 FND Design Data
12.2.2
-
Table: FM_TEXT_HDR
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_TEXT_HDR, object_name:FM_TEXT_HDR, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table used to store text types for Formula Model , implementation_dba_data: GMD.FM_TEXT_HDR ,
-
eTRM - GMP Tables and Views
12.1.1
description: * NOT USED * ,
-
eTRM - GMP Tables and Views
12.2.2
description: * NOT USED * ,
-
APPS.MSC_CL_GMP_UTILITY SQL Statements
12.1.1
-
APPS.MSC_CL_GMP_UTILITY SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.MSC_CL_GMP_UTILITY
12.1.1
-
PACKAGE BODY: APPS.MSC_CL_GMP_UTILITY
12.2.2