Skip to main content
Skip table of contents

PersonAddressAssoc (ver12.0.0)

This table links a Person record with a person’s address information. 

Column Name

Initial Version

Data Type

Description

AddressPriorityOrder

12.0.0

Number(10,0)

Indicates the preferred order in which the person’s addresses will be selected. Indexed with PersonID. Defaults to 1. Required.

AddressTypeCodeSetID12.0.0Number(16,0)Identification number of the associated CodeSet table row. Indexed. Required.
EndDate12.0.0DateLast day on which the address is related to the person. Defaults to NULL. Optional.

PersonAddressAssocID

12.0.0

Number(16,0)

Unique sequential number generated by the application. Indexed. Required.

PersonAddressID

12.0.0

Number(16,0)

Identification number of the associated Address table row. Indexed. Required.

PersonID12.0.0Number(16,0)Identification number of the associated Person table row pertaining to the phone number. Indexed with AddressPriorityOrder. Required.
StartDate12.0.0DateFirst day on which the address is related to the person. Defaults to NULL. Optional
WhenCreated12.0.0Timestamp(6)The date and time the record was created. Defaults to system date. Required.
WhenModified12.0.0

Timestamp(6)

The date and time the record was modified. Defaults to system date. Required.

WhoCreated

12.0.0

Varchar2(100)

The name of the person who created the record. Defaults to user. Required.

WhoModified

12.0.0

Varchar2(100)

The name of person who modified the record. Defaults to user. Required.

JavaScript errors detected

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

If this problem persists, please contact our support.