SF_PRDN_ED1_VW2(SQL View) |
Index Back |
---|---|
SF Production End Date View2/*CS 4/12/00 CN#EN800-6.0 this view is non distinct for prduction end date.*/ |
SELECT a.business_unit , a.prdn_area_code , a.inv_item_id , a.production_type , a.prdn_due_date , a.production_id , a.prdn_start_date , a.new_prdn_qty , a.expected_prdn_qty , a.prod_status , a.completed_qty FROM PS_SF_PRDNID_HEADR a WHERE a.ma_prdn_id_flg='N' AND a.prod_status <= '40' AND a.prod_status >= '10' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | PRDN_AREA_CODE | Character(10) | VARCHAR2(10) NOT NULL | Production Area |
3 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
4 | PRODUCTION_TYPE | Character(2) | VARCHAR2(2) NOT NULL |
JNW 11/1/98 (CN#SF800-13) activated teardown xlat
PR=Production RW=Rework SV=Service TD=Teardown |
5 | PRDN_DUE_DATE | Date(10) | DATE | Prdn Due Date |
6 | PRODUCTION_ID | Character(10) | VARCHAR2(10) NOT NULL |
Production ID
Default Value: NEXT |
7 | PRDN_START_DATE | Date(10) | DATE | Prdn Start Date |
8 | NEW_PRDN_QTY | Number(12,4) | DECIMAL(11,4) NOT NULL | Production Start Qty |
9 | EXPECTED_PRDN_QTY | Number(12,4) | DECIMAL(11,4) NOT NULL | Production End Qty |
10 | PROD_STATUS | Character(2) | VARCHAR2(2) NOT NULL |
Production Status
10=Entered 15=Firmed 20=Released 30=In Process 40=Pend Cmpl 50=Completed 60=Clsd/Labor 70=Clsd/Acctg 90=Canceled |
11 | COMPLETED_QTY | Signed Number(13,4) | DECIMAL(11,4) NOT NULL | Completed Qty |