ORDENT_SHPRY_VW(SQL View) | 
Index Back | 
|---|---|
Shipping Priority CodeOrder entry view on ship priority codes. | 
| SELECT setid , ship_priority_id , effdt , eff_status , descr , descrshort , priority_nbr FROM PS_SHIP_PRIORITY | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | Character(6) | VARCHAR2(6) NOT NULL | Shipping Priority Code | |
| 3 | Date(10) | DATE | Effective Date | |
| 4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL | 
Effective Status
 A=Active I=Inactive  | 
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description | 
| 6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description | 
| 7 | PRIORITY_NBR | Number(3,0) | SMALLINT NOT NULL | Priority |