[Home] [Help]
[Dependency Information]
Object Name: | IGS_DA_FTR_VALUES |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
FEATURE_VALUE_MEANING | VARCHAR2 | (360) | Describes the Meaning of the Feature Value Stored | |
FEATURE_VALUE | VARCHAR2 | (30) | Stores the Feature Value | |
FEATURE_CODE | VARCHAR2 | (30) | Stores the Feature Code | |
TRANSFER_EVALUATION_IND | VARCHAR2 | (1) | Allows transfer-specific features to be filtered | |
FEATURE_VAL_TYPE | VARCHAR2 | (30) | The Lookup Type corresponding to the feature code |
Cut, paste (and edit) the following text to query this object:
SELECT FEATURE_VALUE_MEANING
, FEATURE_VALUE
, FEATURE_CODE
, TRANSFER_EVALUATION_IND
, FEATURE_VAL_TYPE
FROM APPS.IGS_DA_FTR_VALUES;
|
|
|