[Home] [Help]
[Dependency Information]
Object Name: | PA_PROJ_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.
The view displays all relevant information for project events
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROJECT_ID | NUMBER | (15) | Yes | Identifier of the project for which the event is entered |
PROJECT_NUMBER | VARCHAR2 | (25) | Yes | Number of the project for which the event is entered |
PROJECT_NAME | VARCHAR2 | (30) | Yes | Name of the project for which the event is entered |
TASK_ID | NUMBER | (15) | Identifier of task for which the event is entered | |
TASK_NUMBER | VARCHAR2 | (25) | Number of the task for which the event is entered | |
TASK_NAME | VARCHAR2 | (20) | Name of the task for which the event is entered | |
EVENT_NUM | NUMBER | (15) | Yes | Sequential number that identifies the event entered for a task |
EVENT_TYPE | VARCHAR2 | (30) | Yes | Event type that classifies the event |
EVENT_TYPE_CLASSIFICATION | VARCHAR2 | (30) | Yes | System defined classification that classifies the event type and derives the revenue and invoice processing of the event type |
EVENT_TYPE_DESCRIPTION | VARCHAR2 | (250) | Description of the event type definition | |
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 | ||
DESCRIPTION | VARCHAR2 | (240) | Yes | Free text description of the event. For billing events, the description is displayed as the invoice line description |
ORGANIZATION_ID | NUMBER | (15) | Yes | Identifier of organization |
ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Organization Name |
REVENUE_CATEGORY | VARCHAR2 | (30) | Yes | Revenue category of the event type |
BILL_AMOUNT | NUMBER | (22) | Yes | Amount to billed for the event on an invoice upon the event's completion date |
REVENUE_AMOUNT | NUMBER | (22) | Yes | Amount of revenue to be accured for the event upon the event's completion date |
BILL_HOLD_FLAG | VARCHAR2 | (1) | Flag that indicates if the event is held from billing. Values are Y, N, or O | |
REVENUE_DISTRIBUTED_FLAG | VARCHAR2 | (1) | Yes | Flag that indicates whether the event's revenue has been distributed. |
BILLED_FLAG | VARCHAR2 | (1) | Flag that indicates if the event has been billed. Values are Y or N. If the event was billed on an invoice that was cancelled, the event is displayed as unbilled | |
BILLING_ASSIGNMENT_ID | NUMBER | (15) | Identifier of the billing assignment from which this event was created, if an automatic event |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, PROJECT_NUMBER
, PROJECT_NAME
, TASK_ID
, TASK_NUMBER
, TASK_NAME
, EVENT_NUM
, EVENT_TYPE
, EVENT_TYPE_CLASSIFICATION
, EVENT_TYPE_DESCRIPTION
, COMPLETION_DATE
, DESCRIPTION
, ORGANIZATION_ID
, ORGANIZATION_NAME
, REVENUE_CATEGORY
, BILL_AMOUNT
, REVENUE_AMOUNT
, BILL_HOLD_FLAG
, REVENUE_DISTRIBUTED_FLAG
, BILLED_FLAG
, BILLING_ASSIGNMENT_ID
FROM APPS.PA_PROJ_EVENTS_VIEW;
APPS.PA_PROJ_EVENTS_VIEW is not referenced by any database object
|
|
|