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


TABLE: IEC.IEC_P_RES_GRP_VALUES

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


IEC_P_RES_GROUP_VALUES saves all the values for 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_VALUES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRES_GROUP_VALUE_ID
IEC_P_RES_GRP_VALUES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRES_GROUP_PARAM_ID
IEC_P_RES_GRP_VALUES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRES_GROUP_ID
Columns
Name Datatype Length Mandatory Comments
RES_GROUP_VALUE_ID NUMBER (15) Yes PK for IEP_RES_GROUP_VALUES
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_PARAM_ID NUMBER (15) Yes Foreign key to IEP_RES_GROUP_PARAMS
RES_GROUP_ID NUMBER (15) Yes Foreign key to IEP_RES_GROUP_ID
PARAM_VALUE VARCHAR2 (240)
value of a parameter for a resource group instance
Query Text

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


SELECT RES_GROUP_VALUE_ID
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      RES_GROUP_PARAM_ID
,      RES_GROUP_ID
,      PARAM_VALUE
FROM IEC.IEC_P_RES_GRP_VALUES;

Dependencies

[top of page]

IEC.IEC_P_RES_GRP_VALUES does not reference any database object

IEC.IEC_P_RES_GRP_VALUES is referenced by following:

SchemaAPPS
SynonymIEC_P_RES_GRP_VALUES