HZ_ADDTNL_PARTYNAMES_INT

This is the interface table for additional party names.

Details

  • Schema: FUSION

  • Object owner: HZ

  • Object type: TABLE

  • Tablespace: INTERFACE

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Unique Identifier for a Batch.
INTERFACE_ROW_ID NUMBER 18 Yes Unique identifier of the HZ_ACCOUNTS_INT interface record. Internal use only.
IMPORT_STATUS_CODE VARCHAR2 30 Status code for Import.
ACTION_CODE VARCHAR2 30 Indicates action entered by user
INTERNAL_ACTION_CODE VARCHAR2 30 Indicates the action of insert or update for internal use.
FILE_RECORD_NUM NUMBER 10 This column is required by file import to relate record in the interface table to the file row.
FILE_NAME_SYSTASK_ID NUMBER 18 Stores systask id for each import csv file.
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_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Who column: indicates the date and time of the last update of 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.
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.
PARTY_ID NUMBER 18 Party ID. Foreign key reference to the HZ_PARTIES.
PARTY_TYPE VARCHAR2 30 Type of party. Example Person,Organization, etc.
PARTY_NUMBER VARCHAR2 30 User Key for the party.
PARTY_SOURCE_SYSTEM VARCHAR2 30 Source System of party.
PARTY_SOURCE_SYSTEM_REFERENCE VARCHAR2 240 Source system reference of the party.
SOURCE_SYSTEM VARCHAR2 30 Source System of additional party names.
SOURCE_SYSTEM_REFERENCE VARCHAR2 240 Source System Reference of additional party names.
PARTY_NAME_ID NUMBER 18 Unique identifier for additional party names.
PARTY_NAME_TYPE VARCHAR2 30 Type of the name. It is a value defined by the Additional Party Name and Identifier Type entity. The party type should be consistent with the party type that the PARTY_NAME_TYPE can be applied to.
STATUS_FLAG VARCHAR2 1 Record Status Flag used to soft delete entity. Possible values are 'A' (active), 'I' (inactive).
PARTY_NAME VARCHAR2 360 Typically used to store the additional name for the party. In the case of Persons it will be used to store the formatted name if necessary for the name type.
PERSON_TITLE VARCHAR2 60 A professional or family title. For example, Don or The Right Honorable. It is used in the same way the homonymous field in HZ_PERSON_PROFILES is used
PERSON_PRE_NAME_ADJUNCT VARCHAR2 30 Used to capture the name prefix (Mr. Ms, Dr., etc.) for a person. It is used in the same way the homonymous field in HZ_PERSON_PROFILES is used. Corresponds to the field Prefix in HL7. Validate against lookup CONTACT_TITLE.
PERSON_FIRST_NAME VARCHAR2 150 Used to capture the first name of a person. It is used in the same way the homonymous field in HZ_PERSON_PROFILES is used.
PERSON_MIDDLE_NAME VARCHAR2 60 Used to capture the middle name of a person. It is used in the same way the homonymous field in HZ_PERSON_PROFILES is used.
PERSON_LAST_NAME_PREFIX VARCHAR2 30 Used to capture the Last name prefix (e.g. 'fon', 'van', etc.) for a person. It is used in the same way the new field PERSON_LAST_NAME_PREFIX in HZ_PERSON_PROFILES is used.
PERSON_LAST_NAME VARCHAR2 150 Used to capture the last name of a person. It is used in the same way the homonymous field in HZ_PERSON_PROFILES is used.
PERSON_SECOND_LAST_NAME VARCHAR2 150 Used to capture the second last name for a person. In some cultures it is not uncommon to have double last name. It is used in the same way the new field PERSON_SECOND_LAST_NAME in HZ_PERSON_PROFILES is used.
PERSON_PREVIOUS_LAST_NAME VARCHAR2 150 Person previous last name.
PERSON_NAME_SUFFIX VARCHAR2 30 Used to capture the name suffix (e.g. Junior. Sr, the third, etc.) for a person. It is used in the same way the homonymous field in HZ_PERSON_PROFILES is used.
PERSON_ACADEMIC_TITLE VARCHAR2 30 Used to capture the Academic title for a person. It is used in the same way the homonymous field in HZ_PERSON_PROFILES is used.
DESCRIPTION VARCHAR2 240 Free text comment/description.
TRANSLITERATION_LANG VARCHAR2 4 Used to capture the language used for the name.
PREFERRED_FLAG VARCHAR2 1 Identify the name as preferred name for this party within this name type. Possible values are 'Y' and 'N'. Default is 'N'.

Indexes

Index Uniqueness Tablespace Columns
HZ_ADDTNL_PARTYNAMES_INT_N1 Non Unique Default BATCH_ID, IMPORT_STATUS_CODE, INTERNAL_ACTION_CODE, PARTY_NAME_TYPE, PARTY_NAME
HZ_ADDTNL_PARTYNAMES_INT_N2 Non Unique Default BATCH_ID, PARTY_ID, PARTY_NAME_TYPE, PARTY_NAME, STATUS_FLAG
HZ_ADDTNL_PARTYNAMES_INT_N3 Non Unique Default BATCH_ID, PARTY_NAME_ID
HZ_ADDTNL_PARTYNAMES_INT_U1 Unique Default BATCH_ID, INTERFACE_ROW_ID