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


VIEW: APPS.PA_DR_EXCEPTIONS_SUM_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


PA_DR_EXCEPTIONS_SUM_V is a view that identifies the Draft Revenues that prevent a period from being closed.
It returns summary information on draft revenues that have not been
interfaced to GL and therefore are preventing the PA Period from being closed.


[View Source]

Columns
Name Datatype Length Mandatory Comments
DRAFT_REVENUE_NUM NUMBER (15)
Refer to the base table
PROJECT_ID NUMBER (15)
Refer to the base table
PA_DATE DATE

Refer to the base table
PERIOD_NAME VARCHAR2 (20)
Refer to the base table
AGREEMENT_ID NUMBER (15)
Refer to the base table
AMOUNT NUMBER

Refer to the base table
TRANSFER_REJECTION_REASON VARCHAR2 (250)
Refer to the base table
EXCEPTION_REASON VARCHAR2 (4000)
The reason for transaction being in exception
CORRECTIVE_ACTION VARCHAR2 (4000)
The corrective action to eliminate this exception
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT DRAFT_REVENUE_NUM
,      PROJECT_ID
,      PA_DATE
,      PERIOD_NAME
,      AGREEMENT_ID
,      AMOUNT
,      TRANSFER_REJECTION_REASON
,      EXCEPTION_REASON
,      CORRECTIVE_ACTION
FROM APPS.PA_DR_EXCEPTIONS_SUM_V;

Dependencies

[top of page]

APPS.PA_DR_EXCEPTIONS_SUM_V references the following:

SchemaAPPS
SynonymGL_INTERFACE
SynonymGL_JE_CATEGORIES
SynonymGL_JE_SOURCES
SynonymPA_DRAFT_REVENUES
SynonymPA_DRAFT_REVENUE_ITEMS
PL/SQL PackagePA_EXCEPTION_REASONS_PUB - show dependent code
SynonymPA_IMPLEMENTATIONS
SynonymPA_PERIODS
SynonymXLA_EVENTS
APPS.PA_DR_EXCEPTIONS_SUM_V is referenced by following:

SchemaAPPS
ViewPA_DR_EXCEPTIONS_DET_V