[Home] [Help]
[Dependency Information]
Object Name: | CS_KB_SOLN_CATEGORIES_B |
---|---|
Object Type: | TABLE |
Owner: | CS |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
CS_KB_SOLN_CATEGORIES_B_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
CS_KB_SOLN_CATEGORIES_B_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
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 |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
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
, ZD_EDITION_NAME
FROM CS.CS_KB_SOLN_CATEGORIES_B;
CS.CS_KB_SOLN_CATEGORIES_B does not reference any database object
CS.CS_KB_SOLN_CATEGORIES_B is referenced by following:
|
|
|