ZX_TRX_PRE_PROC_OPTIONS_GT

This is a temporary table which is used internally by Oracle.

Details

  • Schema: FUSION

  • Object owner: ZX

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

ZX_TRX_PRE_PROC_OPTIONS_GT_PK

APPLICATION_ID, ENTITY_CODE, EVENT_CLASS_CODE, TRX_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERNAL_ORGANIZATION_ID NUMBER 18 Yes Internal organization identifier of the transaction
PROD_FAMILY_GRP_CODE VARCHAR2 30 Yes Lookup code to indicate the product family of this event class. Possible values are P2P and O2C
EVENT_CLASS_CODE VARCHAR2 30 Yes Application event class of the transaction
APPLICATION_ID NUMBER Yes Application Identifier of the transaction
ENTITY_CODE VARCHAR2 30 Yes Entity code of the application event class for the transaction
TRX_ID NUMBER Yes Primary transaction identifier
TAX_REGIME_CODE VARCHAR2 30 Yes Tax regime code
PARTNER_PROCESSING_FLAG VARCHAR2 1 Indicates the purpose for which tax service provider is called. Possible values are C (Calculate), F (First Time Calculation), S (Synchronize)
TAX_PROVIDER_ID NUMBER 18 Yes Identifier of the third party service provider that has determined the tax on this summary line. Null if there is no third party service provider integration for the tax.
EVNT_CLS_MAPPING_ID NUMBER 18 Yes Event class mapping identifier
TAX_EVENT_TYPE_CODE VARCHAR2 30 Yes Tax event type code of the transaction
EVENT_ID NUMBER 18 Unique identifier of a specific event that triggers call to a tax processing API. This value will be stamped on all transaction lines passed as input during that API call.
QUOTE_FLAG VARCHAR2 1 Y or N indicates whether transaction is passed as quote to the tax service provider
RECORD_FLAG VARCHAR2 1 Y or N indicates whether tax lines for this event class are recorded in the tax repository
RECORD_FOR_PARTNERS_FLAG VARCHAR2 1 Y or N indicates whether this event class is recorded in repositories of external service providers
APPLICATION_SHORT_NAME VARCHAR2 50 Application short name
LEGAL_ENTITY_NUMBER VARCHAR2 30 Legal Entity number
ESTABLISHMENT_NUMBER VARCHAR2 30 Establishment number
ALLOW_TAX_CALCULATION_FLAG VARCHAR2 1 Y or N indicates whether tax provider service should calculate tax for the transaction passed to it.
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.

Indexes

Index Uniqueness Columns
ZX_TRX_PRE_PROC_OPTIONS_GT_U1 Unique APPLICATION_ID, ENTITY_CODE, EVENT_CLASS_CODE, TRX_ID