Previous Topic: ca_country TableNext Topic: ca_job_title Table


ca_job_function Table

Job function descriptions (CA-MDB).

Field

Data Type

Reference

Remarks

creation_date

INTEGER

 

Specifies the date when this record was created.

creation_user

nvarchar(64)

 

Specifies the user or process that created the record.

delete_time

INTEGER

 

Identifies the delete time.

description

nvarchar
(255)

 

Specifies the Job function description.

exclude_
registration

INTEGER

 

Indicates to exclude registration.

id

INTEGER

 

Identifies the unique (to the table) numeric job function ID.
Note: This is a Primary key.

inactive

INTEGER

Active_Boolean_
Table::enum

Sets the Active flag, as follows:
0—False (Active)
1—True (Inactive)

last_update_date

INTEGER

 

Specifies the date of when this record was last updated.

last_update_user

varchar(64)

 

Identifies the user or process that last updated the record.

name

varchar(100)

 

Identifies the job function name.

version_number

INTEGER

 

Specifies the version number for transaction integrity.