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


TABLE: IEX.IEX_SCORE_COMP_TYPES_TL

Object Details
Object Name: IEX_SCORE_COMP_TYPES_TL
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_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnSCORE_COMP_TYPE_ID
ColumnLANGUAGE
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).
LANGUAGE VARCHAR2 (4) Yes Language
SOURCE_LANG VARCHAR2 (4) Yes The Language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well.
SCORE_COMP_NAME VARCHAR2 (45)
Translated name of the component type
DESCRIPTION VARCHAR2 (80)
Translated description
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
,      LANGUAGE
,      SOURCE_LANG
,      SCORE_COMP_NAME
,      DESCRIPTION
FROM IEX.IEX_SCORE_COMP_TYPES_TL;

Dependencies

[top of page]

IEX.IEX_SCORE_COMP_TYPES_TL does not reference any database object

IEX.IEX_SCORE_COMP_TYPES_TL is referenced by following:

SchemaAPPS
SynonymIEX_SCORE_COMP_TYPES_TL