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

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 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes 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.

Foreign Keys

Table Foreign Table Foreign Key Column
HZ_PARTIES_CONTACT_SECURITY hz_parties PERSON_PARTY_ID
HZ_PARTIES_CONTACT_SECURITY hz_parties RELATED_PARTY_ID

Indexes

Index Uniqueness Tablespace Columns
HZ_PARTIES_CONTACT_SEC_N1 Non Unique Default RELATED_PARTY_ID
HZ_PARTIES_CONTACT_SEC_PK Unique Default SECURITY_ID
HZ_PARTIES_CONTACT_SEC_U1 Unique Default PERSON_PARTY_ID, RELATED_PARTY_ID, RELATIONSHIP_ID, RESOURCE_ORG_ID