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


TABLE: OE.SO_EXCEPTIONS

Object Details
Object Name: SO_EXCEPTIONS
Object Type: TABLE
Owner: OE
FND Design Data: TableOE.SO_EXCEPTIONS
Subobject Name:
Status: VALID


SO_EXCEPTIONS stores messages from exception conditions that occur
in Oracle Order Entry/Shipping concurrent processes. The Process
Exception Report pulls information from this table.
.
Your DBA should monitor the SO_EXCEPTIONS table and delete records as
applicable for your business. Oracle Order Entry/Shipping does not
automatically delete any records from this table.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SO_EXCEPTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXCEPTION_ID
SYS_IL0000040924C00013$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
SO_EXCEPTIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROGRAM_ID
ColumnREQUEST_ID
Columns
Name Datatype Length Mandatory Comments
EXCEPTION_ID NUMBER
Yes System-generated identifier of concurrent process 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

Standard Who column
REQUEST_ID NUMBER
Yes Concurrent request that last updated row
PROGRAM_APPLICATION_ID NUMBER
Yes Application of concurrent program which last updated row
PROGRAM_ID NUMBER
Yes Concurrent program that last updated row
PROGRAM_UPDATE_DATE DATE
Yes Last date changed by concurrent program
CONTEXT VARCHAR2 (30) Yes Object on which exception occurred
ID_NUMBER NUMBER
Yes System-generated identifier of object
MESSAGE_TEXT CLOB (4000)
Exception message text
Query Text

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


SELECT EXCEPTION_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      CONTEXT
,      ID_NUMBER
,      MESSAGE_TEXT
FROM OE.SO_EXCEPTIONS;

Dependencies

[top of page]

OE.SO_EXCEPTIONS does not reference any database object

OE.SO_EXCEPTIONS is referenced by following:

SchemaOE
ViewSO_EXCEPTIONS#