[Home] [Help]
[Dependency Information]
| Object Name: | FC_FCST_HDR |
|---|---|
| Object Type: | TABLE |
| Owner: | GMP |
| FND Design Data: | GMP.FC_FCST_HDR
|
| Subobject Name: | |
| Status: | VALID |
Forecast header.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FC_FCST_HDR_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
FORECAST_ID
|
| FC_FCST_HDR_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
FORECAST
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FORECAST_ID | NUMBER | (10) | Yes | Surrogate key for the forecast. |
| FORECAST | VARCHAR2 | (16) | Yes | Name of the forecast. |
| FORECAST_DESC | VARCHAR2 | (40) | Yes | Description of the forecast. |
| 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 | |
| IN_USE | NUMBER | (10) | Not currently used | |
| 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 | |
| FORECAST_SET | VARCHAR2 | (10) | This column identifies the forecast set | |
| CONSUMPTION_IND | NUMBER | This is the Forecast Consumption Indicator | ||
| BACKWARD_TIME_FENCE | NUMBER | This column identifies the backward consumption days | ||
| FORWARD_TIME_FENCE | NUMBER | This column identifies the forward consumption days |
Cut, paste (and edit) the following text to query this object:
SELECT FORECAST_ID
, FORECAST
, FORECAST_DESC
, DELETE_MARK
, TEXT_CODE
, IN_USE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, FORECAST_SET
, CONSUMPTION_IND
, BACKWARD_TIME_FENCE
, FORWARD_TIME_FENCE
FROM GMP.FC_FCST_HDR;
GMP.FC_FCST_HDR does not reference any database object
GMP.FC_FCST_HDR is referenced by following:
GMP
FC_FCST_HDR#
|
|
|
|