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


TABLE: ZX.ZX_REVERSE_TRX_LINES_GT

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

Temporary Table Details

ZX.ZX_REVERSE_TRX_LINES_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_REVERSE_TRX_LINES_GT_U1 NORMAL UNIQUE Tablespace ColumnREVERSING_APPLN_ID
ColumnREVERSING_ENTITY_CODE
ColumnREVERSING_EVNT_CLS_CODE
ColumnREVERSING_TRX_ID
ColumnREVERSING_TRX_LEVEL_TYPE
ColumnREVERSING_TRX_LINE_ID
Columns
Name Datatype Length Mandatory Comments
INTERNAL_ORGANIZATION_ID NUMBER
Yes Internal organization identifier for the reversing document
REVERSING_APPLN_ID NUMBER
Yes Reversing document application identifier
REVERSING_ENTITY_CODE VARCHAR2 (30) Yes Reversing document entity code
REVERSING_EVNT_CLS_CODE VARCHAR2 (30) Yes Reversing document event class code
REVERSING_TRX_ID NUMBER

Reversing transaction identifier
REVERSING_HDR_USER_KEY1 VARCHAR2 (150)
First component of the header level user composite key for uniquely identifying the reversing document
REVERSING_HDR_USER_KEY2 VARCHAR2 (150)
Second component of the header level user composite key for uniquely identifying the reversing document
REVERSING_HDR_USER_KEY3 VARCHAR2 (150)
Third component of the header level user composite key for uniquely identifying the reversing document
REVERSING_HDR_USER_KEY4 VARCHAR2 (150)
Fourth component of the header level user composite key for uniquely identifying the reversing document
REVERSING_HDR_USER_KEY5 VARCHAR2 (150)
Fifth component of the header level user composite key for uniquely identifying the reversing document
REVERSING_HDR_USER_KEY6 VARCHAR2 (150)
Sixth component of the header level user composite key for uniquely identifying the reversing document
REVERSING_TRX_LEVEL_TYPE VARCHAR2 (30) Yes Column to record the level at which the reversing document line identifier is stored. Possible values are LINE, SHIPMENT and FREIGHT.
REVERSING_TRX_LINE_ID NUMBER

Reversing document transaction line identifier
REVERSING_LINE_USER_KEY1 VARCHAR2 (150)
First component of the line level user composite key for uniquely identifying the reversing document line
REVERSING_LINE_USER_KEY2 VARCHAR2 (150)
Second component of the line level user composite key for uniquely identifying the reversing document line
REVERSING_LINE_USER_KEY3 VARCHAR2 (150)
Third component of the line level user composite key for uniquely identifying the reversing document line
REVERSING_LINE_USER_KEY4 VARCHAR2 (150)
Fouth component of the line level user composite key for uniquely identifying the reversing document line
REVERSING_LINE_USER_KEY5 VARCHAR2 (150)
Fifth component of the line level user composite key for uniquely identifying the reversing document line
REVERSING_LINE_USER_KEY6 VARCHAR2 (150)
Sixth component of the line level user composite key for uniquely identifying the reversing document line
REVERSED_APPLN_ID NUMBER
Yes Reversed document application identifier
REVERSED_ENTITY_CODE VARCHAR2 (30) Yes Reversed document entity code
REVERSED_EVNT_CLS_CODE VARCHAR2 (30) Yes Reversed document event class code
REVERSED_TRX_ID NUMBER

Reversed document transaction identifier
REVERSED_HDR_USER_KEY1 VARCHAR2 (150)
First component of the header level user composite key for uniquely identifying the reversed document
REVERSED_HDR_USER_KEY2 VARCHAR2 (150)
Second component of the header level user composite key for uniquely identifying the reversed document
REVERSED_HDR_USER_KEY3 VARCHAR2 (150)
Third component of the header level user composite key for uniquely identifying the reversed document
REVERSED_HDR_USER_KEY4 VARCHAR2 (150)
Fourth component of the header level user composite key for uniquely identifying the reversed document
REVERSED_HDR_USER_KEY5 VARCHAR2 (150)
Fifth component of the header level user composite key for uniquely identifying the reversed document
REVERSED_HDR_USER_KEY6 VARCHAR2 (150)
Sixth component of the header level user composite key for uniquely identifying the reversed document
REVERSED_TRX_LEVEL_TYPE VARCHAR2 (30) Yes Column to record the level at which the reversed document line identifier is stored. Possible values are LINE, SHIPMENT and FREIGHT.
REVERSED_TRX_LINE_ID NUMBER

