[Home] [Help]
[Dependency Information]
| Object Name: | IGS_DA_FTR_VAL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_DA_FTR_VAL_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view is to be created so that all information about all the feature values that have been defined for the features defined --Obsolete
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FEATURE_VALUE_DESC | VARCHAR2 | (360) | feature value description | |
| FEATURE_VALUE | VARCHAR2 | (30) | Feature value | |
| FEATURE_NAME | VARCHAR2 | (30) | The lookup code of the feature name |
Cut, paste (and edit) the following text to query this object:
SELECT FEATURE_VALUE_DESC
, FEATURE_VALUE
, FEATURE_NAME
FROM APPS.IGS_DA_FTR_VAL_V;
APPS
FND_PROFILE
- show dependent code
IGS_CA_INST_ALL
IGS_CA_STAT
IGS_CA_TYPE
IGS_DA_FTR_VAL_MAP
IGS_LOOKUPS_VIEW
IGS_OR_INSTITUTION_V
IGS_OR_ORG_ALT_IDS
IGS_OR_ORG_ALT_IDTYP
IGS_PE_PARTYSITEUSE_V
APPS.IGS_DA_FTR_VAL_V is not referenced by any database object
|
|
|
|