[Home] [Help]
[Dependency Information]
| Object Name: | PA_CAPITAL_EXCEPTIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_CAPITAL_EXCEPTIONS
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REQUEST_ID | NUMBER | Request_id of the concurrent process | ||
| MODULE | VARCHAR2 | (30) | ||
| PROJECT_ID | VARCHAR2 | (30) | The system-defined number that uniquely identifies a project | |
| PROJECT_ASSET_ID | VARCHAR2 | (30) | Identifier of the asset assigned to the project | |
| CREATED_BY | VARCHAR2 | (30) | ||
| CREATION_DATE | VARCHAR2 | (30) | ||
| RECORD_TYPE | VARCHAR2 | (30) | Identifying the record type as an exception record | |
| ERROR_CODE | VARCHAR2 | (240) | Contains error codes to identify the exact error | |
| ORG_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT REQUEST_ID
, MODULE
, PROJECT_ID
, PROJECT_ASSET_ID
, CREATED_BY
, CREATION_DATE
, RECORD_TYPE
, ERROR_CODE
, ORG_ID
FROM APPS.PA_CAPITAL_EXCEPTIONS;
APPS
PA_REPORTING_EXCEPTIONS
APPS
PA_FAXFACE
- show dependent code
PA_PAXCPGAL_XMLP_PKG
- show dependent code
|
|
|
|