APS_WCONLY_VW(SQL View) |
Index Back |
---|---|
APS Integ Workcenter View |
SELECT W.BUSINESS_UNIT , W.WORK_CENTER_CODE , W.DESCR , W.DESCRSHORT , W.CALENDAR_CODE , SC.SETID FROM PS_EN_WORK_CENTER W , PS_SET_CNTRL_REC SC WHERE SC.SETCNTRLVALUE = W.BUSINESS_UNIT AND SC.RECNAME = 'MASTER_ITEM_TBL' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | WORK_CENTER_CODE | Character(10) | VARCHAR2(10) NOT NULL | Work Center |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
5 | 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. |
6 | ITM_SETID | Character(5) | VARCHAR2(5) NOT NULL | Item SetID |