[Home] [Help]
[Dependency Information]
| Object Name: | FND_SVC_COMP_TYPES_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.FND_SVC_COMP_TYPES_TL
|
| Subobject Name: | |
| Status: | VALID |
FND_SVC_COMP_TYPES_TL is a multi-lingual support table for seeded Service Component-Types
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FND_SVC_COMP_TYPES_TL_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
COMPONENT_TYPE
LANGUAGE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COMPONENT_TYPE | VARCHAR2 | (30) | Yes | Identifier for the Service Component-Type |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language to which things are translated |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Language from which things are translated |
| DISPLAY_NAME | VARCHAR2 | (80) | Yes | Language-dependent name for the Service Component-Type.User interface may accept only 26 characters for this field. |
| DESCRIPTION | VARCHAR2 | (1996) | Language-dependent description for the Service Component-Type.User interface may accept only 665 characters for this field | |
| 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) | Standard Who column | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT COMPONENT_TYPE
, LANGUAGE
, SOURCE_LANG
, DISPLAY_NAME
, DESCRIPTION
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM APPLSYS.FND_SVC_COMP_TYPES_TL;
APPLSYS.FND_SVC_COMP_TYPES_TL does not reference any database object
APPLSYS.FND_SVC_COMP_TYPES_TL is referenced by following:
APPLSYS
FND_SVC_COMP_TYPES_TL#
|
|
|
|