SDTE_SCHEDULE_DETAIL

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SDTE_SCHEDULE_DETAIL_PK

SC_DETAILS_ID

Columns

Name Datatype Length Precision Not-null Comments
SC_DETAILS_ID NUMBER 18 Yes This field uses SDTE_SCHEDULE_DETAIL_S sequence to generate the auto-increment field for each schedule details of an extraction request.
SCHEDULE_NAME VARCHAR2 1000 Yes Schedule Name. Used alike while creating ESS schedule.
EXTRACT_ID NUMBER 18 Yes Foreign key to the extraction details table.
ACTIVE NUMBER 1 Yes Flag whether the schedule is Active or not.
FREQUENCY VARCHAR2 100 Yes Frequency of occurance of the schedule
FREQUENCY_MINUTE_INTERVAL NUMBER 18 In case the schedule is in Minutes, the value of the interval.
FREQUENCY_HOURLY_INTERVAL NUMBER 18 In case the schedule is in Hour, the value of the interval.
FREQUENCY_DAILY_INTERVAL NUMBER 18 In case the schedule is in Daily, the value of the interval.
FREQUENCY_WEEKLY_INTERVAL NUMBER 18 In case the schedule is in weeks, the value of interval.
FREQUENCY_MONTHLY_INTERVAL NUMBER 18 In case the schedule is in Months, the value of interval.
FREQUENCY_YEARLY_INTERVAL NUMBER 18 In case the schedule is in Years, the value of interval.
TIMEZONE VARCHAR2 10 Time zone to create the schedule
STARTTIME TIMESTAMP Start time of the schedule.
ENDTIME TIMESTAMP End time of the schedule.
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_SCHEDULE_DETAIL_U1 Unique Default SC_DETAILS_ID