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


TABLE: ZX.ZX_TRX_TAX_LINK_GT

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

Temporary Table Details

ZX.ZX_TRX_TAX_LINK_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_TRX_TAX_LINK_GT_U1 NORMAL UNIQUE 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

Transaction identifier
HDR_TRX_USER_KEY1 VARCHAR2 (150)
First component of the user composite key to uniquely identify the transaction
HDR_TRX_USER_KEY2 VARCHAR2 (150)
Second component of the user composite key to uniquely identify the transaction
HDR_TRX_USER_KEY3 VARCHAR2 (150)
Third component of the user composite key to uniquely identify the transaction
HDR_TRX_USER_KEY4 VARCHAR2 (150)
Fourth component of the user composite key to uniquely identify the transaction
HDR_TRX_USER_KEY5 VARCHAR2 (150)
Fifth component of the user composite key to uniquely identify the transaction
HDR_TRX_USER_KEY6 VARCHAR2 (150)
Sixth component of the user composite key to uniquely identify the transaction
TRX_LEVEL_TYPE VARCHAR2 (30) Yes 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
LINE_TRX_USER_KEY1 VARCHAR2 (150)
First component of the line user composite key for uniquely identifying the transaction line
LINE_TRX_USER_KEY2 VARCHAR2 (150)
Second component of the line user composite key for uniquely identifying the transaction line
LINE_TRX_USER_KEY3 VARCHAR2 (150)
Third component of the line user composite key for uniquely identifying the transaction line
LINE_TRX_USER_KEY4 VARCHAR2 (150)
Fourth component of the line user composite key for uniquely identifying the transaction line
LINE_TRX_USER_KEY5 VARCHAR2 (150)
Fifth component of the line user composite key for uniquely identifying the transaction line
LINE_TRX_USER_KEY6 VARCHAR2 (150)
Sixth component of the line user composite key for uniquely identifying the transaction line
SUMMARY_TAX_LINE_NUMBER NUMBER
Yes Summary tax line number for the imported tax line
LINE_AMT NUMBER
Yes Transaction line amount
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_ENTITY_CODE VARCHAR2 (30)
Column to temporarily store entity code of the tax line interface table
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
Query Text

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


SELECT APPLICATION_ID
,      ENTITY_CODE
,      EVENT_CLASS_CODE
,      TRX_ID
,      HDR_TRX_USER_KEY1
,      HDR_TRX_USER_KEY2
,      HDR_TRX_USER_KEY3
,      HDR_TRX_USER_KEY4
,      HDR_TRX_USER_KEY5
,      HDR_TRX_USER_KEY6
,      TRX_LEVEL_TYPE
,      TRX_LINE_ID
,      LINE_TRX_USER_KEY1
,      LINE_TRX_USER_KEY2
,      LINE_TRX_USER_KEY3
,      LINE_TRX_USER_KEY4
,      LINE_TRX_USER_KEY5
,      LINE_TRX_USER_KEY6
,      SUMMARY_TAX_LINE_NUMBER
,      LINE_AMT
,      INTERFACE_LINE_ENTITY_CODE
,      INTERFACE_LINE_ID
,      INTERFACE_TAX_ENTITY_CODE
,      INTERFACE_TAX_LINE_ID
FROM ZX.ZX_TRX_TAX_LINK_GT;

Dependencies

[top of page]

ZX.ZX_TRX_TAX_LINK_GT does not reference any database object

ZX.ZX_TRX_TAX_LINK_GT is referenced by following:

SchemaAPPS
SynonymZX_TRX_TAX_LINK_GT