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


VIEW: APPS.IEC_P_RES_GRP_PARAMS_VL

Object Details
Object Name: IEC_P_RES_GRP_PARAMS_VL
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


resource group parameters


[View Source]

Columns
Name Datatype Length Mandatory Comments
RES_GROUP_PARAM_ID NUMBER (15) Yes form PK with language column
VDU_TYPE_ID NUMBER (15) Yes foreign key to IEP_VDU_TYPES.
PARAM_CODE VARCHAR2 (32) Yes Parameter code
LOOKUP_TYPE VARCHAR2 (32)
lookup type that represents the value
PARAM_NAME VARCHAR2 (32) Yes name of the resource group parameters
PARAM_DESCRIPTION VARCHAR2 (240)
description of a resource group parameter
VALUE_TYPE VARCHAR2 (32)
data type of a parameter
VALUE_LENGTH VARCHAR2 (32)
length of a parameter type
REQUIRED VARCHAR2 (1)
whether this parameter is required or not.
DEFAULT_VALUE VARCHAR2 (240)
default value
Query Text

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


SELECT RES_GROUP_PARAM_ID
,      VDU_TYPE_ID
,      PARAM_CODE
,      LOOKUP_TYPE
,      PARAM_NAME
,      PARAM_DESCRIPTION
,      VALUE_TYPE
,      VALUE_LENGTH
,      REQUIRED
,      DEFAULT_VALUE
FROM APPS.IEC_P_RES_GRP_PARAMS_VL;

Dependencies

[top of page]

APPS.IEC_P_RES_GRP_PARAMS_VL references the following:

SchemaAPPS
SynonymIEC_P_RES_GRP_PARAMS_B
SynonymIEC_P_RES_GRP_PARAMS_TL

APPS.IEC_P_RES_GRP_PARAMS_VL is not referenced by any database object