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


VIEW: APPS.PA_BILLING_REV_INV_DELETION_V

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

View Type

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


PA_BILLING_REV_INV_DELETION_V returns information regarding draft
invoices that will be deleted during the current run of revenue
generation. When this view is used within a billing extension, the
rows returned are limited to a specific request_id and project.
This view should only be used within a billing extension called during
the revenue generation process.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PROJECT_ID NUMBER (15) Yes Identifier of the project
DRAFT_REVENUE_NUM NUMBER (15) Yes Sequential number that identifies the draft revenue within a project
DRAFT_INVOICE_NUM NUMBER (15) Yes Sequential number that identifies the draft invoice within a project
AGREEMENT_ID NUMBER (15) Yes Identifier of the customer agreement that funds the revenue
Query Text

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


SELECT PROJECT_ID
,      DRAFT_REVENUE_NUM
,      DRAFT_INVOICE_NUM
,      AGREEMENT_ID
FROM APPS.PA_BILLING_REV_INV_DELETION_V;

Dependencies

[top of page]

APPS.PA_BILLING_REV_INV_DELETION_V references the following:

SchemaAPPS
PL/SQL PackagePA_BILLING - show dependent code
SynonymPA_CUST_EVENT_RDL_ALL
SynonymPA_CUST_REV_DIST_LINES_ALL
SynonymPA_DRAFT_INVOICES
SynonymPA_DRAFT_REVENUES_ALL

APPS.PA_BILLING_REV_INV_DELETION_V is not referenced by any database object