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


TABLE: IEC.IEC_P_RES_GRP_TYPES_B

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


IEC_P_RESOURCE_GROUP_TYPES_B is a seed data table. It saves the configuration information of all supported VDU boards for Predictive Server.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEC_P_RES_GRP_TYPES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnRES_GROUP_TYPE_ID
IEC_P_RES_GRP_TYPES_B_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnVDU_TYPE_ID
Columns
Name Datatype Length Mandatory Comments
RES_GROUP_TYPE_ID NUMBER (15) Yes PK for IEP_RES_GROUP_TYPES
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
VDU_TYPE_ID NUMBER (15) Yes Foreign key to IEP_VDU_TYPES
PORTS_PER_GROUP VARCHAR2 (32)
how many VDU ports in a resource group
Query Text

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


SELECT RES_GROUP_TYPE_ID
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      VDU_TYPE_ID
,      PORTS_PER_GROUP
FROM IEC.IEC_P_RES_GRP_TYPES_B;

Dependencies

[top of page]

IEC.IEC_P_RES_GRP_TYPES_B does not reference any database object

IEC.IEC_P_RES_GRP_TYPES_B is referenced by following:

SchemaAPPS
SynonymIEC_P_RES_GRP_TYPES_B