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


TABLE: BOM.BOM_SHIFT_DATES

Object Details
Object Name: BOM_SHIFT_DATES
Object Type: TABLE
Owner: BOM
FND Design Data: TableBOM.BOM_SHIFT_DATES
Subobject Name:
Status: VALID


BOM_SHIFT_DATES stores information about compiled data for shift
calendars. This table stores every date between the calendar start
date and calendar end date for a calendar name and exception set. The
workday calendar program assigns a sequence number starting at 1, to
each date. The program generates the prior sequence number and next
sequence number for every calendar date that is stored in this table.
This table stores values for sequence number, prior sequence number
and next sequence number for a non-working day. The values for these
columns are equal to a working day. The workday calendar program
generates a shift calendar for each shift you define for your
calendar.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BOM_SHIFT_DATES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCALENDAR_CODE
ColumnEXCEPTION_SET_ID
ColumnSHIFT_DATE
ColumnSHIFT_NUM
Columns
Name Datatype Length Mandatory Comments
CALENDAR_CODE VARCHAR2 (10) Yes Workday calendar identifier
EXCEPTION_SET_ID NUMBER
Yes Exception set unique identifier
SHIFT_NUM NUMBER
Yes Shift number
SHIFT_DATE DATE
Yes Calendar date
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
SEQ_NUM NUMBER

Sequence number for shift date (only for working dates)
NEXT_SEQ_NUM NUMBER
Yes Next sequence number for calendar date (working day)
PRIOR_SEQ_NUM NUMBER
Yes Prior sequence number for calendar date (working day)
NEXT_DATE DATE
Yes Next date corresponding to next sequence number
PRIOR_DATE DATE
Yes Prior date corresponding to prior sequence number
REQUEST_ID NUMBER

Concurrent Who column
PROGRAM_APPLICATION_ID NUMBER

Concurrent Who column
PROGRAM_ID NUMBER

Concurrent Who column
PROGRAM_UPDATE_DATE DATE

Concurrent Who column
Query Text

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


SELECT CALENDAR_CODE
,      EXCEPTION_SET_ID
,      SHIFT_NUM
,      SHIFT_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
,      SEQ_NUM
,      NEXT_SEQ_NUM
,      PRIOR_SEQ_NUM
,      NEXT_DATE
,      PRIOR_DATE
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM BOM.BOM_SHIFT_DATES;

Dependencies

[top of page]

BOM.BOM_SHIFT_DATES does not reference any database object

BOM.BOM_SHIFT_DATES is referenced by following:

SchemaAPPS
SynonymBOM_SHIFT_DATES