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


TABLE: BOM.BOM_PERIOD_START_DATES

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


BOM_PERIOD_START_DATES stores periods between the calendar start date
and end dates that the workday calendar program generates. The workday
calendar program generates period start dates that depend on the
quarterly calendar type you choose for your calendar. For a quarterly
calendar type 4-4-5, the first period is the beginning of the first
week, second and third period is the end of 4 weeks, fourth is at the
end of 5 weeks and so on. Similarly, you can have a 5-4-4 pattern for
your calendar. A thirteen period quarterly calendar type has 13 equal
periods of 4 weeks each for a year. A regular calendar quarterly
calendar type follows a Julian calendar to decide the periods.
.
Each period start date has a name which can be either 1-13P or JAN-DEC
depending on the quarterly calendar type you chose. This table stores
next period and prior period. A sequence starting at 1, is assigned to
each period.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BOM_PERIOD_START_DATES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCALENDAR_CODE
ColumnEXCEPTION_SET_ID
ColumnPERIOD_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
PERIOD_START_DATE DATE
Yes Period start 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
PERIOD_SEQUENCE_NUM NUMBER

Sequence number
PERIOD_NAME VARCHAR2 (3)
Period Name (depends on quarterly calendar type chosen)
NEXT_DATE DATE
Yes Next calendar 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
,      PERIOD_START_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
,      PERIOD_SEQUENCE_NUM
,      PERIOD_NAME
,      NEXT_DATE
,      PRIOR_DATE
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM BOM.BOM_PERIOD_START_DATES;

Dependencies

[top of page]

BOM.BOM_PERIOD_START_DATES does not reference any database object

BOM.BOM_PERIOD_START_DATES is referenced by following:

SchemaAPPS
SynonymBOM_PERIOD_START_DATES