[Home] [Help]
[Dependency Information]
Object Name: | BOM_CALENDAR_MONTHS_VIEW |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CALENDAR_CODE | VARCHAR2 | (10) | Yes | Workday calendar identifier |
EXCEPTION_SET_ID | NUMBER | Yes | Exception set unique identifier | |
YEAR | NUMBER | Calendar year | ||
MONTH_NUM | NUMBER | Calendar month number | ||
MONTH | VARCHAR2 | (9) | Calendar Month | |
FIRST_DAY | DATE | First day of month |
Cut, paste (and edit) the following text to query this object:
SELECT CALENDAR_CODE
, EXCEPTION_SET_ID
, YEAR
, MONTH_NUM
, MONTH
, FIRST_DAY
FROM APPS.BOM_CALENDAR_MONTHS_VIEW;
APPS.BOM_CALENDAR_MONTHS_VIEW is not referenced by any database object
|
|
|