person_complaint_xref_code

-1 rows


Description

Used to track the relationship type between person and complaint. For example: ‘ASSIGNEE’ = Assignee

Columns

Column Type Size Nulls Auto Default Children Parents Comments
person_complaint_xref_code varchar 10 null
person_complaint_xref.person_complaint_xref_code FK_person_complaint_xref__person_complaint_xref_code R

A human readable code used to identify a relationship type between a person and a complaint.

short_description varchar 50 null

The short description of the relationship type between a person and a complaint.

long_description varchar 250 null

The long description of the relationship type between a person and a complaint.

display_order int4 10 null

The order in which the values of the relationship type between a person and a complaint code table should be displayed when presented to a user in a list.

create_user_id varchar 32 null

The id of the user that created the relationship type between a person and a complaint.

create_utc_timestamp timestamp 29,6 null

The timestamp when the relationship type between a person and a complaint was created. The timestamp is stored in UTC with no Offset.

update_user_id varchar 32 null

The id of the user that updated the relationship type between a person and a complaint .

update_utc_timestamp timestamp 29,6 null

The timestamp when the relationship type between a person and a complaint was updated. The timestamp is stored in UTC with no Offset.

active_ind bool 1 true

Indexes

Constraint Name Type Sort Column(s)
PK_person_complaint_xref_code Primary key Asc person_complaint_xref_code

Relationships