Previous Topic: ca_resource_cost_center TableNext Topic: ca_resource_family Table


ca_resource_department Table

Department that a resource is assigned to and associated with.

Field

Data Type

Reference

Remarks

creation_date

INTEGER

 

Specifies the date of when this record was created.

creation_user

nvarchar(64)

 

Indicates the user or process that created this record.

delete_time

INTEGER

 

Indicates the time of deletion.

description

nvarchar(255)

 

Specifies the department description.

exclude_registration

INTEGER

 

Specifies to exclude registration.

id

INTEGER

 

Primary key that is also the resource department id.

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

nvarchar(64)

 

Specifies the user or process that last updated the record.

name

nvarchar(100)

 

Identifies the unique department name.

version_number

INTEGER

 

Specifies the version number for transaction integrity.