[Home] [Help]
[Dependency Information]
Object Name: | FND_REQUEST_SET_STAGES_TL |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_REQUEST_SET_STAGES_TL stores translated information about the
request set stages
in
FND_REQUEST_SET_STAGES.
Each row includes the language the row is translated to, the translate
d
attributes
of the request set stage, and the request set stage
identifier which
uniquely identifies the request set stage.
You need one row for each request set stage in each of the
installed languages. Each row
includes a language and source_lang column which can be used to determ
ine if a
value has been translated or defaulted.
Tablespace: | ![]() |
---|---|
PCT Free: | 20 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_REQUEST_SET_STAGES_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
FND_REQUEST_SET_STAGES_TL_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SET_APPLICATION_ID | NUMBER | (15) | Yes | Set application identifier |
REQUEST_SET_ID | NUMBER | (15) | Yes | Request Set identifier |
REQUEST_SET_STAGE_ID | NUMBER | (15) | Yes | Stage identifier for the request set |
LANGUAGE | VARCHAR2 | (4) | Yes | Language |
SOURCE_LANG | VARCHAR2 | (4) | Yes | The Language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well. |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who column |
USER_STAGE_NAME | VARCHAR2 | (240) | Yes | User name for the stage |
DESCRIPTION | VARCHAR2 | (240) | Description | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT SET_APPLICATION_ID
, REQUEST_SET_ID
, REQUEST_SET_STAGE_ID
, LANGUAGE
, SOURCE_LANG
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, USER_STAGE_NAME
, DESCRIPTION
, ZD_EDITION_NAME
FROM APPLSYS.FND_REQUEST_SET_STAGES_TL;
APPLSYS.FND_REQUEST_SET_STAGES_TL does not reference any database object
APPLSYS.FND_REQUEST_SET_STAGES_TL is referenced by following:
|
|
|