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


TABLE: OE.SO_RESULTS_TL

Object Details
Object Name: SO_RESULTS_TL
Object Type: TABLE
Owner: OE
FND Design Data: TableOE.SO_RESULTS_TL
Subobject Name:
Status: VALID


SO_RESULTS_TL stores translated information about the cycle action results defined for use in order cycle. Each row includes the language the row is translated to, the name and description of the cycle action result, and the result identifier which uniquely identifies the result. You need one row for each result in each of the installed languages.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
RESULT_ID NUMBER
Yes
LANGUAGE VARCHAR2 (4) Yes
SOURCE_LANG VARCHAR2 (4) Yes
NAME VARCHAR2 (30) Yes
DESCRIPTION VARCHAR2 (240) Yes
CREATION_DATE DATE
Yes
CREATED_BY NUMBER
Yes
LAST_UPDATE_DATE DATE
Yes
LAST_UPDATED_BY NUMBER
Yes
LAST_UPDATE_LOGIN NUMBER

Query Text

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


SELECT RESULT_ID
,      LANGUAGE
,      SOURCE_LANG
,      NAME
,      DESCRIPTION
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM OE.SO_RESULTS_TL;

Dependencies

[top of page]

OE.SO_RESULTS_TL does not reference any database object

OE.SO_RESULTS_TL is referenced by following:

SchemaAPPS
SynonymSO_RESULTS_TL