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


TABLE: FTE.FTE_SEL_RESULTS

Object Details
Object Name: FTE_SEL_RESULTS
Object Type: TABLE
Owner: FTE
FND Design Data: TableFTE.FTE_SEL_RESULTS
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
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
Query Text

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;

Dependencies

[top of page]

FTE.FTE_SEL_RESULTS does not reference any database object

FTE.FTE_SEL_RESULTS is referenced by following:

SchemaAPPS
SynonymFTE_SEL_RESULTS