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


TABLE: APPLSYS.FND_REQUEST_SETS_TL

Object Details
Object Name: FND_REQUEST_SETS_TL
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_REQUEST_SETS_TL
Subobject Name:
Status: VALID


FND_REQUEST_SETS_TL stores translated information about report
sets. Each row includes the identifier of the application the
report set is defined with, the name of the report set, the report
set identifier, and a language code that indicates what language
this row is in. You need one row for each report set in each of
the installed languages.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 20
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_REQUEST_SETS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnREQUEST_SET_ID
ColumnLANGUAGE
FND_REQUEST_SETS_TL_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnUSER_REQUEST_SET_NAME
ColumnAPPLICATION_ID
ColumnLANGUAGE
FND_REQUEST_SETS_TL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Application identifier
REQUEST_SET_ID NUMBER (15) Yes Request Set identifier
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_REQUEST_SET_NAME VARCHAR2 (240) Yes User name for the request set
DESCRIPTION VARCHAR2 (240)
Description
Query Text

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


SELECT APPLICATION_ID
,      REQUEST_SET_ID
,      LANGUAGE
,      SOURCE_LANG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      USER_REQUEST_SET_NAME
,      DESCRIPTION
FROM APPLSYS.FND_REQUEST_SETS_TL;

Dependencies

[top of page]

APPLSYS.FND_REQUEST_SETS_TL does not reference any database object

APPLSYS.FND_REQUEST_SETS_TL is referenced by following:

SchemaAPPS
SynonymFND_REQUEST_SETS_TL