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


TABLE: APPLSYS.FND_CONC_RELEASE_PERIODS_TL

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


FND_CONC_RELEASE_PERIODS_TL stores translated information about the
release periods
in
FND_CONC_RELEASE_PERIODS.
Each row includes the language the row is translated to, the translate
d
attributes
of the release period, and the release period identifier which
uniquely
identifies
the
release period.
You need one row for each release period 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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 20
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_CONC_RELEASE_PERIODS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnCONCURRENT_PERIOD_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER
Yes Application identifier
CONCURRENT_PERIOD_ID NUMBER
Yes Period 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.
USER_CONCURRENT_PERIOD_NAME VARCHAR2 (20) Yes Username for the Period
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
DESCRIPTION VARCHAR2 (80)
Description
Query Text

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


SELECT APPLICATION_ID
,      CONCURRENT_PERIOD_ID
,      LANGUAGE
,      SOURCE_LANG
,      USER_CONCURRENT_PERIOD_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      DESCRIPTION
FROM APPLSYS.FND_CONC_RELEASE_PERIODS_TL;

Dependencies

[top of page]

APPLSYS.FND_CONC_RELEASE_PERIODS_TL does not reference any database object

APPLSYS.FND_CONC_RELEASE_PERIODS_TL is referenced by following:

SchemaAPPS
SynonymFND_CONC_RELEASE_PERIODS_TL