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


TABLE: IEX.IEX_SCORE_COMP_TYPES_B

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


Stores configuration data on score components.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEX_SCORE_COMP_TYPES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSCORE_COMP_TYPE_ID
Columns
Name Datatype Length Mandatory Comments
SCORE_COMP_TYPE_ID NUMBER
Yes Primary key
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_COMP_VALUE VARCHAR2 (2000)
Select stmnt of function name
ACTIVE_FLAG VARCHAR2 (10)
Can we use it?
JTF_OBJECT_CODE VARCHAR2 (25)
Code of the object scored on JTF_OBJECTS table.
FUNCTION_FLAG VARCHAR2 (1)
Is this a function or not?
METRIC_FLAG VARCHAR2 (1)
Is this a metric component type or not?
DISPLAY_ORDER NUMBER

Display order in metric's grids only for the metric components
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SCORE_COMP_TYPE_ID
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      PROGRAM_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      SCORE_COMP_VALUE
,      ACTIVE_FLAG
,      JTF_OBJECT_CODE
,      FUNCTION_FLAG
,      METRIC_FLAG
,      DISPLAY_ORDER
FROM IEX.IEX_SCORE_COMP_TYPES_B;

Dependencies

[top of page]

IEX.IEX_SCORE_COMP_TYPES_B does not reference any database object

IEX.IEX_SCORE_COMP_TYPES_B is referenced by following:

SchemaAPPS
SynonymIEX_SCORE_COMP_TYPES_B