oats_alc_staffs

-1 rows


Description

Stores the list of ALC staffs that can be assigned to an application.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
alc_staff_id int8 19 null
oats_alr_applications.alc_staff_id oats_appl_as_fk R

System generated sequence number to uniquely identify an ALC staff.

login varchar 32 null

The LOGIN is the login of an ALC staff.

first_name varchar 40 null

The FIRST NAME is the first name of an ALC staff.

last_name varchar 40 null

The LAST NAME is the last name of an ALC staff.

email varchar 1000 null

The EMAIL is the email of an ALC staff.

department varchar 100 null

The DEPARTMENT is the department which the ALC staff belongs to.

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_alc_staffs_pkey Primary key Asc alc_staff_id

Relationships