This table is effective dated.

KeyRecord.FieldnameFormatXLATHeading Text

DESCR - DescriptionChar30
Descr

DESCRSHORT - Short DescriptionChar10
Short Desc
EFFDT - Effective DateDate
Eff Date
POSITION_NBR - Position NumberChar8
Position

Data Dictionary Links

Clicking the linked (blue) fields in any table will take you to the Data Dictionary and provide you with more information about that field as well as field values if they are available.

SQL for POSITION_VIEW
SELECT 
POSITION_NBR, 
EFFDT, 
DESCR, 
DESCRSHORT 
FROM PS_POSITION_DATA;