PL_WC_VW(SQL View) |
Index Back |
---|---|
PL_WC_VWPL_WC_VW |
SELECT A.PROBINST , A.BUSINESS_UNIT , A.RESOURCE_NAME , B.DESCR , A.CALENDAR_CODE , A.AGGREGATE_OPT_PL , A.PLAN_BUCKET , A.AGGREGATE_STRATEGY , A.AVAIL_PERCENTAGE , A.IGNORE_VIOLATIONS , A.DAILY_CAPACITY , A.PL_RES_TYPE FROM PS_PL_RESOURCES A , PS_EN_WORK_CENTER B WHERE A.PL_RES_TYPE='70' AND A.BUSINESS_UNIT =B.BUSINESS_UNIT AND A.RESOURCE_NAME =B.WORK_CENTER_CODE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROBINST | Character(20) | VARCHAR2(20) NOT NULL |
Optimization Problem Instance
Prompt Table: SP_PRBINS_NONVW |
2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: PL_PI_BU_IN_VW |
3 | RESOURCE_NAME | Character(10) | VARCHAR2(10) NOT NULL |
CN#PL800-21.0,24,0&33.0 MACN 5/21/99 - Created to identify the resources code for variable capacity over time.
Prompt Table: PL_PI_BU_RSC_VW |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | 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 | 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 |
7 | PLAN_BUCKET | Character(1) | VARCHAR2(1) NOT NULL |
08/03/99 MACN (CN#PL800-33.0) Changed the translate values from D, W, M to 0, 1, 2
0=Daily 1=Weekly 2=Monthly |
8 | AGGREGATE_STRATEGY | 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.
0=Start 1=Finish 2=Proportional |
9 | AVAIL_PERCENTAGE | Number(3,0) | SMALLINT NOT NULL | CN#PL800-33.0 MACN 07/13/99 - Utilization factor for aggregate resources. |
10 | 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 |
11 | DAILY_CAPACITY | Number(5,2) | DECIMAL(4,2) NOT NULL | Average Daily Hours |
12 | PL_RES_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
12/18/02 EGS (CN#PL880-1): Added
10=Crew 30=Machine 50=Tool 70=Work Center |