Reversed document transaction line identifier
REVERSED_LINE_USER_KEY1 VARCHAR2 (150)
First component of the line level user composite key for uniquely identifying the reversed document line
REVERSED_LINE_USER_KEY2 VARCHAR2 (150)
Second component of the line level user composite key for uniquely identifying the reversed document line
REVERSED_LINE_USER_KEY3 VARCHAR2 (150)
Third component of the line level user composite key for uniquely identifying the reversed document line
REVERSED_LINE_USER_KEY4 VARCHAR2 (150)
Fouth component of the line level user composite key for uniquely identifying the reversed document line
REVERSED_LINE_USER_KEY5 VARCHAR2 (150)
Fifth component of the line level user composite key for uniquely identifying the reversed document line
REVERSED_LINE_USER_KEY6 VARCHAR2 (150)
Sixth component of the line level user composite key for uniquely identifying the reversed document line
TRX_LINE_DESCRIPTION VARCHAR2 (240)
Description for the reversinf document line
PRODUCT_DESCRIPTION VARCHAR2 (240)
Description of the inventory item or memo line used on the reversing document line
TRX_WAYBILL_NUMBER VARCHAR2 (50)
Waybill number of the reversing document
TRX_LINE_GL_DATE DATE

Accounting date for the reversing document transaction line
MERCHANT_PARTY_DOCUMENT_NUMBER VARCHAR2 (150)
Merchant party document number recorded for the Payables expense report
Query Text

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


SELECT INTERNAL_ORGANIZATION_ID
,      REVERSING_APPLN_ID
,      REVERSING_ENTITY_CODE
,      REVERSING_EVNT_CLS_CODE
,      REVERSING_TRX_ID
,      REVERSING_HDR_USER_KEY1
,      REVERSING_HDR_USER_KEY2
,      REVERSING_HDR_USER_KEY3
,      REVERSING_HDR_USER_KEY4
,      REVERSING_HDR_USER_KEY5
,      REVERSING_HDR_USER_KEY6
,      REVERSING_TRX_LEVEL_TYPE
,      REVERSING_TRX_LINE_ID
,      REVERSING_LINE_USER_KEY1
,      REVERSING_LINE_USER_KEY2
,      REVERSING_LINE_USER_KEY3
,      REVERSING_LINE_USER_KEY4
,      REVERSING_LINE_USER_KEY5
,      REVERSING_LINE_USER_KEY6
,      REVERSED_APPLN_ID
,      REVERSED_ENTITY_CODE
,      REVERSED_EVNT_CLS_CODE
,      REVERSED_TRX_ID
,      REVERSED_HDR_USER_KEY1
,      REVERSED_HDR_USER_KEY2
,      REVERSED_HDR_USER_KEY3
,      REVERSED_HDR_USER_KEY4
,      REVERSED_HDR_USER_KEY5
,      REVERSED_HDR_USER_KEY6
,      REVERSED_TRX_LEVEL_TYPE
,      REVERSED_TRX_LINE_ID
,      REVERSED_LINE_USER_KEY1
,      REVERSED_LINE_USER_KEY2
,      REVERSED_LINE_USER_KEY3
,      REVERSED_LINE_USER_KEY4
,      REVERSED_LINE_USER_KEY5
,      REVERSED_LINE_USER_KEY6
,      TRX_LINE_DESCRIPTION
,      PRODUCT_DESCRIPTION
,      TRX_WAYBILL_NUMBER
,      TRX_LINE_GL_DATE
,      MERCHANT_PARTY_DOCUMENT_NUMBER
FROM ZX.ZX_REVERSE_TRX_LINES_GT;

Dependencies

[top of page]

ZX.ZX_REVERSE_TRX_LINES_GT does not reference any database object

ZX.ZX_REVERSE_TRX_LINES_GT is referenced by following:

SchemaAPPS
SynonymZX_REVERSE_TRX_LINES_GT