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


TABLE: APPLSYS.FND_EXCEPTION_NOTES

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


This table allows DBAs to store notes associated with an exception.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_EXCEPTION_NOTES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnUNIQUE_EXCEPTION_ID
SYS_IL0000240997C00003$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
FND_EXCEPTION_NOTES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOG_SEQUENCE
Columns
Name Datatype Length Mandatory Comments
LOG_SEQUENCE NUMBER
Yes Primary Key/ Foreign key - FND_LOG_EXCEPTIONS
UNIQUE_EXCEPTION_ID NUMBER

Unique Exception Identifier
NOTES CLOB (4000)
DBA's Notes related to the exception
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER
Yes Standard Who column
Query Text

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


SELECT LOG_SEQUENCE
,      UNIQUE_EXCEPTION_ID
,      NOTES
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM APPLSYS.FND_EXCEPTION_NOTES;

Dependencies

[top of page]

APPLSYS.FND_EXCEPTION_NOTES does not reference any database object

APPLSYS.FND_EXCEPTION_NOTES is referenced by following:

SchemaAPPS
SynonymFND_EXCEPTION_NOTES