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


TABLE: JTF.JTF_TASK_RECUR_RULES

Object Details
Object Name: JTF_TASK_RECUR_RULES
Object Type: TABLE
Owner: JTF
FND Design Data: TableJTF.JTF_TASK_RECUR_RULES
Subobject Name:
Status: VALID


This table stores all the recurrence rules.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_TASK_RECUR_RULES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRECURRENCE_RULE_ID
Columns
Name Datatype Length Mandatory Comments
RECURRENCE_RULE_ID NUMBER
Yes Task recurrence unique identifier
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
OBJECT_VERSION_NUMBER NUMBER
Yes Sequential number used for database locking control when using HTML as a user interface
OCCURS_WHICH NUMBER

Indicates on which day the task recurs. E.g., for recurrence rule "2nd Wednesday of every month" 2 will be stored in this field
DAY_OF_WEEK NUMBER

The day of the week that the task recurs
DATE_OF_MONTH NUMBER

The date of the month that the task recurs
OCCURS_MONTH NUMBER

Indicates on which month the task recurs for the yearly recurring tasks. Stores a number from 1 to 12. E.g., for recurrence rule "4th July of every year" 7 will be stored in this field
OCCURS_UOM VARCHAR2 (3) Yes Unit of measure for the recurrence
OCCURS_EVERY NUMBER
Yes Number of minutes, hours, days, weeks, months or years for the recurrence
OCCURS_NUMBER NUMBER

Total number of recurrences
START_DATE_ACTIVE DATE
Yes Date before which the recurrence is not enabled
END_DATE_ACTIVE DATE

Date after which the recurrence is not enabled
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield structure definition column.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
SUNDAY VARCHAR2 (1)
A flag to indicate that this task/appointment repeats on every Sunday. The possible values are Y and N.
MONDAY VARCHAR2 (1)
A flag to indicate that this task/appointment repeats on every Monday. The possible values are Y and N.
TUESDAY VARCHAR2 (1)
A flag to indicate that this task/appointment repeats on every Tuesday. The possible values are Y and N.
WEDNESDAY VARCHAR2 (1)
A flag to indicate that this task/appointment repeats on every Wednesday. The possible values are Y and N.
THURSDAY VARCHAR2 (1)
A flag to indicate that this task/appointment repeats on every Thursday. The possible values are Y and N.
FRIDAY VARCHAR2 (1)
A flag to indicate that this task/appointment repeats on every Friday. The possible values are Y and N.
SATURDAY VARCHAR2 (1)
A flag to indicate that this task/appointment repeats on every Saturday. The possible values are Y and N.
DATE_SELECTED VARCHAR2 (1)
A flag to indicate which date is used in the task/appointment. The possbile values are P for Planned, S for Scheduled, A for Actual.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RECURRENCE_RULE_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      OCCURS_WHICH
,      DAY_OF_WEEK
,      DATE_OF_MONTH
,      OCCURS_MONTH
,      OCCURS_UOM
,      OCCURS_EVERY
,      OCCURS_NUMBER
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      ATTRIBUTE_CATEGORY
,      SECURITY_GROUP_ID
,      SUNDAY
,      MONDAY
,      TUESDAY
,      WEDNESDAY
,      THURSDAY
,      FRIDAY
,      SATURDAY
,      DATE_SELECTED
FROM JTF.JTF_TASK_RECUR_RULES;

Dependencies

[top of page]

JTF.JTF_TASK_RECUR_RULES does not reference any database object

JTF.JTF_TASK_RECUR_RULES is referenced by following:

SchemaAPPS
SynonymJTF_TASK_RECUR_RULES