SF_PRDN_ESH_VW5(SQL View) |
Index Back |
|---|---|
SF Production End Shift View |
| 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 , ps_sf_variances b WHERE a.ma_prdn_id_flg = 'N' AND a.business_unit = b.business_unit AND a.production_id = b.production_id AND (EXISTS ( SELECT 'x' FROM ps_sf_vars_detail c WHERE a.business_unit = c.BUSINESS_UNIT AND a.production_id = c.production_id) OR EXISTS ( SELECT 'x' FROM PS_SF_CFGVAR_DET d WHERE a.business_unit = d.BUSINESS_UNIT AND a.production_id = d.PRODUCTION_ID)) |
| # | 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 |