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


TABLE: BOM.BOM_CALENDAR_DATES

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


BOM_CALENDAR_DATES stores data compiled by the workday calendar for
the base calendar. This table stores every date between the calendar
start date and calendar end date for the given calendar using a
specified exception set.
.
The workday calendar program sequences each work day for the calendar,
starting with 1. Non-working days have NULL values for SEQ_NUM.
PRIOR_SEQ_NUM and NEXT_SEQ_NUM point to the previous and next
workdays. For rows that represent workdays, prior equals next. For
non-working days prior points to previous workday and next points to
next workday.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BOM_CALENDAR_DATES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCALENDAR_DATE
ColumnCALENDAR_CODE
ColumnEXCEPTION_SET_ID
BOM_CALENDAR_DATES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnNEXT_DATE
ColumnCALENDAR_CODE
ColumnEXCEPTION_SET_ID
BOM_CALENDAR_DATES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPRIOR_DATE
ColumnCALENDAR_CODE
ColumnEXCEPTION_SET_ID
BOM_CALENDAR_DATES_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSEQ_NUM
ColumnCALENDAR_DATE
ColumnCALENDAR_CODE
ColumnEXCEPTION_SET_ID
Columns
Name Datatype Length Mandatory Comments
CALENDAR_CODE VARCHAR2 (10) Yes Workday calendar identifier
EXCEPTION_SET_ID NUMBER
Yes Exception set unique identifier
CALENDAR_DATE DATE
Yes Calendar date
LAST_UPDATED_BY NUMBER
Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER

Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
SEQ_NUM NUMBER

Sequence number (for working days only)
NEXT_SEQ_NUM NUMBER
Yes Next sequence number
PRIOR_SEQ_NUM NUMBER
Yes Prior sequence number
NEXT_DATE DATE
Yes Date corresponding to next sequence number
PRIOR_DATE DATE
Yes 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
,      CALENDAR_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      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_CALENDAR_DATES;

Dependencies

[top of page]

BOM.BOM_CALENDAR_DATES does not reference any database object

BOM.BOM_CALENDAR_DATES is referenced by following:

SchemaAPPS
SynonymBOM_CALENDAR_DATES