Skip to main content
Skip table of contents

PSSIS_Person_Email (ver12.0.1)

This view may be used for querying the student contact schema. It returns all of a person's associated email addresses.

Column NameInitial VersionData TypeDescription

PersonDCID

12.0.1

Number(16,0)

[From Person] The person's internal DCID in the Person table. Indexed.

PersonID

12.0.1

Number(16,0)

[From Person] The person's internal ID in the Person table. Indexed.

PersonEmailAddressAssocID

12.0.1

Number(16,0)

[From PersonEmailAddressAssoc] The primary key for a person email address association. Indexed.

EmailTypeCodeSetID

12.0.1

Number(16,0)

[From CodeSet] The internal ID for the email type code in the CodeSet table. Indexed.

EmailType

12.0.1

Varchar2(40)

[From CodeSet] The email type code.

EmailTypeDesc

12.0.1

Varchar2(2000)

[From CodeSet] The email type code description.

EmailTypeDisp

12.0.1

Varchar2(100)

[From CodeSet] The email type code display value.

EmailAddressPriorityOrder

12.0.1

Number(10,0)

[From PersonEmailAddressAssoc] The original priority (sort) order of the person's email address.

IsPrimaryEmailAddress

12.0.1

Number(1,0)

[From PersonEmailAddressAssoc] Indicates whether this is the person's primary email address. The system allows only one primary email address for a person at a time.

EmailAddress

12.0.1

Varchar2(255)

[From EmailAddress] An email address for a person.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.