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


TABLE: APPLSYS.FND_CP_SERVICES_TL

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


FND_CP_SERVICES_TL table stores translated information about services in each of the translated languages. You need one row for each service in each language installed at your site.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_CP_SERVICES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSERVICE_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
SERVICE_ID NUMBER (15) Yes Service Id
LANGUAGE VARCHAR2 (4) Yes Language
SOURCE_LANG VARCHAR2 (4) Yes The Language the text will mirror. If text is not yettranslated into LANGUAGE then any chagnes to the text inthe source language row will be reflexted here as well.
SERVICE_NAME VARCHAR2 (240) Yes Developer key for the service
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 (240)
Description
SERVICE_PLURAL_NAME VARCHAR2 (240)
Service name
Query Text

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


SELECT SERVICE_ID
,      LANGUAGE
,      SOURCE_LANG
,      SERVICE_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      DESCRIPTION
,      SERVICE_PLURAL_NAME
FROM APPLSYS.FND_CP_SERVICES_TL;

Dependencies

[top of page]

APPLSYS.FND_CP_SERVICES_TL does not reference any database object

APPLSYS.FND_CP_SERVICES_TL is referenced by following:

SchemaAPPS
SynonymFND_CP_SERVICES_TL