[Home] [Help]
[Dependency Information]
Object Name: | FTE_SEL_RESULTS |
---|---|
Object Type: | TABLE |
Owner: | FTE |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table holds the result header information. Result attributes and values are stored in the FTE_SEL_RESULTS table. A result may have one or more attributes.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RESULT_ID | NUMBER | Yes | Primary key for the table | |
NAME | VARCHAR2 | (30) | Yes | Name of the result |
DESCRIPTION | VARCHAR2 | (240) | Description of the result | |
ENABLED_FLAG | VARCHAR2 | (1) | Flag indicating if the rule is enabled (active) or not | |
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 | ||
RANK | NUMBER | Indicates the rank (Precedence) of the result in the result set of a rule |
Cut, paste (and edit) the following text to query this object:
SELECT RESULT_ID
, NAME
, DESCRIPTION
, ENABLED_FLAG
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, RANK
FROM FTE.FTE_SEL_RESULTS;
FTE.FTE_SEL_RESULTS does not reference any database object
FTE.FTE_SEL_RESULTS is referenced by following:
|
|
|