SF_ISS_PID_VW(SQL View) |
Index Back |
---|---|
SF Issue Production ID View12/17/98 lee 8.0 enhancement force rank #1785. Sort by PID in descending order. 05/27/99 ST CN# SF800-13.0 Added PRODUCTION_TYPE to view as a list box item. |
select distinct a.business_unit, a.pick_batch_id, a.production_id, a.production_type from PS_SF_ISS_TRANSFER a where a.production_id > ' ' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | PICK_BATCH_ID | Number(10,0) | DECIMAL(10) NOT NULL | Pick Batch ID |
3 | PRODUCTION_ID | Character(10) | VARCHAR2(10) NOT NULL | Production 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 |