[Home] [Help]
[Dependency Information]
| Object Name: | SO_EXCEPTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | OE |
| FND Design Data: | OE.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| SO_EXCEPTIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
EXCEPTION_ID
|
| SYS_IL0000040924C00013$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
|
| SO_EXCEPTIONS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PROGRAM_ID
REQUEST_ID
|
| 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 |
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;
OE.SO_EXCEPTIONS does not reference any database object
OE.SO_EXCEPTIONS is referenced by following:
OE
SO_EXCEPTIONS#
|
|
|
|