SF_ISS_PA_VW(SQL View) |
Index Back |
---|---|
SF Issue Production Area View |
select distinct a.business_unit, a.pick_batch_id, a.prdn_area_code from PS_SF_ISS_TRANSFER a where a.prdn_area_code > ' ' |
# | 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 | PRDN_AREA_CODE | Character(10) | VARCHAR2(10) NOT NULL | Production Area |