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


TABLE: CS.CS_SR_STATUS_GROUPS_TL

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


Stores translated Information about the status rules.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CS_SR_STATUS_GROUPS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSTATUS_GROUP_ID
ColumnLANGUAGE
CS_SR_STATUS_GROUPS_TL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnGROUP_NAME
ColumnLANGUAGE
Columns
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.
Query Text

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;

Dependencies

[top of page]

CS.CS_SR_STATUS_GROUPS_TL does not reference any database object

CS.CS_SR_STATUS_GROUPS_TL is referenced by following:

SchemaAPPS
SynonymCS_SR_STATUS_GROUPS_TL