HZ_EMAIL_DOMAINS

The HZ_EMAIL_DOMAINS table holds all the email(actual, unreversed) domains, transposed email domains of organization parties.

Details

  • Schema: FUSION

  • Object owner: HZ

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

HZ_EMAIL_DOMAINS_PK

EMAIL_DOMAIN_ID

Columns

Name Datatype Length Precision Not-null Comments Status
EMAIL_DOMAIN_ID NUMBER 18 Yes Sequence generated unique identifier
PARTY_ID NUMBER 18 Yes Stores Party_ID from HZ_PARTIES
DOMAIN_NAME VARCHAR2 255 Yes Actual (unreversed) domain name of the organization for display purpose Active
TRANSPOSED_DOMAIN VARCHAR2 255 Yes Reversed domain name for the purposes of searching Active
STATUS VARCHAR2 1 Status of this record. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
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. Active
CONFLICT_ID NUMBER 18 Yes Disconnected Mobile: this value is used to guarantee the uniqueness of the row when duplicates are created in different databases (i.e. mobile databases or the server). Active
USER_LAST_UPDATE_DATE TIMESTAMP Disconnected Mobile: indicates the date and time of the last update of the row. This value is different from LAST_UPDATE_DATE if the update originally happened in a different database (i.e. a different mobile database or the server). Active
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
CPDRF_VER_SOR NUMBER 9 Cross Pillar Data Replication Framework (CPDRF) system column for tracking record version in System of Record (SOR) pillar when a record change is replicated to subscribing pillars by the replication flows.
CPDRF_VER_PILLAR NUMBER 9 Cross Pillar Data Replication Framework (CPDRF) system column for tracking record version when a record is changed by replication flows
CPDRF_LAST_UPD VARCHAR2 15 Cross Pillar Data Replication Framework (CPDRF) system column for tracking source pillar name when a record is changed by the replication flows.

Foreign Keys

Table Foreign Table Foreign Key Column
HZ_EMAIL_DOMAINS hz_parties PARTY_ID

Indexes

Index Uniqueness Tablespace Columns
HZ_EMAIL_DOMAINS_N1 Non Unique Default TRANSPOSED_DOMAIN
HZ_EMAIL_DOMAINS_N2 Non Unique Default LAST_UPDATE_DATE, EMAIL_DOMAIN_ID, STATUS
HZ_EMAIL_DOMAINS_PK Unique Default EMAIL_DOMAIN_ID
HZ_EMAIL_DOMAINS_U1 Unique Default PARTY_ID, DOMAIN_NAME, CONFLICT_ID