[Home] [Help]
[Dependency Information]
| Object Name: | AMS_DM_SCORE_PCT_RESULTS |
|---|---|
| Object Type: | TABLE |
| Owner: | AMS |
| FND Design Data: | AMS.AMS_DM_SCORE_PCT_RESULTS
|
| Subobject Name: | |
| Status: | VALID |
The AMS_DM_SCORE_PCT_RESULTS table contain summarized percentile results the scored populations. These results are used by the Optimal Targeting Chart screen.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AMS_DM_SCORE_PCT_RESULTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SCORE_RESULT_ID
|
| AMS_DM_SCORE_PCT_RESULTS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SCORE_ID
PERCENTILE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SCORE_RESULT_ID | NUMBER | Yes | Unique identifier. | |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
| CREATION_DATE | DATE | Yes | Standard WHO Column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO Column | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | This column is used for locking purposes. | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
| SCORE_ID | NUMBER | Yes | Foreign key reference to a scoring run in AMS_DM_SCORES_ALL_B. | |
| PERCENTILE | VARCHAR2 | (30) | Yes | Contains percentile (1, 2,...,100) |
| NUM_RECORDS | NUMBER | (15) | Yes | The number of people in this percentile. |
| NUM_RECORDS_CUM | NUMBER | (15) | Yes | The cumulative number of people up to this percentile. |
| CONFIDENCE | NUMBER | Yes | Average confidence of a positive value for all parties in this percentile | |
| CONFIDENCE_CUM | NUMBER | Yes | Average confidence score for all parties up to this percentile | |
| RANDOM_RESULT | NUMBER | Yes | Average confidence score targeting people at random |
Cut, paste (and edit) the following text to query this object:
SELECT SCORE_RESULT_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, SECURITY_GROUP_ID
, SCORE_ID
, PERCENTILE
, NUM_RECORDS
, NUM_RECORDS_CUM
, CONFIDENCE
, CONFIDENCE_CUM
, RANDOM_RESULT
FROM AMS.AMS_DM_SCORE_PCT_RESULTS;
AMS.AMS_DM_SCORE_PCT_RESULTS does not reference any database object
AMS.AMS_DM_SCORE_PCT_RESULTS is referenced by following:
APPS
AMS_DM_SCORE_PCT_RESULTS
|
|
|
|