HZ_PARTIES_CONTACT_SECURITY_

This table controls the visibility of a Contact for a Sales Account party. This contains all Contacts created by Partner Contacts for Sales Accounts, Sales Prospects, External Legal Entities and Customers. Contact created must not have Partner Contact usage.

Details

  • Schema: FUSION

  • Object owner: HZ

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

HZ_PARTIES_CONTACT_SECURI_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, SECURITY_ID

Columns

Name Datatype Length Precision Not-null Comments
SECURITY_ID NUMBER 18 Yes Primary Key. Contains, sequece-generated ID as the value.
PERSON_PARTY_ID NUMBER 18 Person or Contact Party Identifier. This is a FK to HZ_PARTIES.PARTY_ID.
RELATED_PARTY_ID NUMBER 18 Party Identifier of a Sales Account/Sales Propect/External Legal Entity/Customer. This is a FK to HZ_PARTIES.PARTY_ID.
RELATIONSHIP_ID NUMBER 18 Relationship Id of the Contact with Sales Account/Sales prospect/External Legal Entity/Customer.
RESOURCE_ORG_ID NUMBER 18 Vendor or Partner Organization Identifier. References HR_ALL_ORGANIZATION_UNITS_F.ORGANIZATION_ID
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
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.
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.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
HZ_PARTIES_CONTACT_SECURN1_ Non Unique Default SECURITY_ID
HZ_PARTIES_CONTACT_SEC_PK_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, SECURITY_ID
HZ_PARTIES_CONTACT_SEC_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, PERSON_PARTY_ID, RELATED_PARTY_ID, RELATIONSHIP_ID, RESOURCE_ORG_ID