[Home] [Help]
[Dependency Information]
Object Name: | CS_CF_FLOW_PAGES_TL |
---|---|
Object Type: | TABLE |
Owner: | CS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This is the translation table for CS_CF_FLOW_PAGES_B.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
CS_CF_FLOW_PAGES_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
CS_CF_FLOW_PAGES_TL_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
FLOW_ID | NUMBER | (15) | Yes | This stores the particular instance of a flow type. |
FLOW_TYPE_PAGE_ID | NUMBER | (15) | Yes | This stores the primary key PAGE_FLOW_TYPE_ID from CS_CF_FLOW_TYPE_PAGES to reference a particular page of a flow type. |
PAGE_DISPLAY_NAME | VARCHAR2 | (240) | Yes | This stores the translated page name for the page within the flow type. |
LANGUAGE | VARCHAR2 | (4) | Yes | This specifies the language for which the page name is translated in. |
SOURCE_LANG | VARCHAR2 | (4) | Yes | This specifies the source language of the page 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_TYPE_PAGE_ID
, PAGE_DISPLAY_NAME
, LANGUAGE
, SOURCE_LANG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM CS.CS_CF_FLOW_PAGES_TL;
CS.CS_CF_FLOW_PAGES_TL does not reference any database object
CS.CS_CF_FLOW_PAGES_TL is referenced by following:
|
|
|