[Home] [Help]
[Dependency Information]
| Object Name: | MR_SHCL_DTL |
|---|---|
| Object Type: | TABLE |
| Owner: | GMP |
| FND Design Data: | GMP.MR_SHCL_DTL
|
| Subobject Name: | |
| Status: | VALID |
Shop calendar details. Contains details of each date in the shop
calendar which is used by MRP.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MR_SHCL_DTL_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CALENDAR_ID
CALENDAR_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CALENDAR_ID | NUMBER | (10) | Yes | Surrogate key for the calendar for which details are stored. |
| CALENDAR_DATE | DATE | Yes | Calendar date. | |
| SECS_SINCE_DAY0 | NUMBER | (10) | Yes | Seconds elapsed since day 0. Used in calculation of start times for shifts (day) |
| DAYS_SINCE_DAY0 | NUMBER | (10) | Yes | Days passed since day 0. Used in calculation of purchase/transfer suggestions |
| SHOPDAY_NO | VARCHAR2 | (8) | Yes | Code identifying the shop day for this date. |
| DELETE_MARK | NUMBER | (5) | Yes | Standard: 0=Active record (default); 1=Marked for (logical) deletion. |
| TEXT_CODE | NUMBER | (10) | ID which joins any rows of text in this table to the Text Table for this Module | |
| CREATION_DATE | DATE | Yes | Standard who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT CALENDAR_ID
, CALENDAR_DATE
, SECS_SINCE_DAY0
, DAYS_SINCE_DAY0
, SHOPDAY_NO
, DELETE_MARK
, TEXT_CODE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM GMP.MR_SHCL_DTL;
GMP.MR_SHCL_DTL does not reference any database object
GMP.MR_SHCL_DTL is referenced by following:
APPS
MR_SHCL_DTL
|
|
|
|