ZX_EVENT_CLASSES_B

This table stores tax event classes, which are business classifications used to categorize a group of documents (application event classes) of one or more applications that are essentially the same from the tax perspective, such as an invoice, a purchase order, or an inventory issue. This table contains seeded data only.

Details

  • Schema: FUSION

  • Object owner: ZX

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZX_EVENT_CLASSES_B_PK

TAX_EVENT_CLASS_CODE

Columns

Name Datatype Length Not-null Comments
TAX_EVENT_CLASS_CODE VARCHAR2 30 Yes Tax event class code
NORMAL_SIGN_FLAG VARCHAR2 1 Yes Lookup code of normal sign to indicate credit, debit or none. Possible values are C, D and N
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
ASC_INTRCMP_TX_EVNT_CLS_CODE VARCHAR2 30 Intercompany tax event class code associated with this tax event class
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_rec_nrec_dist zx_event_classes_b TAX_EVENT_CLASS_CODE
zx_event_classes_tl zx_event_classes_b TAX_EVENT_CLASS_CODE
zx_lines_det_factors zx_event_classes_b TAX_EVENT_CLASS_CODE
zx_lines zx_event_classes_b TAX_EVENT_CLASS_CODE
zx_evnt_cls_mappings zx_event_classes_b EVENT_CLASS_CODE
zx_evnt_cls_mappings zx_event_classes_b INTRCMP_TX_EVNT_CLS_CODE
zx_evnt_cls_typs zx_event_classes_b TAX_EVENT_CLASS_CODE
zx_rules_b zx_event_classes_b TAX_EVENT_CLASS_CODE

Indexes

Index Uniqueness Tablespace Columns
ZX_EVENT_CLASSES_B_U1 Unique ZX_EVENT_CLASSES_B_U1 TAX_EVENT_CLASS_CODE, ORA_SEED_SET1
ZX_EVENT_CLASSES_B_U11 Unique ZX_EVENT_CLASSES_B_U11 TAX_EVENT_CLASS_CODE, ORA_SEED_SET2