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


TABLE: IEM.IEM_COMP_RT_STATS

Object Details
Object Name: IEM_COMP_RT_STATS
Object Type: TABLE
Owner: IEM
FND Design Data: TableIEM.IEM_COMP_RT_STATS
Subobject Name:
Status: VALID


Temporary runtinme data. Currently used by the workflow component, to stop message deques.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
COMP_RT_STATS_ID NUMBER (15) Yes Sequence generated identifier.
TYPE VARCHAR2 (30)
Type, Param and Value columns in this table allow us to track runtinme behaviour of Oracle eMC. All three can be defined as per the application needs.
PARAM VARCHAR2 (200)
Arbitrary name. User defined.
VALUE VARCHAR2 (50)
Type, Param and Value columns in this table allow us to track runtinme behaviour of Oracle eMC. All three can be defined as per the application needs.
LAST_UPDATED_BY NUMBER (15)
Standard Who Column.
LAST_UPDATE_DATE DATE
Yes Standard Who Column.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT COMP_RT_STATS_ID
,      TYPE
,      PARAM
,      VALUE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      SECURITY_GROUP_ID
FROM IEM.IEM_COMP_RT_STATS;

Dependencies

[top of page]

IEM.IEM_COMP_RT_STATS does not reference any database object

IEM.IEM_COMP_RT_STATS is referenced by following:

SchemaAPPS
SynonymIEM_COMP_RT_STATS