[Home] [Help]
[Dependency Information]
| Object Name: | PS_SCHD_FOR |
|---|---|
| Object Type: | TABLE |
| Owner: | GMP |
| FND Design Data: | GMP.PS_SCHD_FOR
|
| Subobject Name: | |
| Status: | VALID |
Schedule forecast association. List of forecasts which are to be considered for this schedule.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PS_SCHD_FOR_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SCHEDULE_ID
FORECAST_ID
|
| PS_SCHD_FORI1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
FORECAST_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SCHEDULE_ID | NUMBER | (10) | Yes | Surrogate key for the schedule to which forecasts are associated. |
| FORECAST_ID | NUMBER | (10) | Surrogate key for the forecast which is associated to a schedule. | |
| TEXT_CODE | NUMBER | (10) | ID which joins any rows of text in this table to the Text Table for this Module | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| ORGANIZATION_ID | NUMBER | Organization ID of the forecast designator | ||
| FORECAST_DESIGNATOR | VARCHAR2 | (10) | Forecast Designator from Oracle Forecasting |
Cut, paste (and edit) the following text to query this object:
SELECT SCHEDULE_ID
, FORECAST_ID
, TEXT_CODE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORGANIZATION_ID
, FORECAST_DESIGNATOR
FROM GMP.PS_SCHD_FOR;
GMP.PS_SCHD_FOR does not reference any database object
GMP.PS_SCHD_FOR is referenced by following:
GMP
PS_SCHD_FOR#
|
|
|
|