DBA Data[Home] [Help] [Dependency Information]


TABLE: IEX.IEX_SCORE_COMPONENTS

Object Details
Object Name: IEX_SCORE_COMPONENTS
Object Type: TABLE
Owner: IEX
Subobject Name:
Status: VALID


Stores details about what items make a score.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEX_SCORE_COMPONENTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSCORE_COMPONENT_ID
IEX_SCORE_COMPONENTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnSCORE_ID
Columns
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
Query Text

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
FROM IEX.IEX_SCORE_COMPONENTS;

Dependencies

[top of page]

IEX.IEX_SCORE_COMPONENTS does not reference any database object

IEX.IEX_SCORE_COMPONENTS is referenced by following:

SchemaAPPS
SynonymIEX_SCORE_COMPONENTS