MG_CALENDAR_VW5(SQL View) |
Index Back |
---|---|
MFG WC Calendr Relative Cap VW |
select distinct a.business_unit, a.calendar_code, a.mfg_month, a.mfg_year from PS_MG_CALENDAR a group by a.business_unit, a.calendar_code, a.mfg_month, a.mfg_year |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | 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 | Number(2,0) | SMALLINT NOT NULL | Month | |
4 | Number(4,0) | SMALLINT NOT NULL | Year |