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


TABLE: CS.CS_KB_REPOSITORIES

Object Details
Object Name: CS_KB_REPOSITORIES
Object Type: TABLE
Owner: CS
FND Design Data: TableCS.CS_KB_REPOSITORIES
Subobject Name:
Status: VALID


This table stores the repository data. A repository is used to perform a search in the search module of Knowledge Management. A repository includes a JRAD region to render the result, a view object to perform the search, and a view object to get the hit count.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CS_KB_REPOSITORIES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREPOSITORY_ID
CS_KB_REPOSITORIES_U2 FUNCTION-BASED NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnUPPER("REPOSITORY_NAME")
Columns
Name Datatype Length Mandatory Comments
REPOSITORY_ID NUMBER (15) Yes The Repository Entity Identifier
REPOSITORY_NAME VARCHAR2 (80) Yes The Name of the Repository
REPOSITORY_TYPE VARCHAR2 (30) Yes The Repository Type. Seeded Repositories have a type of "SEEDED". Customer defined Repositories will be represented by a type defined in the FND Lookup CS_KB_REPOSITORY_TYPE
RESULT_REGION VARCHAR2 (300) Yes The JRAD region that renders the search result. This represents the Full Path for the View Object
SEARCH_RESULT_VO VARCHAR2 (300) Yes The View Object that performs the Search. This represents the Full Path of the View Object.
SEARCH_RESULT_COUNT_VO VARCHAR2 (300) Yes The View Object that retrieves the Hit Count for the Search. This represents the Full Path of the View Object.
UPDATABLE VARCHAR2 (1)
The value to indicate whether the Repository is Updatable. The Corresponding 'Y' or 'N' values are defined in the FND Lookup YES_NO. A null value will be interpretted as 'N'.
OBJECT_VERSION_NUMBER NUMBER (15) Yes Standard Column for Object Version Number
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
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield structure defining column
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT REPOSITORY_ID
,      REPOSITORY_NAME
,      REPOSITORY_TYPE
,      RESULT_REGION
,      SEARCH_RESULT_VO
,      SEARCH_RESULT_COUNT_VO
,      UPDATABLE
,      OBJECT_VERSION_NUMBER
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
FROM CS.CS_KB_REPOSITORIES;

Dependencies

[top of page]

CS.CS_KB_REPOSITORIES does not reference any database object

CS.CS_KB_REPOSITORIES is referenced by following:

SchemaAPPS
SynonymCS_KB_REPOSITORIES