Search Results pa_events
Overview
The PA_EVENTS table is a core data structure within the Oracle E-Business Suite Projects (PA) module, specifically in versions 12.1.1 and 12.2.2. It serves as the master repository for event entities. An event is a business occurrence, such as a milestone or deliverable, that is assigned to a specific project task. Its primary function is to facilitate revenue recognition and billing for project work that is not directly tied to the consumption of labor or materials (expenditure items). This enables organizations to invoice clients based on contractual milestones or completion percentages, independent of the actual costs incurred.
Key Information Stored
The table stores the defining attributes for each project event. Its primary key is a composite of PROJECT_ID and EVENT_NUM, ensuring uniqueness within a project. Critical foreign key columns establish its relationships within the Projects data model. The TASK_ID links the event to a specific work breakdown structure element in PA_TASKS, while PROJECT_ID ties it to the master project definition in PA_PROJECTS_ALL. The EVENT_TYPE column references PA_EVENT_TYPES_B, classifying the event (e.g., milestone, progress payment). For funded projects, PROJECT_FUNDING_ID links to the PA_PROJECT_FUNDINGS table. Additional columns support financial planning, including AUDIT_COST_PLAN_TYPE_ID and AUDIT_REV_PLAN_TYPE_ID, which reference PA_FIN_PLAN_TYPES_B for audit trail purposes.
Common Use Cases and Queries
The primary use case is generating revenue and invoice lines for milestone-based or event-driven billing. Common reporting needs include listing all events for a project, summarizing events by type, or identifying events ready for invoicing based on their status. Integration with Oracle Grants Accounting (GMS) is also prevalent, as evidenced by the foreign key relationships, for tracking events against awards. A typical query to retrieve event details for reporting would join to related descriptive tables.
SELECT pe.event_num,
pe.event_type,
pt.task_number,
pet.name event_type_name,
ppa.segment1 project_number
FROM pa_events pe,
pa_tasks pt,
pa_event_types_tl pet,
pa_projects_all ppa
WHERE pe.project_id = :p_project_id
AND pe.task_id = pt.task_id
AND pe.project_id = pt.project_id
AND pe.event_type = pet.event_type
AND pe.project_id = ppa.project_id
AND pet.language = USERENV('LANG');
Related Objects
PA_EVENTS is centrally connected to several key tables. It is a child of PA_PROJECTS_ALL, PA_TASKS, and PA_EVENT_TYPES. For funded projects, it relates to PA_PROJECT_FUNDINGS. Its integration with Oracle Grants Accounting is extensive, acting as a parent table to GMS_ENCUMBRANCE_ITEMS_ALL, GMS_EVENT_INTERSECT, and GMS_EVENT_ATTRIBUTE for award management. From a process perspective, events are typically created and managed via the Oracle Projects application programming interfaces (APIs) or through the standard user interface, which ensures proper validation and business rule enforcement.
-
Table: PA_EVENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EVENTS, object_name:PA_EVENTS, status:VALID, product: PA - Projects , description: Entries assigned to tasks that generate revenue and/or billing but are not directly related to expenditure items , implementation_dba_data: PA.PA_EVENTS ,
-
Table: PA_EVENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EVENTS, object_name:PA_EVENTS, status:VALID, product: PA - Projects , description: Entries assigned to tasks that generate revenue and/or billing but are not directly related to expenditure items , implementation_dba_data: PA.PA_EVENTS ,
-
Table: PA_FIN_PLAN_TYPES_B
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FIN_PLAN_TYPES_B, object_name:PA_FIN_PLAN_TYPES_B, status:VALID, product: PA - Projects , description: This table stores the various plan types for financial plans. , implementation_dba_data: PA.PA_FIN_PLAN_TYPES_B ,
-
Table: PA_FIN_PLAN_TYPES_B
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FIN_PLAN_TYPES_B, object_name:PA_FIN_PLAN_TYPES_B, status:VALID, product: PA - Projects , description: This table stores the various plan types for financial plans. , implementation_dba_data: PA.PA_FIN_PLAN_TYPES_B ,
-
View: PA_CE_BILLING_EVENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CE_BILLING_EVENTS_V, object_name:PA_CE_BILLING_EVENTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CE_BILLING_EVENTS_V ,
-
View: PA_CE_BILLING_EVENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CE_BILLING_EVENTS_V, object_name:PA_CE_BILLING_EVENTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CE_BILLING_EVENTS_V ,
-
View: PA_PROJ_BILLING_DETAIL_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_DETAIL_VIEW, object_name:PA_PROJ_BILLING_DETAIL_VIEW, status:VALID, product: PA - Projects , description: Base view used to report billing status detail for projects , implementation_dba_data: APPS.PA_PROJ_BILLING_DETAIL_VIEW ,
-
View: PA_PROJ_BILLING_DETAIL_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_BILLING_DETAIL_VIEW, object_name:PA_PROJ_BILLING_DETAIL_VIEW, status:VALID, product: PA - Projects , description: Base view used to report billing status detail for projects , implementation_dba_data: APPS.PA_PROJ_BILLING_DETAIL_VIEW ,
-
View: PA_EVENT_OUTPUT_TAX
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENT_OUTPUT_TAX, object_name:PA_EVENT_OUTPUT_TAX, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_EVENT_OUTPUT_TAX ,
-
Table: PA_PROJECT_FUNDINGS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_FUNDINGS, object_name:PA_PROJECT_FUNDINGS, status:VALID, product: PA - Projects , description: Incremental amounts of allocated funds from agreements to projects and tasks , implementation_dba_data: PA.PA_PROJECT_FUNDINGS ,
-
View: PA_EVENTS_DELIVERABLE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_DELIVERABLE_V, object_name:PA_EVENTS_DELIVERABLE_V, status:VALID, product: PA - Projects , description: 10 Sc only , implementation_dba_data: APPS.PA_EVENTS_DELIVERABLE_V ,
-
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: PA_EVENT_OUTPUT_TAX
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENT_OUTPUT_TAX, object_name:PA_EVENT_OUTPUT_TAX, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_EVENT_OUTPUT_TAX ,
-
Table: PA_PROJECT_FUNDINGS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_FUNDINGS, object_name:PA_PROJECT_FUNDINGS, status:VALID, product: PA - Projects , description: Incremental amounts of allocated funds from agreements to projects and tasks , implementation_dba_data: PA.PA_PROJECT_FUNDINGS ,
-
View: PA_EVENTS_DELIVERABLE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_DELIVERABLE_V, object_name:PA_EVENTS_DELIVERABLE_V, status:VALID, product: PA - Projects , description: 10 Sc only , implementation_dba_data: APPS.PA_EVENTS_DELIVERABLE_V ,
-
Table: PA_EVENT_TYPES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EVENT_TYPES, object_name:PA_EVENT_TYPES, status:VALID, product: PA - Projects , description: Implementation-defined classifications of events , implementation_dba_data: PA.PA_EVENT_TYPES ,
-
Table: PA_EVENT_TYPES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_EVENT_TYPES, object_name:PA_EVENT_TYPES, status:VALID, product: PA - Projects , description: Implementation-defined classifications of events , implementation_dba_data: PA.PA_EVENT_TYPES ,
-
View: PA_STATUS_EVENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EVENTS_V, object_name:PA_STATUS_EVENTS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_EVENTS_V ,
-
View: PABV_EVENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_EVENTS, object_name:PABV_EVENTS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_EVENTS ,
-
View: PABV_EVENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_EVENTS, object_name:PABV_EVENTS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_EVENTS ,
-
View: PA_STATUS_EVENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EVENTS_V, object_name:PA_STATUS_EVENTS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_EVENTS_V ,
-
View: PA_DRAFT_INVOICE_LINES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_INVOICE_LINES_ALL_V, object_name:PA_DRAFT_INVOICE_LINES_ALL_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_DRAFT_INVOICE_LINES_ALL_V ,
-
View: PA_DRAFT_INVOICE_LINES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_DRAFT_INVOICE_LINES_ALL_V, object_name:PA_DRAFT_INVOICE_LINES_ALL_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_DRAFT_INVOICE_LINES_ALL_V ,
-
View: PA_PROJ_INVOICE_EVENTS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_INVOICE_EVENTS_VIEW, object_name:PA_PROJ_INVOICE_EVENTS_VIEW, status:VALID, product: PA - Projects , description: 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 r , implementation_dba_data: APPS.PA_PROJ_INVOICE_EVENTS_VIEW ,
-
View: PA_PROJ_INVOICE_EVENTS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_INVOICE_EVENTS_VIEW, object_name:PA_PROJ_INVOICE_EVENTS_VIEW, status:VALID, product: PA - Projects , description: 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 r , implementation_dba_data: APPS.PA_PROJ_INVOICE_EVENTS_VIEW ,
-
View: PA_PROJ_EVENTS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_EVENTS_VIEW, object_name:PA_PROJ_EVENTS_VIEW, status:VALID, product: PA - Projects , description: The view displays all relevant information for project events , implementation_dba_data: APPS.PA_PROJ_EVENTS_VIEW ,
-
View: PAFV_REVENUE_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_REVENUE_DISTRIBUTIONS, object_name:PAFV_REVENUE_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: This shows information about revenue distribution lines. , implementation_dba_data: APPS.PAFV_REVENUE_DISTRIBUTIONS ,
-
View: PAFV_REVENUE_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_REVENUE_DISTRIBUTIONS, object_name:PAFV_REVENUE_DISTRIBUTIONS, status:VALID, product: PA - Projects , description: This shows information about revenue distribution lines. , implementation_dba_data: APPS.PAFV_REVENUE_DISTRIBUTIONS ,
-
View: PA_PROJ_EVENTS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_EVENTS_VIEW, object_name:PA_PROJ_EVENTS_VIEW, status:VALID, product: PA - Projects , description: The view displays all relevant information for project events , implementation_dba_data: APPS.PA_PROJ_EVENTS_VIEW ,
-
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: 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_FUND_REVAL_AUDITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FUND_REVAL_AUDITS_V, object_name:PA_FUND_REVAL_AUDITS_V, status:VALID, product: PA - Projects , description: To list the funding revaluation components in the audit report , implementation_dba_data: APPS.PA_FUND_REVAL_AUDITS_V ,
-
View: PA_PROJECT_FUNDING_AUDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_FUNDING_AUDITS, object_name:PA_PROJECT_FUNDING_AUDITS, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_FUNDING_AUDITS ,
-
View: PA_PROJECT_FUNDING_AUDITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_FUNDING_AUDITS, object_name:PA_PROJECT_FUNDING_AUDITS, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_FUNDING_AUDITS ,
-
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: PA_FUND_REVAL_AUDITS_REP_MRC_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
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: PA_FUND_REVAL_AUDITS_REP_MRC_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_FUND_REVAL_AUDITS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FUND_REVAL_AUDITS_V, object_name:PA_FUND_REVAL_AUDITS_V, status:VALID, product: PA - Projects , description: To list the funding revaluation components in the audit report , implementation_dba_data: APPS.PA_FUND_REVAL_AUDITS_V ,
-
View: PA_EVENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_V, object_name:PA_EVENTS_V, status:VALID, product: PA - Projects , description: 10 Sc only , implementation_dba_data: APPS.PA_EVENTS_V ,
-
View: PA_EVENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_V, object_name:PA_EVENTS_V, status:VALID, product: PA - Projects , description: 10 Sc only , implementation_dba_data: APPS.PA_EVENTS_V ,
-
View: PA_PROJ_UNBILLED_BASE_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_UNBILLED_BASE_VIEW, object_name:PA_PROJ_UNBILLED_BASE_VIEW, status:VALID, product: PA - Projects , description: Base view of project unbilled amounts based on detail transactions , implementation_dba_data: APPS.PA_PROJ_UNBILLED_BASE_VIEW ,
-
View: PA_PROJ_UNBILLED_BASE_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_UNBILLED_BASE_VIEW, object_name:PA_PROJ_UNBILLED_BASE_VIEW, status:VALID, product: PA - Projects , description: Base view of project unbilled amounts based on detail transactions , implementation_dba_data: APPS.PA_PROJ_UNBILLED_BASE_VIEW ,
-
View: PA_BILLING_ORIG_EVENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BILLING_ORIG_EVENTS_V, object_name:PA_BILLING_ORIG_EVENTS_V, status:VALID, product: PA - Projects , description: PA_BILLING_ORIG_EVENTS_V is a run time view for use in billing extensions that shows event info. , implementation_dba_data: APPS.PA_BILLING_ORIG_EVENTS_V ,
-
View: PA_BILLING_ORIG_EVENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BILLING_ORIG_EVENTS_V, object_name:PA_BILLING_ORIG_EVENTS_V, status:VALID, product: PA - Projects , description: PA_BILLING_ORIG_EVENTS_V is a run time view for use in billing extensions that shows event info. , implementation_dba_data: APPS.PA_BILLING_ORIG_EVENTS_V ,
-
View: PAFV_EXPENDITURE_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_ITEMS, object_name:PAFV_EXPENDITURE_ITEMS, status:VALID, product: PA - Projects , description: Business view to show information about the expenditure items entered. , implementation_dba_data: APPS.PAFV_EXPENDITURE_ITEMS ,
-
View: PAFV_EXPENDITURE_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_EXPENDITURE_ITEMS, object_name:PAFV_EXPENDITURE_ITEMS, status:VALID, product: PA - Projects , description: Business view to show information about the expenditure items entered. , implementation_dba_data: APPS.PAFV_EXPENDITURE_ITEMS ,
-
View: PA_EVENTS_FORMS_MRC_V
12.1.1
product: PA - Projects , description: 10 Sc only , implementation_dba_data: Not implemented in this database ,
-
View: PA_EVENTS_FORMS_MRC_V
12.2.2
product: PA - Projects , description: 10 Sc only , implementation_dba_data: Not implemented in this database ,