[Home] [Help]
[Dependency Information]
Object Name: | CE_FORECAST_EXT_VIEWS |
---|---|
Object Type: | TABLE |
Owner: | CE |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The CE_FORECAST_EXT_VIEWS table stores information related to the external sources that you are planning to use as a basis for forecasting. It stores the name you give to this source type, the view name of the source transactions, and the database link name.
This table corresponds to the Forecast External Sources form.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
CE_FORECAST_EXT_VIEWS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EXTERNAL_SOURCE_TYPE | VARCHAR2 | (30) | Yes | Name of the external source type |
EXTERNAL_SOURCE_VIEW | VARCHAR2 | (160) | Yes | View name of the external source for forecasting |
DB_LINK_NAME | VARCHAR2 | (128) | Database link name if the external source is located in a remote database. | |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT EXTERNAL_SOURCE_TYPE
, EXTERNAL_SOURCE_VIEW
, DB_LINK_NAME
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM CE.CE_FORECAST_EXT_VIEWS;
CE.CE_FORECAST_EXT_VIEWS does not reference any database object
CE.CE_FORECAST_EXT_VIEWS is referenced by following:
|
|
|