[Home] [Help]
[Dependency Information]
| Object Name: | IEX_SCORE_COMPONENTS |
|---|---|
| Object Type: | TABLE |
| Owner: | IEX |
| FND Design Data: | IEX.IEX_SCORE_COMPONENTS
|
| Subobject Name: | |
| Status: | VALID |
Stores details about what items make a score.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IEX_SCORE_COMPONENTS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
SCORE_COMPONENT_ID
ZD_EDITION_NAME
|
| IEX_SCORE_COMPONENTS_N1 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
SCORE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SCORE_COMPONENT_ID | NUMBER | Yes | Primary key | |
| SECURITY_GROUP_ID | NUMBER | Subscriber id, for CRM Online Services use | ||
| SCORE_COMP_WEIGHT | NUMBER | (3) | What is the weight of this componet on the whole score engine. | |
| SCORE_ID | NUMBER | What score engine is this part of | ||
| ENABLED_FLAG | VARCHAR2 | (10) | Can we use it? | |
| 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). | |
| 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). | |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_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_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). | ||
| PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
| SCORE_COMP_TYPE_ID | NUMBER | Yes | FKey to score component types | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT SCORE_COMPONENT_ID
, SECURITY_GROUP_ID
, SCORE_COMP_WEIGHT
, SCORE_ID
, ENABLED_FLAG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, SCORE_COMP_TYPE_ID
, ZD_EDITION_NAME
FROM IEX.IEX_SCORE_COMPONENTS;
IEX.IEX_SCORE_COMPONENTS does not reference any database object
IEX.IEX_SCORE_COMPONENTS is referenced by following:
IEX
IEX_SCORE_COMPONENTS#
|
|
|
|