EXM_VENDOR_ACCOUNTS
This table contains the accounts representing the deploying company or its divisions that are registered with a vendor.
Details
-
Schema: FUSION
-
Object owner: EXM
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
exm_vendor_accounts_PK |
VENDOR_ACCOUNT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| VENDOR_ACCOUNT_ID | NUMBER | 18 | Yes | Unique identifier of a vendor account representing a deploying company or its division. | |
| VENDOR_CODE | VARCHAR2 | 30 | Yes | Predefined unique code for a vendor. | |
| VENDOR_ACCOUNT_KEY | VARCHAR2 | 100 | Yes | Unique identifier of a vendor account assigned by the vendor. | |
| VENDOR_ACCOUNT_NAME | VARCHAR2 | 100 | Name provided by the deploying company for a vendor account. | ||
| ACCESS_STATUS_CODE | VARCHAR2 | 30 | Yes | Status of the account indicating whether data access is permitted. | |
| VENDOR_ACCOUNT_ATTRIBUTES | CLOB | Information about the vendor account, such as billing method. | |||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| exm_vendor_assignments | exm_vendor_accounts | VENDOR_ACCOUNT_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| EXM_VENDOR_ACCOUNTS_PK | Unique | Default | VENDOR_ACCOUNT_ID |
| EXM_VENDOR_ACCOUNTS_U1 | Unique | Default | VENDOR_CODE, VENDOR_ACCOUNT_KEY |