DBA Data[Home] [Help] [Dependency Information]


TABLE: MTH.MTH_SITE_SHIFT_DEFINITIONS

Object Details
Object Name: MTH_SITE_SHIFT_DEFINITIONS
Object Type: TABLE
Owner: MTH
FND Design Data: TableMTH.MTH_SITE_SHIFT_DEFINITIONS
Subobject Name:
Status: VALID


This table stores the definition of the shift template for a site in order to generate shift for all entities belonging to the site as well as the site itself


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
PLANT_FK_KEY NUMBER
Yes Reference to the Plant (Site)
SHIFT_NUM NUMBER
Yes Shift number
SHIFT_NAME VARCHAR2 (240) Yes Shift name
START_TIME VARCHAR2 (8) Yes 24 hours time format, i.e. 03:00:00
END_TIME VARCHAR2 (8) Yes 24 hours time format, i.e. 18:00:00
GRAVEYARD VARCHAR2 (30)
Graveyard shift code
SHIFT_TYPE VARCHAR2 (30)
The values are Both, Prod-shift, Non-prod-shift
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15)
Standard who column
LAST_UPDATED_BY NUMBER (15)
Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PLANT_FK_KEY
,      SHIFT_NUM
,      SHIFT_NAME
,      START_TIME
,      END_TIME
,      GRAVEYARD
,      SHIFT_TYPE
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM MTH.MTH_SITE_SHIFT_DEFINITIONS;

Dependencies

[top of page]

MTH.MTH_SITE_SHIFT_DEFINITIONS does not reference any database object

MTH.MTH_SITE_SHIFT_DEFINITIONS is referenced by following:

SchemaMTH
ViewMTH_SITE_SHIFT_DEFINITIONS#