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


VIEW: APPS.IEC_P_RES_GROUPS_V

Object Details
Object Name: IEC_P_RES_GROUPS_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
RES_GROUP_ID NUMBER (15) Yes
SERVER_GROUP_ID NUMBER (15) Yes foreign key to IEO_SVR_GROUPS
SERVER_ID NUMBER (15) Yes foreign key to IEO_SVR_SERVERS
RES_GROUP_TYPE_ID NUMBER (15) Yes foreign key to IEP_RES_GROUP_TYPES
MIDDLEWARE_ID NUMBER (15)
foreign key to CCT_MIDDLEWARES
OTAS_ID NUMBER (15) Yes otas id
RES_GROUP_NAME VARCHAR2 (32)
Name of this resource group
RES_GROUP_STATUS_FLAG VARCHAR2 (1)
VDU board status
Query Text

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


SELECT RES_GROUP_ID
,      SERVER_GROUP_ID
,      SERVER_ID
,      RES_GROUP_TYPE_ID
,      MIDDLEWARE_ID
,      OTAS_ID
,      RES_GROUP_NAME
,      RES_GROUP_STATUS_FLAG
FROM APPS.IEC_P_RES_GROUPS_V;

Dependencies

[top of page]

APPS.IEC_P_RES_GROUPS_V references the following:

SchemaAPPS
SynonymIEC_P_RES_GROUPS

APPS.IEC_P_RES_GROUPS_V is not referenced by any database object