SF_PRDN_ESH_VW3(SQL View) |
Index Back |
|---|---|
SF Production End Shift View 311/12/2000 SPL CN#MG801-2.0 Created from SF_PRDN_ESH_VW, 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_due_date , a.prdn_due_shift 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 Due Date | |
| 6 | Signed Number(2,0) | DECIMAL(1) NOT NULL | Prdn Due Shift |