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


TABLE: APPLSYS.FND_OAM_BIZEX_SENT_NOTIF

Object Details
Object Name: FND_OAM_BIZEX_SENT_NOTIF
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_OAM_BIZEX_SENT_NOTIF
Subobject Name:
Status: VALID


This table will be needed to track sent notifications for unique exceptions.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_OAM_BIZEX_SENT_NOTIF_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnUNIQUE_EXCEPTION_ID
ColumnSUBSCRIPTION_ID
Columns
Name Datatype Length Mandatory Comments
UNIQUE_EXCEPTION_ID NUMBER
Yes unique exception that triggered the notification. Foreign key FND_LOG_UNIQUE_EXCEPTIONS
SUBSCRIPTION_ID NUMBER
Yes subscription for the notification. Foreign Key into FND_OAM_BIZEX_SUBSCRIP
SENT DATE
Yes time of notification
Query Text

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


SELECT UNIQUE_EXCEPTION_ID
,      SUBSCRIPTION_ID
,      SENT
FROM APPLSYS.FND_OAM_BIZEX_SENT_NOTIF;

Dependencies

[top of page]

APPLSYS.FND_OAM_BIZEX_SENT_NOTIF does not reference any database object

APPLSYS.FND_OAM_BIZEX_SENT_NOTIF is referenced by following:

SchemaAPPS
SynonymFND_OAM_BIZEX_SENT_NOTIF