[Home] [Help]
[Dependency Information]
| Object Name: | BOM_ORG_CAL_DATES_VIEW |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BOM.BOM_ORG_CAL_DATES_VIEW
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view allows you to retrieve data from BOM_CALENDAR_DATES without knowing the exception set or calendar name for an organization. The view joins with MTL_PARAMETERS and determines
the calendar and exception set to which the organization points. Further, joining to BOM_CALENDAR_DATES gets the calendar dates, sequence number, prior sequence num , prior date, next sequence number, and next date.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
| CALENDAR_DATE | DATE | Yes | Calendar date | |
| SEQ_NUM | NUMBER | Sequence number for working days | ||
| PRIOR_SEQ_NUM | NUMBER | Yes | Prior sequence number | |
| PRIOR_DATE | DATE | Yes | Calendar date for prior sequence number | |
| NEXT_SEQ_NUM | NUMBER | Yes | Next sequence number | |
| NEXT_DATE | DATE | Yes | Calendar date for next sequence number |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, CALENDAR_DATE
, SEQ_NUM
, PRIOR_SEQ_NUM
, PRIOR_DATE
, NEXT_SEQ_NUM
, NEXT_DATE
FROM APPS.BOM_ORG_CAL_DATES_VIEW;
APPS
BOM_CALENDAR_DATES
MTL_PARAMETERS
APPS.BOM_ORG_CAL_DATES_VIEW is not referenced by any database object
|
|
|
|