EXM_VENDOR_ASSIGNMENTS

This table contans the business units associated to the vendor accounts and status and selection criteria for employee data synchronization.

Details

  • Schema: FUSION

  • Object owner: EXM

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

EXM_VENDOR_ASSIGNMENTS_PK

VENDOR_ASSIGNMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
VENDOR_ASSIGNMENT_ID NUMBER 18 Yes Unique identifier of the assignment of a business unit to a vendor account representing the deploying company or its division.
VENDOR_ACCOUNT_ID NUMBER 18 Yes Identifier of the vendor account in Expenses.
BUSINESS_UNIT_ID NUMBER 18 Yes Identifier of the business unit assigned to the vendor account.
EMPLOYEE_SYNC_ENABLED_FLAG VARCHAR2 1 Yes Employee syncronization status for the business unit.
VENDOR_ASSIGNMENT_ATTRIBUTES CLOB Information about the vendor assignment, such as groups.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
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_ASSIGNMENTS_PK Unique Default VENDOR_ASSIGNMENT_ID
EXM_VENDOR_ASSIGNMENTS_U1 Unique Default VENDOR_ACCOUNT_ID, BUSINESS_UNIT_ID