[Home] [Help]
[Dependency Information]
| Object Name: | PSB_ERROR_MESSAGES |
|---|---|
| Object Type: | TABLE |
| Owner: | PSB |
| FND Design Data: | PSB.PSB_ERROR_MESSAGES
|
| Subobject Name: | |
| Status: | VALID |
PSB_ERROR_MESSAGES is used to store error messages generated during
concurrent processes such as constraints checking and Human Resource
Management Systems data extract.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PSB_ERROR_MESSAGES_N1 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
PROCESS_ID
SOURCE_PROCESS
CONCURRENT_REQUEST_ID
|
| PSB_ERROR_MESSAGES_N2 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
CONCURRENT_REQUEST_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONCURRENT_REQUEST_ID | NUMBER | Yes | Concurrent request unique identifier for the request that created this error message | |
| PROCESS_ID | NUMBER | Yes | Unique identifier for the process for which errors are being logged | |
| SOURCE_PROCESS | VARCHAR2 | (30) | Yes | Source process type. Valid Values are WORKSHEET_CREATION, DATA_EXTRACT, VALIDATE_BUDGET_HIERARCHY, BUDGET_REVISION. |
| SEQUENCE_NUMBER | NUMBER | Sequence in which the messages are inserted for a concurrent request and used to order messages in Error Report | ||
| DESCRIPTION | VARCHAR2 | (2000) | Error description | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT CONCURRENT_REQUEST_ID
, PROCESS_ID
, SOURCE_PROCESS
, SEQUENCE_NUMBER
, DESCRIPTION
, CREATION_DATE
, CREATED_BY
FROM PSB.PSB_ERROR_MESSAGES;
PSB.PSB_ERROR_MESSAGES does not reference any database object
PSB.PSB_ERROR_MESSAGES is referenced by following:
APPS
PSB_ERROR_MESSAGES
|
|
|
|