[Home] [Help]
[Dependency Information]
Object Name: | CRP_CAL_SHIFT_DELTA |
---|---|
Object Type: | TABLE |
Owner: | CRP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
CRP_CAL_SHIFT_DELTA stores the deltas between the organization
calendar stored in BOM_CALENDAR_DATES and the shift calendars stored
in BOM_SHIFT_DATES. It stores a row for each workday in the
organization calendar which is not a workday in the shift calendars
and a row for each workday in the shift calendar which is not a
workday in the organization calendar.
.
DELTA_CODE is set to 1 if the workday is defined as a workday in the
organization calendar but not in the shifts calendar. It is set to 2
if the workday is defined as a workday in the shifts calendar but not
in the organization calendar.
.
This table is be populated by the Oracle Bills of Material Build
Workday Calendar concurrent program. The RCCP and CRP inquiries and
reports use this table to calculate the available hours of
department-resources.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
CRP_CAL_SHIFT_DELTA_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CALENDAR_CODE | VARCHAR2 | (10) | Yes | Calendar identifier |
EXCEPTION_SET_ID | NUMBER | Yes | Exception set identifier | |
SHIFT_NUM | NUMBER | Yes | Shift identifier | |
CALENDAR_DATE | DATE | Yes | Shift workday date or organization calendar workday date | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
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 | ||
DELTA_CODE | NUMBER | Yes | Delta code | |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT CALENDAR_CODE
, EXCEPTION_SET_ID
, SHIFT_NUM
, CALENDAR_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, DELTA_CODE
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM CRP.CRP_CAL_SHIFT_DELTA;
CRP.CRP_CAL_SHIFT_DELTA does not reference any database object
CRP.CRP_CAL_SHIFT_DELTA is referenced by following:
|
|
|