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


TABLE: CE.CE_FORECAST_EXT_VIEWS

Object Details
Object Name: CE_FORECAST_EXT_VIEWS
Object Type: TABLE
Owner: CE
FND Design Data: TableCE.CE_FORECAST_EXT_VIEWS
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.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CE_FORECAST_EXT_VIEWS_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnEXTERNAL_SOURCE_TYPE
Columns
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
Query Text

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;

Dependencies

[top of page]

CE.CE_FORECAST_EXT_VIEWS does not reference any database object

CE.CE_FORECAST_EXT_VIEWS is referenced by following:

SchemaAPPS
SynonymCE_FORECAST_EXT_VIEWS