[Home] [Help]
[Dependency Information]
Object Name: | IGS_DA_FTR_VAL_MAP |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Storage location for mapping between Configurable features and their lookup values
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_DA_FTR_VAL_MAP_U1 | NORMAL | UNIQUE |
![]() |
![]() |
IGS_DA_FTR_VAL_MAP_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
IGS_DA_FTR_VAL_MAP_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
FEATURE_CODE | VARCHAR2 | (30) | Yes | The lookup code of the feature |
FEATURE_VAL_TYPE | VARCHAR2 | (30) | Yes | The lookup type for the set of feature values |
CONFIGURE_CHECKED | VARCHAR2 | (1) | Yes | Value to be stored as system default that can not be changed by user. |
THIRD_PARTY_FTR_FLAG | VARCHAR2 | (1) | Flag indicating that this feature is required for outgoing transfer on the request-- Obsoleted | |
THIRD_PARTY_FTR_CODE | VARCHAR2 | (30) | Yes | Allows software-specific features to be filtered |
ALLOW_DISP_CHK_FLAG | VARCHAR2 | (1) | Yes | Flag to indicate if the user is allowed to set the display flag or not for the feature |
SINGLE_ALLOWED | VARCHAR2 | (1) | Yes | Flag to indicate if the feature is allowed for a Single Request type |
BATCH_ALLOWED | VARCHAR2 | (1) | Yes | Flag to indicate if the feature is allowed for a Batch Request type |
TRANSFER_EVALUATION_IND | VARCHAR2 | (1) | Yes | Allows transfer-specific features to be filtered |
CREATION_DATE | DATE | Yes | Standard who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
LAST_UPDATE_DATE | DATE | Yes | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT FEATURE_CODE
, FEATURE_VAL_TYPE
, CONFIGURE_CHECKED
, THIRD_PARTY_FTR_FLAG
, THIRD_PARTY_FTR_CODE
, ALLOW_DISP_CHK_FLAG
, SINGLE_ALLOWED
, BATCH_ALLOWED
, TRANSFER_EVALUATION_IND
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM IGS.IGS_DA_FTR_VAL_MAP;
IGS.IGS_DA_FTR_VAL_MAP does not reference any database object
IGS.IGS_DA_FTR_VAL_MAP is referenced by following:
|
|
|