oats_address_types

-1 rows


Description

An ADDRESS TYPE gives context to an address. Some examples include: “Home”, “Shipping”, “Head Office”.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
address_type_cd varchar 10 null
oats_person_org_addresses.address_type_cd oats_pad_atp_fk R

ADDRESS TYPE CD is the unique identifier for ADDRESS TYPE

description varchar 100 null

The DESCRIPTION is the description of the address type.

effective_date timestamp 29,6 null

The EFFECTIVE DATE is the date that this became effective.

expiry_date timestamp 29,6 null

The EXPIRY DATE is a date that became obsolete and is no longer active or valid. Used for historical record keeping.

who_created varchar 32 null

WHO CREATED is the IDIR or Oracle userid of the person who created the record.

when_created timestamp 29,6 null

WHEN CREATED is the date/time that the record was created.

who_updated varchar 32 null

WHO UPDATED is the IDIR or Oracle userid of the person who updated the record.

when_updated timestamp 29,6 null

WHEN UPDATED is the date/time that the record was updated.

revision_count int8 19 0

REVISION COUNT is used by Hibernate to control optimistic locking

Indexes

Constraint Name Type Sort Column(s)
oats_address_types_pkey Primary key Asc address_type_cd

Relationships