MG_CAL_ALT_N_VW(SQL View) |
Index Back |
---|---|
MG Alt non work view |
select distinct a.business_unit, a.mfg_date, a.calendar_code, a.mfg_shift, a.mfg_month, a.mfg_year from PS_MG_CALENDRS_NON a, ps_bus_unit_opt_mg b where a.calendar_code = b.calendar_code_pr and a.business_unit = b.business_unit |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | MFG_DATE | Date(10) | DATE | Date |
3 | 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. |
4 | MFG_SHIFT | Signed Number(3,0) | DECIMAL(2) NOT NULL | MFG Shift |
5 | MFG_MONTH | Number(2,0) | SMALLINT NOT NULL | Month |
6 | MFG_YEAR | Number(4,0) | SMALLINT NOT NULL | Year |