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


VIEW: APPS.IEC_P_VDU_PORTS_V

Object Details
Object Name: IEC_P_VDU_PORTS_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_ID NUMBER (15) Yes PK for IEP_VDU_PORTS
RES_GROUP_ID NUMBER (15) Yes FK to IEP_RES_GROUPS
VDU_PORT_NUMBER NUMBER (5) Yes vdu port number or channel number
VDU_STATUS_FLAG VARCHAR2 (1)
STATUS OF A VDU PORT
Query Text

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


SELECT VDU_PORT_ID
,      RES_GROUP_ID
,      VDU_PORT_NUMBER
,      VDU_STATUS_FLAG
FROM APPS.IEC_P_VDU_PORTS_V;

Dependencies

[top of page]

APPS.IEC_P_VDU_PORTS_V references the following:

SchemaAPPS
SynonymIEC_P_VDU_PORTS

APPS.IEC_P_VDU_PORTS_V is not referenced by any database object