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


TABLE: IEO.IEO_LNA_ACTIVE_ALERTS

Object Details
Object Name: IEO_LNA_ACTIVE_ALERTS
Object Type: TABLE
Owner: IEO
Subobject Name:
Status: VALID


Represents alerts that are currently active in the system. This is used by viewing applications and gives much better performance than a view on the IEU_LNA_RECORDS table.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
RECORD_ID NUMBER (30) Yes Identifies the record that is considered an active alert.
CREATED_BY NUMBER (15) Yes Standard WHO column.
CREATION_DATE DATE
Yes Standard WHO column.
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column.
LAST_UPDATE_DATE DATE
Yes Standard WHO column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO column.
SOURCE_ID NUMBER (10) Yes Identifies the source that emitted the alert.
ALERT_KEY VARCHAR2 (256)
A key used to distinguish active alerts further.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
OBJECT_VERSION_NUMBER NUMBER

Standard column used by HTML utilities.
Query Text

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


SELECT RECORD_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SOURCE_ID
,      ALERT_KEY
,      SECURITY_GROUP_ID
,      OBJECT_VERSION_NUMBER
FROM IEO.IEO_LNA_ACTIVE_ALERTS;

Dependencies

[top of page]

IEO.IEO_LNA_ACTIVE_ALERTS does not reference any database object

IEO.IEO_LNA_ACTIVE_ALERTS is referenced by following:

SchemaAPPS
SynonymIEO_LNA_ACTIVE_ALERTS