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


VIEW: APPS.IEC_P_VDU_PORT_VALUES_V

Object Details
Object Name: IEC_P_VDU_PORT_VALUES_V
Object Type: VIEW
Owner: APPS
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

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
VDU_PORT_VALUE_ID NUMBER (15) Yes PK for IEP_PORT_VALUES
VDU_PORT_PARAM_ID NUMBER (15) Yes FK to VDU_PORT_PARAMS
VDU_PORT_ID NUMBER (15) Yes FK to IEP_VDU_PORTS
PARAM_VALUE VARCHAR2 (240)
value of a parameter for a VDU port instance
Query Text

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


SELECT VDU_PORT_VALUE_ID
,      VDU_PORT_PARAM_ID
,      VDU_PORT_ID
,      PARAM_VALUE
FROM APPS.IEC_P_VDU_PORT_VALUES_V;

Dependencies

[top of page]

APPS.IEC_P_VDU_PORT_VALUES_V references the following:

SchemaAPPS
SynonymIEC_P_VDU_PORT_VALUES

APPS.IEC_P_VDU_PORT_VALUES_V is not referenced by any database object