[Home] [Help]
[Dependency Information]
| Object Name: | FTE_SEL_ATTRIBUTES_TMP |
|---|---|
| Object Type: | TABLE |
| Owner: | FTE |
| FND Design Data: | FTE.FTE_SEL_ATTRIBUTES_TMP
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FTE_SEL_ATTRIBUTES_TMP_N1 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
QUERY_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| QUERY_ID | NUMBER | Yes | Identifier that groups all attributes in the temp table that are used for a query execution | |
| ATTRIBUTE_CODE | VARCHAR2 | (30) | Caode of the attribute to be used in the query execution | |
| ATTRIBUTE_VALUE | VARCHAR2 | (240) | character value of the query attribute | |
| ATTRIBUTE_VALUE_NUMBER | NUMBER | numeric value of the query attribute |
Cut, paste (and edit) the following text to query this object:
SELECT QUERY_ID
, ATTRIBUTE_CODE
, ATTRIBUTE_VALUE
, ATTRIBUTE_VALUE_NUMBER
FROM FTE.FTE_SEL_ATTRIBUTES_TMP;
FTE.FTE_SEL_ATTRIBUTES_TMP does not reference any database object
FTE.FTE_SEL_ATTRIBUTES_TMP is referenced by following:
FTE
FTE_SEL_ATTRIBUTES_TMP#
|
|
|
|