oats_alr_unvalidated_app_data

-1 rows


Description

Holds unvalidated data for an application currently IN PROGRESS. It is saved here until the application is validated and complete, then saved into the actual tables.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
alr_unvalidated_app_data_id int8 19 null

System generated sequence number to uniquely identify an UNVALIDATED APP DATA.

alr_application_id int8 19 null
oats_alr_applications.alr_application_id oats_auad_appl_fk R

System generated sequence number to uniquely identify an ALR APPLICATION. This is also used as the ALR APPLICATION’S external reference number.

property_name varchar 1000 null

PROPERTY NAME is a path that identifies a field in the OATS Portal data model.

property_value varchar 4000 null

PROPERTY VALUE is the user-specified value corresponding to PROPERY NAME.

who_created varchar 32 null

WHO CREATED is the BCEID, 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 BCEID, IDIR or Oracle userid of the person who last updated the record.

when_updated timestamp 29,6 null

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

revision_count int8 19 0

REVISION COUNT is used by Hibernate to control optimistic locking

Indexes

Constraint Name Type Sort Column(s)
oats_alr_unvalidated_app_data_pkey Primary key Asc alr_unvalidated_app_data_id
oats_alr_unvalidated_app_data_alr_application_id_property_n_key Must be unique Asc/Asc alr_application_id + property_name
oats_auad_appl_fk_i Performance Asc alr_application_id
oats_auad_uk Must be unique Asc/Asc alr_application_id + property_name

Relationships