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


TABLE: IEX.IEX_METRIC_SUMMARIES_ALL

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


Store metric summary batch information


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
OBJECT_ID NUMBER

PK of objects(Party, Account, Billto, Deleinquency)
OBJECT_TYPE VARCHAR2 (240)
Type of objects(Party, Account, Billto, Deleinquency)
ORG_ID NUMBER

Organization identifier
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
SCORE_COMP_TYPE_ID NUMBER

PK of Score Component types
METRIC_VALUE VARCHAR2 (1000)
metric result value created by metric batch
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
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 (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
METRIC_RATING VARCHAR2 (10)
metric rating of metric batch processing
Query Text

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


SELECT OBJECT_ID
,      OBJECT_TYPE
,      ORG_ID
,      LAST_UPDATE_DATE
,      SCORE_COMP_TYPE_ID
,      METRIC_VALUE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      METRIC_RATING
FROM IEX.IEX_METRIC_SUMMARIES_ALL;

Dependencies

[top of page]

IEX.IEX_METRIC_SUMMARIES_ALL does not reference any database object

IEX.IEX_METRIC_SUMMARIES_ALL is referenced by following:

SchemaAPPS
SynonymIEX_METRIC_SUMMARIES
SynonymIEX_METRIC_SUMMARIES_ALL