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


TABLE: PA.PA_EXCEPTION_REASONS

Object Details
Object Name: PA_EXCEPTION_REASONS
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.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.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 3
PCT Used:
Columns
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
Query Text

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
FROM PA.PA_EXCEPTION_REASONS;

Dependencies

[top of page]

PA.PA_EXCEPTION_REASONS does not reference any database object

PA.PA_EXCEPTION_REASONS is referenced by following:

SchemaAPPS
SynonymPA_EXCEPTION_REASONS