| SF_PRDN_SD1_VW3(SQL View) | Index Back | 
|---|---|
| SF Productn. Start Date View 311/12/2000 SPL CN#MG801-2.0 Created from SF_PRDN_SD1_VW2, but with 10 < prod_status < 90 for use by Production Output Mix Inquiry. | 
| SELECT DISTINCT a.business_unit , a.prdn_area_code , a.inv_item_id , a.production_type , a.prdn_start_date , a.prdn_due_date , a.new_prdn_qty , a.prod_status , a.completed_qty , a.expected_prdn_qty FROM PS_SF_PRDNID_HEADR a WHERE a.ma_prdn_id_flg='N' AND a.prod_status > '10' AND a.prod_status < '90' | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Production Area | |
| 3 | Character(18) | VARCHAR2(18) NOT NULL | Item ID | |
| 4 | 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 | Date(10) | DATE | Prdn Start Date | |
| 6 | PRDN_DUE_DATE | Date(10) | DATE | Prdn Due Date | 
| 7 | NEW_PRDN_QTY | Number(12,4) | DECIMAL(11,4) NOT NULL | Production Start Qty | 
| 8 | 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 | 
| 9 | COMPLETED_QTY | Signed Number(13,4) | DECIMAL(11,4) NOT NULL | Completed Qty | 
| 10 | EXPECTED_PRDN_QTY | Number(12,4) | DECIMAL(11,4) NOT NULL | Production End Qty |