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


TABLE: JTF.CAC_SR_PERIOD_DETAILS

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


This table stores details of a period


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CAC_SR_PERIOD_DETAILS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERIOD_DETAIL_ID
CAC_SR_PERIOD_DETAILS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERIOD_ID
CAC_SR_PERIOD_DETAILS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERIOD_DTL_TYPE_ID
Columns
Name Datatype Length Mandatory Comments
PERIOD_DETAIL_ID NUMBER
Yes Unique ID for period detail
PERIOD_ID NUMBER
Yes Id of the period for which this period detail is created
START_TIME_MS NUMBER
Yes Start time for period detail
END_TIME_MS NUMBER
Yes End time for period detail
CORE_FLAG VARCHAR2 (1) Yes Indicates whether the time specified is mandatory working hours or not
PERIOD_DTL_TYPE_ID NUMBER
Yes Id of period detail type for this period detail
MIN_BREAK_MINS NUMBER

Minimum break minutes
MAX_BREAK_MINS NUMBER

Maximum break minutes
CREATED_BY NUMBER
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
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

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID)
Query Text

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


SELECT PERIOD_DETAIL_ID
,      PERIOD_ID
,      START_TIME_MS
,      END_TIME_MS
,      CORE_FLAG
,      PERIOD_DTL_TYPE_ID
,      MIN_BREAK_MINS
,      MAX_BREAK_MINS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM JTF.CAC_SR_PERIOD_DETAILS;

Dependencies

[top of page]

JTF.CAC_SR_PERIOD_DETAILS does not reference any database object

JTF.CAC_SR_PERIOD_DETAILS is referenced by following:

SchemaAPPS
SynonymCAC_SR_PERIOD_DETAILS