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


TABLE: BOM.BOM_CAL_WEEK_START_DATES

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


BOM_CAL_WEEK_START_DATES stores all the weeks between the calendar
start date and calendar end date for a calendar and exception set. All
calendar week start dates are valid work days. A sequence is generated
beginning from the first week start date. The next week start date and
prior week start date are also stored in this table.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BOM_CAL_WEEK_START_DATES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCALENDAR_CODE
ColumnEXCEPTION_SET_ID
ColumnWEEK_START_DATE
Columns
Name Datatype Length Mandatory Comments
CALENDAR_CODE VARCHAR2 (10) Yes Workday calendar identifier
EXCEPTION_SET_ID NUMBER
Yes Exception set unique identifier
WEEK_START_DATE DATE
Yes Week start date
LAST_UPDATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER

Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER
Yes Standard Who Column
NEXT_DATE DATE
Yes Date corresponding to the next working date
PRIOR_DATE DATE
Yes Date corresponding to the prior working date
SEQ_NUM NUMBER
Yes Sequence number (for working days)
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
,      WEEK_START_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      NEXT_DATE
,      PRIOR_DATE
,      SEQ_NUM
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM BOM.BOM_CAL_WEEK_START_DATES;

Dependencies

[top of page]

BOM.BOM_CAL_WEEK_START_DATES does not reference any database object

BOM.BOM_CAL_WEEK_START_DATES is referenced by following:

SchemaAPPS
SynonymBOM_CAL_WEEK_START_DATES