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


VIEW: APPS.PA_CAPITAL_EXCEPTIONS

Object Details
Object Name: PA_CAPITAL_EXCEPTIONS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_CAPITAL_EXCEPTIONS
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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

Query Text

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;

Dependencies

[top of page]

APPS.PA_CAPITAL_EXCEPTIONS references the following:

SchemaAPPS
SynonymPA_REPORTING_EXCEPTIONS
APPS.PA_CAPITAL_EXCEPTIONS is referenced by following:

SchemaAPPS
Package BodyPA_FAXFACE - show dependent code
Package BodyPA_PAXCPGAL_XMLP_PKG - show dependent code