SF_PRDN_SSH_VW4(SQL View) |
Index Back |
---|---|
SF Productn Start Shift View 411/12/2000 SPL CN#MG801-2.0 Created from SF_PRDN_SSH_VW, but with 20 < prod_status < 90 for use by the actual hours inquiry, the earned conversion cost inquiry, and the scrap cost inquiry. |
SELECT DISTINCT a.business_unit , a.prdn_area_code , a.inv_item_id , a.production_type , a.prdn_start_date , a.prdn_start_shift FROM PS_SF_PRDNID_HEADR a WHERE a.ma_prdn_id_flg = 'N' AND a.prod_status > '20' AND a.prod_status < '90' |
# | 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_START_DATE | Date(10) | DATE | Prdn Start Date |
6 | PRDN_START_SHIFT | Signed Number(2,0) | DECIMAL(1) NOT NULL | Prdn Start Shift |