[Home] [Help]
[Dependency Information]
| Object Name: | PA_EXCEPTION_REASONS |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_EXCEPTION_REASONS
|
| Subobject Name: | |
| Status: | VALID |
This table stores exception reasons and the corresponding
corrective actions for various types of transaction exceptions. The
exception reasons are system-defined.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 3 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EXCEPTION_CATEGORY | VARCHAR2 | (30) | Yes | Classification of the exception |
| EXCEPTION_CODE | VARCHAR2 | (30) | Yes | Code that uniquely identifies the exception within the exception category |
| EXCEPTION_REASON | VARCHAR2 | (200) | Yes | Reason for this exception |
| CORRECTIVE_ACTION | VARCHAR2 | (200) | Yes | Corrective action to be taken to avoid this exception |
| LAST_UPDATE_DATE | DATE | Yes | Standard Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Column |
| CREATION_DATE | DATE | Yes | Standard Column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Column |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT EXCEPTION_CATEGORY
, EXCEPTION_CODE
, EXCEPTION_REASON
, CORRECTIVE_ACTION
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM PA.PA_EXCEPTION_REASONS;
PA.PA_EXCEPTION_REASONS does not reference any database object
PA.PA_EXCEPTION_REASONS is referenced by following:
PA
PA_EXCEPTION_REASONS#
|
|
|
|