oats_alr_application_meetings

-1 rows


Description

An ALR APPLICATION MEETING is an assembly of ALR APPLICATION stakeholders to address the Application.

Columns

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

System generated sequence number to uniquely identify an ALR APPLICATION MEETING

alr_application_id int8 19 null
oats_alr_applications.alr_application_id oats_apmt_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.

alr_appl_meeting_code varchar 10 null
oats_alr_appl_meeting_codes.alr_appl_meeting_code oats_apmt_apmc_fk R

User supplied value to uniquely identify an ALR APPL MEETING CODE

meeting_date timestamp 29,6 null

Date the meeting was held.

location_desc varchar 4000 null

Description of where the meeting was held

participant_desc varchar 4000 null

Description of who participated in the meeting

description varchar 4000 null

Description of the APPLICATION MEETING

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 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_application_meetings_pkey Primary key Asc alr_application_meeting_id
oats_apmt_apmc_fk_i Performance Asc alr_appl_meeting_code
oats_apmt_appl_fk_i Performance Asc alr_application_id

Relationships