PL_PLNPRD_OU_VW

(SQL View)
Index Back

PL_PLNPRD_OU_VW

PL_PLNPRD_OU_VW

SELECT %subrec(PL_PLNPRD_OUSBR, A) , B.INV_ITEM_ID , B.CONFIG_CODE , B.PLAN_START_DTTM , B.PLAN_END_DTTM , B.PLAN_FROZEN_FLG , B.FROZEN_SUBSTITUTES , B.INCL_QTY_FLG , B.PL_PLAN_STATUS , B.PRIORITY_RANK , B.APPROVED_FLG , B.NEW_PRDN_QTY , B.EXPECTED_PRDN_QTY , B.RTG_CODE , B.BOM_CODE , B.CUM_YIELD FROM PS_PL_PLNPRD_OUT A , PS_PL_PLNPRD_HEADR B WHERE A.PROBINST = B.PROBINST AND A.BUSINESS_UNIT = B.BUSINESS_UNIT AND A.PL_SEQ_NBR = B.PL_SEQ_NBR

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 PROBINST Character(20) VARCHAR2(20) NOT NULL Optimization Problem Instance
2 PL_SEQ_NBR Number(9,0) DECIMAL(9) NOT NULL 01/09/02 EGS (CN#PL900-1): Added
3 MG_OUTPUT_TYPE Character(2) VARCHAR2(2) NOT NULL 10/22/98 (CN#EN800-6.0) LAJ...Created Stores the output item type on a Bill of Materials. The type could represent either a co-product (primary or secondary) or a by-product (waste or recycle). 11/23/98 (CN#SF800-13) JNW added teardown xlat
CP=Primary
CS=Co-Product
RB=Recycle
TD=Teardown
WB=Waste
4 MG_OUTPUT_ITEM Character(18) VARCHAR2(18) NOT NULL 04/10/00 (Internet Architecture) SCC: Uppercase label Id. 10/22/98 (CN#EN800-6.0) LAJ...Created Stores the output item number on a Bill of Materials. This item may be either a co-product or a by-product on the BOM. The output type field determines which one it represents. There should always be at least one output item on the BOM at all times; this output item is the same as the BOMs item id.

Prompt Table: PL_PI_BU_ITM_VW

5 OP_SEQUENCE Number(4,0) SMALLINT NOT NULL Operation Sequence
6 QTY_CODE Character(3) VARCHAR2(3) NOT NULL Per
ASY=Assembly
ORD=Order
7 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
8 MG_OUTPUT_SCHD_QTY Number(12,4) DECIMAL(11,4) NOT NULL Schedule qty
9 REMAINING_QTY Signed Number(17,4) DECIMAL(15,4) NOT NULL 08/16/01 JNW (CN#PL900-1.0): Added
10 VERSION Number(10,0) DECIMAL(10) NOT NULL Version. Internal PeopleTools version for controlling caching of object. - Version/Table reference
11 INV_ITEM_ID Character(18) VARCHAR2(18) NOT NULL Item ID
12 CONFIG_CODE Character(50) VARCHAR2(50) NOT NULL Product Configurator
13 PLAN_START_DTTM DateTime(26) TIMESTAMP 08/29/01 EGS (CN#PL900-1): Added.
14 PLAN_END_DTTM DateTime(26) TIMESTAMP 08/29/01 EGS (CN#PL900-1): Added.
15 PLAN_FROZEN_FLG Character(1) VARCHAR2(1) NOT NULL 11/01/01 PCL (CN#PL900-1): Updated
N=No
Y=Yes

Y/N Table Edit

16 FROZEN_SUBSTITUTES Character(1) VARCHAR2(1) NOT NULL Frozen Substitutes
B=Both
N=No
Y=Yes
17 INCL_QTY_FLG Character(1) VARCHAR2(1) NOT NULL Include Quantity
B=Both
N=No
Y=Yes

Y/N Table Edit

18 PL_PLAN_STATUS Character(2) VARCHAR2(2) NOT NULL 11/01/01 PCL (CN#PL900-1): Added
05=Planned
15=Firmed
90=Canceled
19 PRIORITY_RANK Number(3,0) SMALLINT NOT NULL Priority rank value of demand prioritization rule
20 APPROVED_FLG Character(1) VARCHAR2(1) NOT NULL Approved by Auditor
D=Denied
N=Not Approved
Y=Approved

Y/N Table Edit

21 NEW_PRDN_QTY Number(12,4) DECIMAL(11,4) NOT NULL Production Start Qty
22 EXPECTED_PRDN_QTY Number(12,4) DECIMAL(11,4) NOT NULL Production End Qty
23 RTG_CODE Number(2,0) SMALLINT NOT NULL Routing Code
24 BOM_CODE Number(2,0) SMALLINT NOT NULL CN# EN800-3.0, anna 09/21 added new field to database
25 CUM_YIELD Number(8,4) DECIMAL(7,4) NOT NULL Expected Yield %