SDTE_FILTER_DETAIL

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SDTE_FILTER_DETAIL_PK

EXTRACT_FILTER_ID

Columns

Name Datatype Length Precision Not-null Comments
EXTRACT_FILTER_ID NUMBER 18 Yes This field use SDTE_FILTER_DETAIL_S sequence to generate the auto-increment field for the extract request filter details.
EXTRACT_ID NUMBER 18 Yes Foreign key to extract details table.
FILTER_CONDITION VARCHAR2 4000 Yes Textual representation of the filter condition.
EXTRACT_SQL_CLAUSE VARCHAR2 4000 Custom filter criteria to construct orderby or limit or offset.
ADD_FD_1 VARCHAR2 4000 Additional Field
ADD_FD_2 VARCHAR2 4000 Additional Field
ADD_FD_3 BLOB Additional Field
ADD_FD_4 BLOB Additional Field
ADD_FD_5 NUMBER 18 Additional Field
ADD_FD_6 NUMBER 18 Additional Field
ADD_FD_7 TIMESTAMP Additional Field
ADD_FD_8 TIMESTAMP Additional Field
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
SDTE_FILTER_DETAIL_U1 Unique Default EXTRACT_FILTER_ID