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


TABLE: IEC.IEC_P_VDU_PORTS

Object Details
Object Name: IEC_P_VDU_PORTS
Object Type: TABLE
Owner: IEC
Subobject Name:
Status: VALID


IEC_P_VDU_PORTS saves configuration information for VDU ports.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEC_P_VDU_PORTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnVDU_PORT_ID
IEC_P_VDU_PORTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRES_GROUP_ID
Columns
Name Datatype Length Mandatory Comments
VDU_PORT_ID NUMBER (15) Yes PK for IEP_VDU_PORTS
OBJECT_VERSION_NUMBER NUMBER
Yes standard object version number column
SECURITY_GROUP_ID NUMBER

standard security group id
CREATED_BY NUMBER (15) Yes standard WHO column
CREATION_DATE DATE
Yes standard WHO column
LAST_UPDATED_BY NUMBER (15) Yes standard WHO column
LAST_UPDATE_DATE DATE
Yes standard WHO column
LAST_UPDATE_LOGIN NUMBER (15)
standard WHO column
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
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      RES_GROUP_ID
,      VDU_PORT_NUMBER
,      VDU_STATUS_FLAG
FROM IEC.IEC_P_VDU_PORTS;

Dependencies

[top of page]

IEC.IEC_P_VDU_PORTS does not reference any database object

IEC.IEC_P_VDU_PORTS is referenced by following:

SchemaAPPS
SynonymIEC_P_VDU_PORTS