[Home] [Help]
[Dependency Information]
| Object Name: | CS_SR_STATUS_GROUPS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | CS |
| FND Design Data: | CS.CS_SR_STATUS_GROUPS_TL
|
| Subobject Name: | |
| Status: | VALID |
Stores translated Information about the status rules.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CS_SR_STATUS_GROUPS_TL_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
STATUS_GROUP_ID
LANGUAGE
|
| CS_SR_STATUS_GROUPS_TL_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
GROUP_NAME
LANGUAGE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STATUS_GROUP_ID | NUMBER | Yes | Primary Key. Status group identifier. | |
| GROUP_NAME | VARCHAR2 | (240) | Yes | Status Group name. |
| DESCRIPTION | VARCHAR2 | (720) | Description of the Status Group. | |
| LANGUAGE | VARCHAR2 | (240) | Yes | Installation language that the name and description are translated in. |
| SOURCE_LANG | VARCHAR2 | (240) | Yes | Language that the record was initially created with. |
| CREATION_DATE | DATE | Yes | Who column. Date on which the record was created. | |
| CREATED_BY | NUMBER | Yes | Who column. User id of the user who created the record. | |
| LAST_UPDATE_DATE | DATE | Yes | Who column. Date the record was last updated. | |
| LAST_UPDATED_BY | NUMBER | Yes | Who column. ID of the user who last updated the record. | |
| LAST_UPDATE_LOGIN | NUMBER | Who column. Login ID of the OS user who last updated the record. |
Cut, paste (and edit) the following text to query this object:
SELECT STATUS_GROUP_ID
, GROUP_NAME
, DESCRIPTION
, LANGUAGE
, SOURCE_LANG
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM CS.CS_SR_STATUS_GROUPS_TL;
CS.CS_SR_STATUS_GROUPS_TL does not reference any database object
CS.CS_SR_STATUS_GROUPS_TL is referenced by following:
CS
CS_SR_STATUS_GROUPS_TL#
|
|
|
|