DBA Data[Home] [Help] [Dependency Information]


TABLE: ZX.ZX_VALIDATION_ERRORS_GT

Object Details
Object Name: ZX_VALIDATION_ERRORS_GT
Object Type: TABLE
Owner: ZX
FND Design Data: TableZX.ZX_VALIDATION_ERRORS_GT
Subobject Name:
Status: VALID

Temporary Table Details

ZX.ZX_VALIDATION_ERRORS_GT is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$TRANSACTION. Data is removed at the end of this period.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
ZX_VALIDATION_ERRORS_GT_N1 NORMAL NONUNIQUE Tablespace ColumnAPPLICATION_ID
ColumnENTITY_CODE
ColumnEVENT_CLASS_CODE
ColumnTRX_ID
ColumnTRX_LINE_ID
ColumnTRX_LEVEL_TYPE
ColumnSUMMARY_TAX_LINE_NUMBER
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER
Yes Application identifier of the transaction
ENTITY_CODE VARCHAR2 (30) Yes Entity code of the transaction
EVENT_CLASS_CODE VARCHAR2 (30) Yes Event class code of the transaction
TRX_ID NUMBER
Yes Transaction identifier
SUMMARY_TAX_LINE_NUMBER NUMBER

Summary tax line number for the imported tax line
MESSAGE_TEXT VARCHAR2 (2000) Yes Translated message text
TRX_LEVEL_TYPE VARCHAR2 (30)
Column to record the level at which the transaction line identifier is stored. Possible values are LINE, SHIPMENT and FREIGHT.
TRX_LINE_ID NUMBER

Transaction line identifier
MESSAGE_NAME VARCHAR2 (30) Yes Standard message name for the validation error
INTERFACE_LINE_ENTITY_CODE VARCHAR2 (30)
Column to temporarily store entity code of the transaction line interface table
INTERFACE_LINE_ID NUMBER

Column to temporarily store identifier of the interface line corresponding to the transaction line during import of transactions into Receivables
INTERFACE_TAX_LINE_ID NUMBER

Column to temporarily store identifier of the interface line corresponding to this tax line during import of transactions into Receivables
INTERFACE_TAX_ENTITY_CODE VARCHAR2 (30)
Column to temporarily store entity code of the tax line interface table
OTHER_DOC_APPLICATION_ID NUMBER

Application identifier for other documents like adjusted document if this error is specific to the other document
OTHER_DOC_ENTITY_CODE VARCHAR2 (30)
Entity code for other documents like adjusted document if this error is specific to the other document
OTHER_DOC_EVENT_CLASS_CODE VARCHAR2 (30)
Event class code for other documents like adjusted document if this error is specific to the other document
OTHER_DOC_TRX_ID NUMBER

Transaction identifier for other documents like adjusted document if this error is specific to the other document
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT APPLICATION_ID
,      ENTITY_CODE
,      EVENT_CLASS_CODE
,      TRX_ID
,      SUMMARY_TAX_LINE_NUMBER
,      MESSAGE_TEXT
,      TRX_LEVEL_TYPE
,      TRX_LINE_ID
,      MESSAGE_NAME
,      INTERFACE_LINE_ENTITY_CODE
,      INTERFACE_LINE_ID
,      INTERFACE_TAX_LINE_ID
,      INTERFACE_TAX_ENTITY_CODE
,      OTHER_DOC_APPLICATION_ID
,      OTHER_DOC_ENTITY_CODE
,      OTHER_DOC_EVENT_CLASS_CODE
,      OTHER_DOC_TRX_ID
FROM ZX.ZX_VALIDATION_ERRORS_GT;

Dependencies

[top of page]

ZX.ZX_VALIDATION_ERRORS_GT does not reference any database object

ZX.ZX_VALIDATION_ERRORS_GT is referenced by following:

SchemaAPPS
SynonymZX_VALIDATION_ERRORS_GT