[Home] [Help]
[Dependency Information]
| Object Name: | CS_CF_FLOWS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | CS |
| FND Design Data: | CS.CS_CF_FLOWS_TL
|
| Subobject Name: | |
| Status: | VALID |
This table is the translation table for CS_CF_FLOWS_B.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CS_CF_FLOWS_TL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
FLOW_DISPLAY_NAME
LANGUAGE
|
| CS_CF_FLOWS_TL_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
FLOW_ID
LANGUAGE
|
| 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 |
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
FROM CS.CS_CF_FLOWS_TL;
CS.CS_CF_FLOWS_TL does not reference any database object
CS.CS_CF_FLOWS_TL is referenced by following:
APPS
CS_CF_FLOWS_TL
|
|
|
|