Company information (CA-MDB).
|
Field |
Data Type |
Reference |
Remarks |
|---|---|---|---|
|
alias |
nvarchar(30) |
|
Identifies the Company alias or "also known as" name. For example, CA. |
|
authentication_ password |
nvarchar(20) |
|
Specifies the authentication password. |
|
authentication_ user_name |
nvarchar(64) |
|
Specifies the authentication user name. |
|
bbs |
nvarchar(30) |
|
Identifies bulletin board system information. |
|
company_name |
nvarchar(100) |
|
Identifies the company name. |
|
company_type |
INTEGER |
ca_company_ type::id |
Identifies the Company Type or Vendor Provider. |
|
company_uuid |
Byte(16) |
|
The Primary key of this table. |
|
creation_date |
INTEGER |
|
Indicates the date this record was created. |
|
creation_user |
nvarchar(64) |
|
Identifies the user or process that created the record. |
|
delete_time |
INTEGER |
|
Specifies the delete time. |
|
description |
nvarchar |
|
Shows the textual description of this entry. |
|
exclude_registration |
INTEGER |
|
Indicates to exclude registration. |
|
inactive |
INTEGER |
Active_Boolean_ |
Flag representing whether this record is active or inactive. |
|
last_update_date |
INTEGER |
|
Indicates the date that this record was last updated. |
|
last_update_user |
nvarchar(64) |
|
Identifies the user or process that last updated the record. |
|
location_uuid |
Byte(16) |
ca_location |
Identifies the location. |
|
month_fiscal_year_ends |
INTEGER |
|
Specifies the Integer value (1-12) representing the month the company's fiscal year ends. |
|
parent_company_ uuid |
Byte(16) |
ca_company |
This is the Foreign key to the company_uuid field of the ca_company table for the company's parent company. |
|
primary_contact_ uuid |
Byte(16) |
ca_contact::uuid |
Specifies the Primary contact. |
|
source_type_id |
INTEGER |
|
Represents the Source type id. |
|
version_number |
INTEGER |
|
Specifies the version number for transaction integrity. |
|
web_address |
nvarchar(50) |
|
Identifies the company web address. |
|
Copyright © 2013 CA.
All rights reserved.
|
|