Gender and pronoun record in HR. 

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

KeyRecord.FieldnameFormatXLATHeading TextNotes
EMPLID - Empl IDChar11
ID
ACTION_DT_SS - Termination DateDate
Term Date
EFFSEQ - Effective SequenceNum3.0
Sequence

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';


WF_STATUS - Workflow StatusChar1NWF Status


ORIGINATORID - Originator OperIDChar30
OperID

TRANSACTION_NAME - Transaction NameChar25
Tran Name

UPD_BY_USERID - Last User ID to UpdateChar30
Updated By

UPD_DTTM - Last Update Date/Time StampDateTm
Last Update Dat

MANUAL_UPD_USERID - Manual Update User IDChar30
Man Upd User ID

MANUAL_UPD_DTTM - Manual Update Date/Time StampDateTm
Man Upd DTTM

SS_STAT_INDICATOR - Self Service Status IndicatorChar1NSS Status Ind


SS_WARNING_FLG - Self Service Warning FlagChar1
SS Warning Flg

SS_FUTURE_FLG - Self Service Future FlagChar1
SS Future Flg

APPROVAL_REQUIRED - Approval Process?Char1NApproval Proc

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: