HZ_PARTY_USAGES_B

The HZ_PARTY_USAGES_B table stores the definition of a party usage. For example, it stores information on which party typecan use a particular usage code as well as if usage code is active, etc

Details

  • Schema: FUSION

  • Object owner: HZ

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

HZ_PARTY_USAGES_B_PK

PARTY_USAGE_CODE

Columns

Name Datatype Length Precision Not-null Comments
PARTY_USAGE_CODE VARCHAR2 30 Yes Unique code for a party usage
PARTY_USAGE_TYPE VARCHAR2 30 Yes Party type that the usage pertains to. PERSON, ORGANIZATION, or PERSON_ORGANIZATION. Validated against HZ_PARTY_USAGE_TYPE lookup.
RESTRICT_MANUAL_ASSIGN_FLAG VARCHAR2 1 Indicates if usage can be assigned only implicitly through identified business events and not directly through other features. Y for yes, N or null for no.
RESTRICT_MANUAL_UPDATE_FLAG VARCHAR2 1 Indicates if usage can be updated only implicitly through identified business events and not directly through other features. Y for yes, N or null for no.
STATUS_FLAG VARCHAR2 1 Yes Status of party usage code. A for active or I for inactive. Validated against REGISTRY_STATUS column.
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.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
REL_CAUSES_ASSIGNMENT_FLAG VARCHAR2 1 Yes Yes/No flag to indicate if usage can be assigned to a party by a create relationship event.
UNCOND_ASSIGN_FLAG VARCHAR2 1 Yes Y/N flag to indicate whether the assignment can be done from UI/Bulk Import by directly exposing the usages. Default value = 'N'
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
hz_party_usg_fr_sft_xcls hz_party_usages_b PARTY_USAGE_CODE
mkl_lead_tc_members hz_party_usages_b PARTY_USAGE_CODE
hz_party_usg_fr_members hz_party_usages_b PARTY_USAGE_CODE
hz_party_usage_rules hz_party_usages_b PARTY_USAGE_CODE
hz_party_usage_rules hz_party_usages_b RELATED_PARTY_USAGE_CODE
hz_party_usg_assignments hz_party_usages_b PARTY_USAGE_CODE
hz_party_usages_tl hz_party_usages_b PARTY_USAGE_CODE

Indexes

Index Uniqueness Tablespace Columns
HZ_PARTY_USAGES_B_N1 Non Unique Default LAST_UPDATE_DATE
HZ_PARTY_USAGES_B_PK Unique Default PARTY_USAGE_CODE, ORA_SEED_SET1
HZ_PARTY_USAGES_B_PK1 Unique Default PARTY_USAGE_CODE, ORA_SEED_SET2