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


VIEW: APPS.IEU_WP_UI_COMPONENTS_VL

Object Details
Object Name: IEU_WP_UI_COMPONENTS_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIEU.IEU_WP_UI_COMPONENTS_VL
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

MultiLingual view (a language resolved view of the data.)


View of UWQ UI Component definitionsthat can be used for associatimg with the Action-Parameters that are to be displayed on UWQ Work-Panel.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
ROW_ID of the row.
UI_COMP_ID NUMBER (15) Yes UI Component ID
LAST_UPDATE_DATE DATE
Yes Standard WHO column.
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column.
CREATION_DATE DATE
Yes Standard WHO column.
CREATED_BY NUMBER (15) Yes Standard WHO column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO column.
UI_COMP_CATG_CODE VARCHAR2 (32) Yes UI Component Category Code.
FORM_COMP_CODE VARCHAR2 (32)
UWQ Forms UI Component Code. This is used to map it dynamically at run-time to the appropriate Form component.
FORM_COMP_AVAIL_NO NUMBER (5)
This indicates the maximum number of Form UI components available, that can be used by the Application teams to specify for the parameters.
PROPERTY_CLASS VARCHAR2 (64)
Name of the Property Class used by the Component. In case of Forms, this may be for Information only.
UI_COMP_LABEL VARCHAR2 (128) Yes UI Component Label displayed to user.
UI_COMP_DESC VARCHAR2 (500)
UI Component description displayed to user.
Query Text

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


SELECT ROW_ID
,      UI_COMP_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      UI_COMP_CATG_CODE
,      FORM_COMP_CODE
,      FORM_COMP_AVAIL_NO
,      PROPERTY_CLASS
,      UI_COMP_LABEL
,      UI_COMP_DESC
FROM APPS.IEU_WP_UI_COMPONENTS_VL;

Dependencies

[top of page]

APPS.IEU_WP_UI_COMPONENTS_VL references the following:

SchemaAPPS
SynonymIEU_WP_UI_COMPONENTS_B
SynonymIEU_WP_UI_COMPONENTS_TL

APPS.IEU_WP_UI_COMPONENTS_VL is not referenced by any database object