ZX_PARTY_TYPES

This table stores party types, which are classifications used to categorize a party.

Details

  • Schema: FUSION

  • Object owner: ZX

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZX_PARTY_TYPES_PK

PARTY_TYPE_CODE

Columns

Name Datatype Length Not-null Comments
PARTY_TYPE_CODE VARCHAR2 30 Yes Lookup code for the party type
PARTY_SOURCE_TABLE VARCHAR2 30 Source table for the party tax profiles of this party type
PARTY_SOURCE_COLUMN VARCHAR2 30 Column in the source table for identifying the party tax profiles of this party type uniquely
APPLICABLE_TO_EVNT_CLS_FLAG VARCHAR2 1 Y or N indicates whether this party type can be used in the mapping of an application event class to represent the type of parties like ship to, ship from for that application event class
PARTY_SITE_TYPE VARCHAR2 30 Lookup code for party type of the site associate with this party type
LOCATION_SOURCE_TABLE VARCHAR2 30 Source table for locations associated with the parties of this party type
LOCATION_SOURCE_COLUMN VARCHAR2 30 Column in the source table for identifying locations associated with the parties of this party type uniquely
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_UPDATED_BY VARCHAR2 64 Yes Who column: indicates 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_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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
zx_regimes_b zx_party_types DEF_REGISTR_PARTY_TYPE_CODE

Indexes

Index Uniqueness Tablespace Columns
ZX_PARTY_TYPES_U1 Unique ZX_PARTY_TYPES_U1 PARTY_TYPE_CODE, ORA_SEED_SET1
ZX_PARTY_TYPES_U11 Unique ZX_PARTY_TYPES_U11 PARTY_TYPE_CODE, ORA_SEED_SET2