[Home] [Help]
[Dependency Information]
Object Name: | CS_SR_TYPE_CATEGORIES_TL |
---|---|
Object Type: | TABLE |
Owner: | CS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores translated information about service request type category.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
CS_SR_TYPE_CATEGORIES_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SR_TYPE_CATEGORY_ID | NUMBER | (15) | Yes | Service Request Type Category Identifier |
NAME | VARCHAR2 | (90) | Yes | Service Request Type Category Name |
DESCRIPTION | VARCHAR2 | (2000) | Service Request Type Category description | |
LANGUAGE | VARCHAR2 | (4) | Yes | Current language of the record |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Source language for the record. |
OBJECT_VERSION_NUMBER | NUMBER | Object version | ||
CREATED_BY | NUMBER | (15) | Yes | Standard who column |
CREATION_DATE | DATE | 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 |
Cut, paste (and edit) the following text to query this object:
SELECT SR_TYPE_CATEGORY_ID
, NAME
, DESCRIPTION
, LANGUAGE
, SOURCE_LANG
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM CS.CS_SR_TYPE_CATEGORIES_TL;
CS.CS_SR_TYPE_CATEGORIES_TL does not reference any database object
CS.CS_SR_TYPE_CATEGORIES_TL is referenced by following:
|
|
|