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


TABLE: CS.CS_CF_FLOWS_TL

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


This table is the translation table for CS_CF_FLOWS_B.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CS_CF_FLOWS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFLOW_DISPLAY_NAME
ColumnLANGUAGE
ColumnZD_EDITION_NAME
CS_CF_FLOWS_TL_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFLOW_ID
ColumnLANGUAGE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
FLOW_ID NUMBER (15) Yes This references the primary key in CS_CF_FLOWS_B
FLOW_DISPLAY_NAME VARCHAR2 (240) Yes This is the translated page flow name for the flow.
LANGUAGE VARCHAR2 (4) Yes This specifies the language for which the flow name is translated in.
SOURCE_LANG VARCHAR2 (4) Yes This specifies the source language of the flow name.
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
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT FLOW_ID
,      FLOW_DISPLAY_NAME
,      LANGUAGE
,      SOURCE_LANG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ZD_EDITION_NAME
FROM CS.CS_CF_FLOWS_TL;

Dependencies

[top of page]

CS.CS_CF_FLOWS_TL does not reference any database object

CS.CS_CF_FLOWS_TL is referenced by following:

SchemaCS
ViewCS_CF_FLOWS_TL#