EN_SBWC_VW2(SQL View) |
Index Back |
---|---|
Work Center View |
SELECT DISTINCT WC.BUSINESS_UNIT , WC.AGGREGATE_OPT_PL , WC.IGNORE_VIOLATIONS , WC.WORK_CENTER_CODE , WC.DESCR FROM PS_EN_RTG_OPS OPS , PS_EN_WORK_CENTER WC WHERE OPS.BUSINESS_UNIT = WC.BUSINESS_UNIT AND OPS.WORK_CENTER_CODE = WC.WORK_CENTER_CODE AND OPS.RTG_TYPE = 'PR' AND OPS.RTG_STATE = 'PR' AND OPS.SUBCONTRACTED = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT Prompt Table: SP_BUMGOP_NONVW |
2 | AGGREGATE_OPT_PL | Character(1) | VARCHAR2(1) NOT NULL |
CN#PL800-21.0,24,0&33.0 MACN 5/21/99 - Changed the long/short name to match with Supply Chain Planning. Also added a new translate value '2' for aggregate by unit.
0=Detailed Planning 1=Aggregate Resource by Time 2=Aggregate Resource by Unit |
3 | IGNORE_VIOLATIONS | Character(1) | VARCHAR2(1) NOT NULL |
CN#PL800-21.0,24,0&33.0 MACN 5/21/99 - Created to differrentiate resources that should be repaired or not repaired.
N=N Y=Y |
4 | WORK_CENTER_CODE | Character(10) | VARCHAR2(10) NOT NULL |
Work Center
Prompt Table: EN_WORK_CENTER |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |