[Home] [Help]
[Dependency Information]
| Object Name: | FTE_SEL_RESULT_ATTRIBUTES |
|---|---|
| Object Type: | TABLE |
| Owner: | FTE |
| FND Design Data: | FTE.FTE_SEL_RESULT_ATTRIBUTES
|
| Subobject Name: | |
| Status: | VALID |
This table holds attributes and attribute values for specific results. Each result attribute must be assigned to a result.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FTE_SEL_RESULT_ATTRIBUTES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RESULT_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESULT_ATTRIBUTE_ID | NUMBER | Yes | Primary key for the table | |
| RESULT_ID | NUMBER | Yes | Result that the result attribute is associated with | |
| ATTRIBUTE_CODE | VARCHAR2 | (30) | Yes | code of the result attribute |
| ATTRIBUTE_VALUE | VARCHAR2 | (240) | Yes | value of the result attribute |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT RESULT_ATTRIBUTE_ID
, RESULT_ID
, ATTRIBUTE_CODE
, ATTRIBUTE_VALUE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM FTE.FTE_SEL_RESULT_ATTRIBUTES;
FTE.FTE_SEL_RESULT_ATTRIBUTES does not reference any database object
FTE.FTE_SEL_RESULT_ATTRIBUTES is referenced by following:
FTE
FTE_SEL_RESULT_ATTRIBUTES#
|
|
|
|