SDN_DOB_LIST_VW

(SQL View)
Index Back

Date of Birth List

List of the Dat of Births for a given Financial Sanction entry.

SELECT SDN_ID ,SDN_ID_UID ,sdn_birth_date ,SDN_MAIN_ENTRY FROM PS_SDN_DOB_LIST

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SDN_ID Number(15,0) DECIMAL(15) NOT NULL Unique Identifier for a loaded Financial Sanction list.
2 SDN_ID_UID Number(15,0) DECIMAL(15) NOT NULL Unique identifier for an ID of a given entry.
3 SDN_BIRTH_DATE Character(20) VARCHAR2(20) NOT NULL Character based birth date since some SDN lists do not standardize on date formats.
4 SDN_MAIN_ENTRY Character(5) VARCHAR2(5) NOT NULL Signifies whether a list item entry is the main entry or not.