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


TABLE: AX.AX_TEMP_OUT

Object Details
Object Name: AX_TEMP_OUT
Object Type: TABLE
Owner: AX
FND Design Data: TableAX.AX_TEMP_OUT
Subobject Name:
Status: VALID


This temporary table is used by the AX Compiler during the fetch
phase to extract the data from the translation scheme tables. It
includes a row for every token that has to be generated by the fetch
phase.
Each row contains the order position of the token, the token type and
its value.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: AX_TEMP_OUT_PK
  1. ColumnIND
Indexes
Index Type Uniqueness Tablespace Column
AX_TEMP_OUT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnIND
Columns
Name Datatype Length Mandatory Comments
IND NUMBER
Yes Position of the token
TOKEN NUMBER

Token type
VALUE VARCHAR2 (255)
Token value
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

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


SELECT IND
,      TOKEN
,      VALUE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM AX.AX_TEMP_OUT;

Dependencies

[top of page]

AX.AX_TEMP_OUT does not reference any database object

AX.AX_TEMP_OUT is referenced by following:

SchemaAPPS
SynonymAX_TEMP_OUT