DBA Data[Home] [Help] [Dependency Information]


TABLE: GMP.PS_SCHD_DTL

Object Details
Object Name: PS_SCHD_DTL
Object Type: TABLE
Owner: GMP
FND Design Data: TableGMP.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PS_SCHD_DTL_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSCHEDULE_ID
ColumnORGN_CODE
Columns
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
Query Text

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;

Dependencies

[top of page]

GMP.PS_SCHD_DTL does not reference any database object

GMP.PS_SCHD_DTL is referenced by following:

SchemaAPPS
SynonymPS_SCHD_DTL