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


TABLE: IEU.IEU_WP_PROPERTIES_TL

Object Details
Object Name: IEU_WP_PROPERTIES_TL
Object Type: TABLE
Owner: IEU
FND Design Data: TableIEU.IEU_WP_PROPERTIES_TL
Subobject Name:
Status: VALID


The table stores the Labels and Description for the Properties that can be used by Action-Parameters. This is done for the Translation purposes for the Property labels that can be displayed on the UWQ-Panel Admin UI for the properties that can be overridden either by the Application Developers or the Customer-site Admins.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEU_WP_PROPERTIES_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPROPERTY_ID
ColumnLANGUAGE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
PROPERTY_ID NUMBER (15) Yes Property 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.
PROPERTY_LABEL VARCHAR2 (128) Yes UWQ Property Label. This may be required to be displayed on UWQ-Panels Admin UI.
PROPERTY_DESCRIPTION VARCHAR2 (500)
Property Description.
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT PROPERTY_ID
,      LANGUAGE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      SOURCE_LANG
,      PROPERTY_LABEL
,      PROPERTY_DESCRIPTION
,      ZD_EDITION_NAME
FROM IEU.IEU_WP_PROPERTIES_TL;

Dependencies

[top of page]

IEU.IEU_WP_PROPERTIES_TL does not reference any database object

IEU.IEU_WP_PROPERTIES_TL is referenced by following:

SchemaIEU
ViewIEU_WP_PROPERTIES_TL#