[Home] [Help]
[Dependency Information]
Object Name: | PA_PROJ_INVOICE_EVENTS_VIEW |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View of events included on project invoices.
Full Description: is a view that displays detailed information for events included on
a project invoices. You can use this view to easily report event details for a project
invoice backup report.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROJECT_ID | NUMBER | (15) | Yes | Identifier of the project for which the event is entered and billed |
PROJECT_NUMBER | VARCHAR2 | (25) | Yes | Name of the project |
PROJECT_NAME | VARCHAR2 | (30) | Yes | Name of the project |
DRAFT_INVOICE_NUM | NUMBER | (15) | Yes | Draft invoice number that the event is billed on |
DRAFT_INVOICE_ITEM_LINE_NUM | NUMBER | (15) | Yes | Draft invoice line number that the event is billed on |
TASK_ID | NUMBER | (15) | Identifier of the task | |
TASK_NUMBER | VARCHAR2 | (25) | Number of the task for which the event is entered and billed | |
TASK_NAME | VARCHAR2 | (20) | Name of the task | |
EVENT_NUM | NUMBER | (15) | Yes | Event number for the task or project |
EVENT_TYPE | VARCHAR2 | (30) | Yes | Event type that classifies the event |
EVENT_DESCRIPTION | VARCHAR2 | (240) | Yes | Free text description of the event. For billing events, the description is displayed as the invoice line description |
COMPLETION_DATE | DATE | Date on which the event is complete and on or after which the event is processed for revenue accrual and/or invoicing | ||
BILL_AMOUNT | NUMBER | (22) | Yes | Amount billed for the event on an invoice |
ORGANIZATION_ID | NUMBER | (15) | Yes | Identifier of the organization |
ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Name of the organization |
BILLING_ASSIGNMENT_ID | NUMBER | (15) | Identifier of the billing assignment by which the event was created, if the event is an automatic event |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, PROJECT_NUMBER
, PROJECT_NAME
, DRAFT_INVOICE_NUM
, DRAFT_INVOICE_ITEM_LINE_NUM
, TASK_ID
, TASK_NUMBER
, TASK_NAME
, EVENT_NUM
, EVENT_TYPE
, EVENT_DESCRIPTION
, COMPLETION_DATE
, BILL_AMOUNT
, ORGANIZATION_ID
, ORGANIZATION_NAME
, BILLING_ASSIGNMENT_ID
FROM APPS.PA_PROJ_INVOICE_EVENTS_VIEW;
APPS.PA_PROJ_INVOICE_EVENTS_VIEW is not referenced by any database object
|
|
|