[Home] [Help]
[Dependency Information]
Object Name: | FND_CONCURRENT_PROGRAMS_TL |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_CONCURRENT_PROGRAMS_TL stores translated information about
concurrent programs in each of the installed languages.
Each row includes the language the row is
translated to. Each row also includes identifiers which identify
the concurrent program and the application the concurrent program
is registered with, and the description and title of the concurrent
program. You need one row for each concurrent program in each
of the installed languages.
.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_CONCURRENT_PROGRAMS_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
FND_CONCURRENT_PROGRAMS_TL_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
FND_CONCURRENT_PROGRAMS_TL_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
APPLICATION_ID | NUMBER | Yes | Application identifier | |
CONCURRENT_PROGRAM_ID | NUMBER | Yes | Concurrent program identifier | |
LANGUAGE | VARCHAR2 | (4) | Yes | Language |
USER_CONCURRENT_PROGRAM_NAME | VARCHAR2 | (240) | Yes | Concurrent program title |
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 |
DESCRIPTION | VARCHAR2 | (240) | Description | |
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. |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, CONCURRENT_PROGRAM_ID
, LANGUAGE
, USER_CONCURRENT_PROGRAM_NAME
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, DESCRIPTION
, SOURCE_LANG
FROM APPLSYS.FND_CONCURRENT_PROGRAMS_TL;
APPLSYS.FND_CONCURRENT_PROGRAMS_TL does not reference any database object
APPLSYS.FND_CONCURRENT_PROGRAMS_TL is referenced by following:
|
|
|