Search Results event_num_reversed
Overview
APPS.PAFV_EVENTS is a read-only reporting view in Oracle E-Business Suite (EBS) Release 12.1.1 and 12.2.2 that consolidates project revenue and billing event information from the Oracle Projects (PA) module. It presents a denormalized, security-enabled picture of project events, joining event detail to project, task, organization, event type, and budget type information in a single queryable object. Because the view is defined WITH READ ONLY, it cannot be used for DML and is intended strictly for reporting, extraction, and integration purposes.
The view is particularly relevant to users investigating the EVENT_NUM_REVERSED column, which exposes the event number associated with an event reversal. When an event is reversed or credited through Oracle Projects revenue and billing processing, the reversal event references the original event number in this column, allowing users to trace reversal relationships and reconcile revenue activity. The view also embeds descriptive flexfield and lookup references (for example, _DF:PA:PA_EVENTS_DESC_FLEX:PE and lookups for BILL_HOLD_FLAG and REVENUE_DISTRIBUTED_FLAG), which indicate it is designed for use with Oracle's standard reporting and integration frameworks.
Underlying Base Objects
The view is defined over the following documented base objects, all accessed through APPS synonyms:
- PA_EVENTS (PE) — the driving table, supplying event identifiers, amounts, dates, and the reversal reference.
- PA_TASKS (PT) — joined via an outer join (
pe.task_id = pt.task_id(+)) to provide task context. - PA_PROJECTS_ALL (PPA) — joined on
project_idto supply project name, number, and org_id; the org_id also drives the view's security predicate. - PA_EVENT_TYPES (PET) — joined on
event_typeto translate event type codes into descriptions. - HR_ALL_ORGANIZATION_UNITS (HOU) — joined on
organization_idto supply the organization name. - PA_BUDGET_TYPES (BUT1, BUT2) — outer-joined twice to resolve the audit cost and audit revenue budget type codes into descriptions.
Each base object is referenced as a synonym under the APPS schema, consistent with standard EBS view architecture.
Key Columns
- EVENT_ID, EVENT_NUM — unique identifier and user-facing number of the event.
- EVENT_NUM_REVERSED — the event number that this record reverses, enabling audit of reversal chains.
- REVENUE_AMOUNT, BILL_AMOUNT — revenue and billing amounts associated with the event.
- COMPLETION_DATE — date the event's associated work or milestone completed.
- AUDIT_AMOUNT1 .. AUDIT_AMOUNT10 — ten flexible numeric slots used for audit and supporting amounts per event.
- AUDIT_COST_BUDGET_TYPE_CODE, AUDIT_REV_BUDGET_TYPE_CODE — budget type codes, with resolved BUDGET_TYPE descriptions from PA_BUDGET_TYPES.
- PROJECT_ID, NAME, SEGMENT1, ORG_ID — project identity and the operating unit (org_id) that governs access.
- TASK_ID, EVENT_TYPE and its description, plus organization name and standard audit columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY).
Common Use Cases and Queries
Typical uses include reconciling reversed revenue events, reporting billed versus unbilled events by project, and feeding downstream interfaces. To find all reversals and their originals:
SELECT event_id, event_num, event_num_reversed, revenue_amount, bill_amount, project_id FROM apps.pafv_events WHERE event_num_reversed IS NOT NULL;SELECT event_id, event_num, revenue_amount FROM apps.pafv_events WHERE project_id = :project_id AND revenue_amount > 0;SELECT project_id, event_type, SUM(bill_amount) FROM apps.pafv_events GROUP BY project_id, event_type;
Because the view enforces org-level security via the _SEC:ppa.org_id predicate, results are automatically restricted to the operating units accessible to the querying user. Analysts tracing reversal activity should always include EVENT_NUM_REVERSED to associate credit events with their originating event numbers.
-
VIEW: APPS.PAFV_EVENTS
12.1.1
-
View: PAFV_EVENTS_OBSOLETE
12.2.2
product: PA - Projects , description: Business view to show information about the events used to generate revenue and invoice for the projects. , implementation_dba_data: Not implemented in this database ,
-
VIEW: PA.PA_EVENTS#
12.2.2
-
View: PAFV_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EVENTS, object_name:PAFV_EVENTS, status:VALID, product: PA - Projects , description: Business view to show information about the events used to generate revenue and invoice for the projects. Business view to show information about the events used to generate revenue and invoice for the projects. , implementation_dba_data: APPS.PAFV_EVENTS ,
-
View: PAFV_EVENTS_OBSOLETE
12.1.1
product: PA - Projects , description: Business view to show information about the events used to generate revenue and invoice for the projects. , implementation_dba_data: Not implemented in this database ,
-
VIEW: PA.PA_EVENTS_AR#
12.2.2
-
View: PAFV_EVENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EVENTS, object_name:PAFV_EVENTS, status:VALID, product: PA - Projects , description: Business view to show information about the events used to generate revenue and invoice for the projects. Business view to show information about the events used to generate revenue and invoice for the projects. , implementation_dba_data: APPS.PAFV_EVENTS ,
-
VIEW: APPS.PAFV_EVENTS
12.2.2
-
VIEW: APPS.PA_EVENTS_AMG_V
12.1.1
-
VIEW: APPS.PAFV_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EVENTS, object_name:PAFV_EVENTS, status:VALID,
-
View: PA_EVENTS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_AMG_V, object_name:PA_EVENTS_AMG_V, status:VALID, product: PA - Projects , description: This view is based on pa_events table, and stores events assigned to a task that generate revenue and/or billing activities that are not directly associated to the cost and revenue generated by expenditure items. , implementation_dba_data: APPS.PA_EVENTS_AMG_V ,
-
View: PA_EVENTS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_AMG_V, object_name:PA_EVENTS_AMG_V, status:VALID, product: PA - Projects , description: This view is based on pa_events table, and stores events assigned to a task that generate revenue and/or billing activities that are not directly associated to the cost and revenue generated by expenditure items. , implementation_dba_data: APPS.PA_EVENTS_AMG_V ,
-
VIEW: APPS.PA_EVENTS_AMG_V
12.2.2
-
VIEW: APPS.PAFV_EVENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EVENTS, object_name:PAFV_EVENTS, status:VALID,
-
VIEW: APPS.GMS_EVENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_EVENTS_V, object_name:GMS_EVENTS_V, status:VALID,
-
VIEW: APPS.GMS_EVENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_EVENTS_V, object_name:GMS_EVENTS_V, status:VALID,
-
View: GMS_EVENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_EVENTS_V, object_name:GMS_EVENTS_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_EVENTS_V ,
-
View: GMS_EVENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMS.GMS_EVENTS_V, object_name:GMS_EVENTS_V, status:VALID, product: GMS - Grants Accounting , implementation_dba_data: APPS.GMS_EVENTS_V ,
-
VIEW: PA.PA_EVENTS#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_EVENTS#, status:VALID,
-
VIEW: PA.PA_EVENTS_AR#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_EVENTS_AR#, status:VALID,
-
VIEW: APPS.PA_EVENTS_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_MRC_V, object_name:PA_EVENTS_MRC_V, status:VALID,
-
VIEW: APPS.PA_EVENTS_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_MRC_V, object_name:PA_EVENTS_MRC_V, status:VALID,
-
VIEW: APPS.PA_EVENTS_MRC_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_MRC_V2, object_name:PA_EVENTS_MRC_V2, status:VALID,
-
VIEW: APPS.PA_EVENTS_MRC_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_MRC_V2, object_name:PA_EVENTS_MRC_V2, status:VALID,
-
View: PA_EVENTS_MRC_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_MRC_V2, object_name:PA_EVENTS_MRC_V2, status:VALID, product: PA - Projects , description: Single currency view , implementation_dba_data: APPS.PA_EVENTS_MRC_V2 ,
-
View: PA_EVENTS_MRC_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_MRC_V2, object_name:PA_EVENTS_MRC_V2, status:VALID, product: PA - Projects , description: Single currency view , implementation_dba_data: APPS.PA_EVENTS_MRC_V2 ,
-
View: PA_EVENTS_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_MRC_V, object_name:PA_EVENTS_MRC_V, status:VALID, product: PA - Projects , description: Single currency view , implementation_dba_data: APPS.PA_EVENTS_MRC_V ,
-
View: PA_EVENTS_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_MRC_V, object_name:PA_EVENTS_MRC_V, status:VALID, product: PA - Projects , description: Single currency view , implementation_dba_data: APPS.PA_EVENTS_MRC_V ,
-
APPS.PA_EVENTS_PKG SQL Statements
12.1.1
-
APPS.PA_EVENTS_PKG SQL Statements
12.2.2
-
PACKAGE: APPS.PA_EVENT_RC_CLIENT_EXTN
12.1.1
-
PACKAGE: APPS.PA_EVENT_RC_CLIENT_EXTN
12.2.2
-
TABLE: PA.PA_EVENTS_AR
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EVENTS_AR, object_name:PA_EVENTS_AR, status:VALID,
-
VIEW: APPS.PA_EVENTS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_AMG_V, object_name:PA_EVENTS_AMG_V, status:VALID,
-
TABLE: PA.PA_EVENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EVENTS, object_name:PA_EVENTS, status:VALID,
-
TABLE: PA.PA_EVENTS_AR
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EVENTS_AR, object_name:PA_EVENTS_AR, status:VALID,
-
VIEW: APPS.PA_EVENTS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_AMG_V, object_name:PA_EVENTS_AMG_V, status:VALID,
-
TABLE: PA.PA_EVENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EVENTS, object_name:PA_EVENTS, status:VALID,
-
APPS.PA_BILLING_PUB SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PA_EVENTS_PKG
12.1.1
-
PACKAGE BODY: APPS.PA_EVENTS_PKG
12.2.2
-
APPS.PA_PURGE_BILLING SQL Statements
12.1.1
-
APPS.PA_PURGE_BILLING SQL Statements
12.2.2
-
APPS.PA_BILLING_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PA_BILLING_PUB
12.2.2
-
APPS.PA_EVENT_RC_CLIENT_EXTN dependencies on PA_EVENTS
12.2.2
-
APPS.PA_EVENT_RC_CLIENT_EXTN dependencies on PA_EVENTS
12.1.1
-
PACKAGE BODY: APPS.PA_BILLING_PUB
12.1.1
-
PACKAGE BODY: APPS.PA_PURGE_BILLING
12.2.2
-
PACKAGE BODY: APPS.PA_PURGE_BILLING
12.1.1