CE_CONTACT_ASSIGNMENTS

CE_CONTACT_ASSIGNMENTS contains the information about the level (bank, branch, account) to which the contact is assigned.

Details

  • Schema: FUSION

  • Object owner: CE

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

CE_CONTACT_ASSIGNMENTS_PK

CONTACT_ASSIGNMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
CONTACT_ASSIGNMENT_ID NUMBER 18 Yes Uniquely identifies the contact assignment.
ASSIGNMENT_TYPE VARCHAR2 15 Yes Type of the assignment. For example, BANK, BRANCH, or ACCOUNT.
RELATIONSHIP_ID NUMBER 18 Yes Uniquely identifies the relationship.
BANK_PARTY_ID NUMBER 18 Uniquely identifies the bank party.
BRANCH_PARTY_ID NUMBER 18 Uniquely identifies the bank branch party.
BANK_ACCOUNT_ID NUMBER 18 Uniquely identifies the bank account.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
CE_CONTACT_ASSIGNMENTS hz_parties BANK_PARTY_ID
CE_CONTACT_ASSIGNMENTS hz_parties BRANCH_PARTY_ID
CE_CONTACT_ASSIGNMENTS ce_bank_accounts BANK_ACCOUNT_ID

Indexes

Index Uniqueness Tablespace Columns
CE_CONTACT_ASSIGNMENTS_N1 Non Unique Default ASSIGNMENT_TYPE, BANK_PARTY_ID
CE_CONTACT_ASSIGNMENTS_N2 Non Unique Default ASSIGNMENT_TYPE, BRANCH_PARTY_ID
CE_CONTACT_ASSIGNMENTS_N3 Non Unique Default ASSIGNMENT_TYPE, BANK_ACCOUNT_ID
CE_CONTACT_ASSIGNMENTS_U1 Unique Default CONTACT_ASSIGNMENT_ID