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


TABLE: CS.CS_KB_SOLN_CATEGORIES_B

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


Knowledge Base Solution Categories (Base table). This is a self referencing, one to many, tree structure of Categories and SubCaregories. Categories are associated to Solutions via the table CS_KB_SET_CATEGORIES. Parent Categories are assigned to Category Groups via the table CS_KB_CAT_GROUP_MEMBERS.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CS_KB_SOLN_CATEGORIES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCATEGORY_ID
CS_KB_SOLN_CATEGORIES_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARENT_CATEGORY_ID
Columns
Name Datatype Length Mandatory Comments
CATEGORY_ID NUMBER (15) Yes Identifier for Knowledge Base Solution categories
PARENT_CATEGORY_ID NUMBER (15) Yes Self referencing foreign key. Establishes tree heirarchy for solution categories. Parent Category Id of -1 indicates that the parent is the root of the tree.
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.
SECURITY_GROUP_ID NUMBER

Used in hosted environments.
VISIBILITY_ID NUMBER (15) Yes The Visibility Identifer associated to the Solution Category. This is the Foreign Key to CS_KB_VISIBILITIES_B.VISIBILITY_ID
Query Text

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


SELECT CATEGORY_ID
,      PARENT_CATEGORY_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      VISIBILITY_ID
FROM CS.CS_KB_SOLN_CATEGORIES_B;

Dependencies

[top of page]

CS.CS_KB_SOLN_CATEGORIES_B does not reference any database object

CS.CS_KB_SOLN_CATEGORIES_B is referenced by following:

SchemaAPPS
SynonymCS_KB_SOLN_CATEGORIES_B