BOL_STATE_VW(SQL View) |
Index Back |
---|---|
Bill of Lading State ViewView is used when construction the Shipping Bill of Lading. |
SELECT A.STATE, A.DESCR FROM PS_STATE_TBL A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | STATE | Character(6) | VARCHAR2(6) NOT NULL | State |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |