[Home] [Help]
[Dependency Information]
| Object Name: | PS_SCHD_DTL |
|---|---|
| Object Type: | TABLE |
| Owner: | GMP |
| FND Design Data: | GMP.PS_SCHD_DTL
|
| Subobject Name: | |
| Status: | VALID |
Schedule detail. Stores data on the organizations which are part of
this schedule, and the shop calendar and timefences for those organizations.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PS_SCHD_DTL_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SCHEDULE_ID
ORGN_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SCHEDULE_ID | NUMBER | (10) | Yes | Surrogate key for the schedule. |
| ORGN_CODE | VARCHAR2 | (4) | Code for the organization which is part of the schedule. | |
| CALENDAR_ID | NUMBER | (10) | Surrogate key for the shop calendar used by the organization. | |
| INNER_TIMEFENCE | NUMBER | Earliest date on which any replenishment action can be initiated in the warehouse | ||
| OUTER_TIMEFENCE | NUMBER | Latest date on which any replenishmnt can be started for this organization (Warehouse) | ||
| 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 | |
| ORGANIZATION_ID | NUMBER | Organization ID of the organization included in schedule |
Cut, paste (and edit) the following text to query this object:
SELECT SCHEDULE_ID
, ORGN_CODE
, CALENDAR_ID
, INNER_TIMEFENCE
, OUTER_TIMEFENCE
, TEXT_CODE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, ORGANIZATION_ID
FROM GMP.PS_SCHD_DTL;
GMP.PS_SCHD_DTL does not reference any database object
GMP.PS_SCHD_DTL is referenced by following:
GMP
PS_SCHD_DTL#
|
|
|
|