Gender and pronoun record in HR. 

The HR_GENDER_DAT record keeps track of changes, and this PERSON_GENDER contains a single row of updated info. 

KeyRecord.FieldnameFormatXLATHeading TextNotes
EMPLID - Empl IDChar11
ID

REG_REGION - Regulatory RegionChar5
Reg Region

SEX - GenderChar1NSex


BIRTH_SEX - Birth SexChar2
Birth SexNOT using

PRONOUN - PronounChar2
Pronoun

The entire list is available on GENDER_PRON_DTL table.

SELECT * FROM SYSADM.PS_GENDER_PRON_DTL 
WHERE REG_REGION ='USA';


SEXUAL_ORIENTATION - Sexual OrientationChar2
Orientation

GENDER_IDENTITY - Gender IdentityChar2
Gender Identity

The entire list is available on GENDER_IDNT_DTL table.

SELECT * FROM SYSADM.PS_GENDER_IDNT_DTL 
WHERE REG_REGION ='USA';


ASOFDATE - As Of DateDate
As Of

SS_STAT_INDICATOR - Self Service Status IndicatorChar1NSS Status Ind

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.

Related page: