[Home] [Help]
[Dependency Information]
| Object Name: | IEX_SCORE_HISTORIES |
|---|---|
| Object Type: | TABLE |
| Owner: | IEX |
| Subobject Name: | |
| Status: | VALID |
Stores historical data about collection scores.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IEX_SCORE_HISTORIES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SCORE_HISTORY_ID
|
| IEX_SCORE_HISTORIES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
SCORE_ID
|
| IEX_SCORE_HISTORIES_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
SCORE_OBJECT_CODE
SCORE_OBJECT_ID
CREATION_DATE
|
| IEX_SCORE_HISTORIES_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
REQUEST_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SCORE_HISTORY_ID | NUMBER | Yes | Primary key | |
| SCORE_OBJECT_ID | NUMBER | (25) | ID of the object mentioned on SCORE_OBJECT_CODE column. | |
| SCORE_OBJECT_CODE | VARCHAR2 | (25) | Code of the object scored on JTF_OBJECTS table. | |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Standard column | |
| SECURITY_GROUP_ID | NUMBER | Subscriber id, for CRM Online Services use | ||
| PROGRAM_ID | NUMBER | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | ||
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| SCORE_VALUE | NUMBER | Score value for this history entry | ||
| SCORE_ID | NUMBER | Score engine used to create this value | ||
| PARTY_ID | NUMBER | Party ID of the customer used FKey to HZ_PARTIES | ||
| ICO_ID | NUMBER | Case ID | ||
| DEL_DELINQUENCY_ID | NUMBER | Delinquency ID | ||
| REQUEST_ID | NUMBER | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | ||
| PROGRAM_APPLICATION_ID | NUMBER | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | ||
| PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). |
Cut, paste (and edit) the following text to query this object:
SELECT SCORE_HISTORY_ID
, SCORE_OBJECT_ID
, SCORE_OBJECT_CODE
, OBJECT_VERSION_NUMBER
, SECURITY_GROUP_ID
, PROGRAM_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, SCORE_VALUE
, SCORE_ID
, PARTY_ID
, ICO_ID
, DEL_DELINQUENCY_ID
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_UPDATE_DATE
FROM IEX.IEX_SCORE_HISTORIES;
IEX.IEX_SCORE_HISTORIES does not reference any database object
IEX.IEX_SCORE_HISTORIES is referenced by following:
APPS
IEX_SCORE_HISTORIES
|
|
|
|