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


TABLE: IEC.IEC_P_RES_GRP_CAP_INSTS

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


IEC_P_RES_GROUP_CAP_INSTS saves capability information for a resource group instance


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEC_P_RES_GRP_CAP_INSTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRES_GROUP_CAP_INST_ID
IEC_P_RES_GRP_CAP_INSTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRES_GROUP_CAP_ID
IEC_P_RES_GRP_CAP_INSTS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRES_GROUP_TYPE_ID
Columns
Name Datatype Length Mandatory Comments
RES_GROUP_CAP_INST_ID NUMBER (15) Yes PK for IEP_RES_GROUP_CAP_INSTS
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_UPDATE_DATE DATE
Yes standard WHO column
LAST_UPDATE_LOGIN NUMBER (15)
standard WHO column
LAST_UPDATED_BY NUMBER (15) Yes standard WHO column
RES_GROUP_CAP_ID NUMBER (15) Yes FK to IEP_RES_GROUP_CAPS
RES_GROUP_TYPE_ID NUMBER (15) Yes FK to IEP_RES_GROUP_TYPES
CAP_VALUE VARCHAR2 (240)
value of a capability for a resource group type
Query Text

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


SELECT RES_GROUP_CAP_INST_ID
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
,      RES_GROUP_CAP_ID
,      RES_GROUP_TYPE_ID
,      CAP_VALUE
FROM IEC.IEC_P_RES_GRP_CAP_INSTS;

Dependencies

[top of page]

IEC.IEC_P_RES_GRP_CAP_INSTS does not reference any database object

IEC.IEC_P_RES_GRP_CAP_INSTS is referenced by following:

SchemaAPPS
SynonymIEC_P_RES_GRP_CAP_INSTS