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


TABLE: JTF.JTF_CAL_EXCEPTIONS_B

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


A repeating pattern may be overridden by irregular events, for example a company holiday may interrupt the normal cycle of a work pattern. Exceptions may be simple, e.g., one day off, or complex, e.g., shifts during Christmas week. By defining a pattern, it is possible to specify simple or complex periods of time and the availability at each point in the period. That pattern may then be used to override another pattern for a specified period of time. When an exception pattern is applied to a repeating pattern from a given date and time, the repeating cycle will be interrupted by the exceptional pattern for one iteration and then the original pattern will resume.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_CAL_EXCEPTIONS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXCEPTION_ID
JTF_CAL_EXCEPTIONS_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXCEPTION_CATEGORY
Columns
Name Datatype Length Mandatory Comments
EXCEPTION_ID NUMBER
Yes Primary Key column. Standard Oracle Applications unique key. A number starting at 10,000 and being incremented by one for each new row in the table.
START_DATE_TIME DATE
Yes Start date/time of the exception
END_DATE_TIME DATE
Yes End date/time of the exception
EXCEPTION_CATEGORY VARCHAR2 (240) Yes Exception Category. Foreign key to FND_LOOKUP_VALUES.
OBJECT_VERSION_NUMBER NUMBER (9)
Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed. It is used for database locking control when using Forms /HTML as a user interface.
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).
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

Column used for Applications Hosting purposes
Query Text

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


SELECT EXCEPTION_ID
,      START_DATE_TIME
,      END_DATE_TIME
,      EXCEPTION_CATEGORY
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      ATTRIBUTE_CATEGORY
,      SECURITY_GROUP_ID
FROM JTF.JTF_CAL_EXCEPTIONS_B;

Dependencies

[top of page]

JTF.JTF_CAL_EXCEPTIONS_B does not reference any database object

JTF.JTF_CAL_EXCEPTIONS_B is referenced by following:

SchemaAPPS
SynonymJTF_CAL_EXCEPTIONS_B