MG_CALENDAR_VW(SQL View) |
Index Back |
---|---|
Production Calendar View03/04/97 RPS (CN# MG700-1.0): Added Calendar_Code field for Calendar Code Enhancement. |
select a.business_unit, a.calendar_code, a.mfg_date, a.mfg_shift, a.mfg_shift_cd, a.mfg_month, a.mfg_year,a.mfg_rel_cap from PS_MG_CALENDAR a |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | CALENDAR_CODE | Character(10) | VARCHAR2(10) NOT NULL | This code is for a group of dates associated with exchange (stock, money, commodity) traded future or option contracts. |
3 | MFG_DATE | Date(10) | DATE | Date |
4 | MFG_SHIFT | Signed Number(3,0) | DECIMAL(2) NOT NULL | MFG Shift |
5 | MFG_SHIFT_CD | Number(2,0) | SMALLINT NOT NULL | Shift Code |
6 | MFG_MONTH | Number(2,0) | SMALLINT NOT NULL | Month |
7 | MFG_YEAR | Number(4,0) | SMALLINT NOT NULL | Year |
8 | MFG_REL_CAP | Number(13,2) | DECIMAL(12,2) NOT NULL | Relative Capacity |