[Home] [Help]
[Dependency Information]
| Object Name: | IEU_WP_UI_COMPONENTS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | IEU |
| FND Design Data: | IEU.IEU_WP_UI_COMPONENTS_TL
|
| Subobject Name: | |
| Status: | VALID |
UWQ UI Components. These can be attached to the Action-Parameters that need to be displayed on the UWQ Work-Panel.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IEU_WP_UI_COMPONENTS_TL_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
UI_COMP_ID
LANGUAGE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UI_COMP_ID | NUMBER | (15) | Yes | UI Component ID |
| LANGUAGE | VARCHAR2 | (240) | Yes | Language of the translation. |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Standard column used by HTML utilities. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO columns. |
| CREATION_DATE | DATE | Yes | Standard WHO columns. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO columns. |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO columns. | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO columns. | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments. | ||
| SOURCE_LANG | VARCHAR2 | (240) | Source language of the translation. | |
| UI_COMP_LABEL | VARCHAR2 | (128) | Yes | UI Component Label. This may be required to be displayed on UWQ-Panels Admin UI. |
| UI_COMP_DESC | VARCHAR2 | (500) | UI Component Description. |
Cut, paste (and edit) the following text to query this object:
SELECT UI_COMP_ID
, LANGUAGE
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, SOURCE_LANG
, UI_COMP_LABEL
, UI_COMP_DESC
FROM IEU.IEU_WP_UI_COMPONENTS_TL;
IEU.IEU_WP_UI_COMPONENTS_TL does not reference any database object
IEU.IEU_WP_UI_COMPONENTS_TL is referenced by following:
APPS
IEU_WP_UI_COMPONENTS_TL
|
|
|
|