Search Results pa_mc_events
Overview
PA_MC_EVENTS is a transactional table in the Oracle Projects (PA) schema that stores project event information for each reporting currency. Its name derives from the Multi-Currency (MC) processing that Oracle Projects performs to convert event-based revenue and billing amounts into the functional currencies of multiple sets of books. The table is central to the event revenue and event billing workflows, where a single business event (such as a customer acceptance milestone) may be recognized across several ledgers, each requiring its own converted amount, exchange rate, and rate date.
The primary key of the table is PA_MC_EVENTS_PK, defined on the composite of SET_OF_BOOKS_ID and EVENT_ID. Because each unique event carries foreign-key links to projects, tasks, currencies, conversion types, and set of books, the object occupies an event-centric relationship position within the schema. Heuristic Data Vault classification based on the foreign-key structure yields a link classification, suggesting this table be modeled dimensionally as a connecting object between ledger, project, task, and currency dimensions, with the converted monetary values acting as measures.
Key Information Stored
The table contains 15 documented columns. The most significant are summarized below.
- SET_OF_BOOKS_ID and EVENT_ID — Together they form the surrogate primary key (PA_MC_EVENTS_PK), uniquely identifying each reporting-currency record for an event.
- PROJECT_ID and TASK_ID — Identify the project and task to which the event belongs, and together with SET_OF_BOOKS_ID and EVENT_NUM form the unique business key index PA_MC_EVENTS_U2.
- EVENT_NUM — The user-facing event number within the project and task context.
- REVENUE_AMOUNT and BILL_AMOUNT — The event-derived revenue and billing amounts captured in the reporting currency.
- CURRENCY_CODE — The reporting currency of the stored amounts, validated against FND_CURRENCIES.
- EXCHANGE_RATE, RATE_TYPE, and CONVERSION_DATE — Define the conversion used, the conversion-rate type from GL_DAILY_CONVERSION_TYPES, and the effective date of the rate.
- PRJFUNC_INV_RATE_DATE and PRJFUNC_INV_EXCHANGE_RATE — The project functional currency rate date and exchange rate used for invoicing-related conversion.
- PRC_ASSIGNMENT_ID and DESCRIPTION — Reference the project rate/assignment used for conversion and provide free-text descriptive detail.
The unique index PA_MC_EVENTS_U1 (SET_OF_BOOKS_ID, EVENT_ID) reinforces the primary key, while PA_MC_EVENTS_U2 (SET_OF_BOOKS_ID, PROJECT_ID, TASK_ID, EVENT_NUM) is the principal business-key candidate for natural lookups.
Common Use Cases and Queries
Typical use cases include reconciling event revenue and billing by reporting currency, auditing exchange rates applied at conversion time, and supporting multi-ledger reporting in Projects. A representative query retrieves event amounts per ledger for a project and task:
- SELECT e.set_of_books_id, e.event_id, e.event_num, e.currency_code, e.revenue_amount, e.bill_amount, e.exchange_rate FROM pa_mc_events e WHERE e.project_id = :project_id AND e.task_id = :task_id AND e.set_of_books_id = :ledger_id ORDER BY e.event_num;
- Drill-down from an event into its conversion context using RATE_TYPE, CONVERSION_DATE, and PRJFUNC_INV_EXCHANGE_RATE to explain variances between reporting currencies.
- Join to GL_SETS_OF_BOOKS_11I to label ledgers and to FND_CURRENCIES to obtain currency names and precision in reporting extracts.
Related Objects
PA_MC_EVENTS is joined or referenced by the following significant objects:
- GL_SETS_OF_BOOKS_11I — via SET_OF_BOOKS_ID, supplying ledger context.
- PA_PROJECTS_ALL — via PROJECT_ID, supplying project attributes.
- PA_TASKS — via TASK_ID, supplying task detail.
- FND_CURRENCIES — via CURRENCY_CODE, supplying currency definitions.
- GL_DAILY_CONVERSION_TYPES — via RATE_TYPE, supplying conversion-rate type definitions.
These relationships establish PA_MC_EVENTS as an integration point between Oracle Projects event processing and the General Ledger multi-currency framework.
-
Table: PA_MC_EVENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_EVENTS, object_name:PA_MC_EVENTS, status:VALID, product: PA - Projects , description: Event information in each reporting currency , implementation_dba_data: PA.PA_MC_EVENTS ,
-
Table: PA_MC_EVENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_EVENTS, object_name:PA_MC_EVENTS, status:VALID, product: PA - Projects , description: Event information in each reporting currency , implementation_dba_data: PA.PA_MC_EVENTS ,
-
VIEW: PA.PA_MC_EVENTS#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_MC_EVENTS#, status:VALID,
-
SYNONYM: APPS.PA_MC_EVENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_MC_EVENTS, status:VALID,
-
VIEW: PA.PA_MC_EVENTS#
12.2.2
-
SYNONYM: APPS.PA_MC_EVENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_MC_EVENTS, status:VALID,
-
TABLE: PA.PA_MC_EVENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_EVENTS, object_name:PA_MC_EVENTS, status:VALID,
-
VIEW: APPS.PA_EVENTS_MRC_V
12.2.2
-
TABLE: PA.PA_MC_EVENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_MC_EVENTS, object_name:PA_MC_EVENTS, status:VALID,
-
VIEW: APPS.PA_EVENTS_MRC_V2
12.2.2
-
PACKAGE BODY: APPS.PA_PRC_PROJECT_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PRC_PROJECT_PUB, status:VALID,
-
PACKAGE BODY: APPS.PA_PRC_PROJECT_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PRC_PROJECT_PUB, status:VALID,
-
VIEW: APPS.PA_EVENTS_MRC_V
12.1.1
-
VIEW: APPS.PA_EVENTS_MRC_V2
12.1.1
-
PACKAGE BODY: APPS.PA_MC_CURRENCY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_MC_CURRENCY_PKG, status:VALID,
-
PACKAGE BODY: APPS.PA_MC_CURRENCY_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_MC_CURRENCY_PKG, status:VALID,
-
APPS.PA_PRC_PROJECT_PUB SQL Statements
12.1.1
-
APPS.PA_PRC_PROJECT_PUB SQL Statements
12.2.2
-
APPS.PA_MC_BILLING_PVT SQL Statements
12.1.1
-
APPS.PA_MC_BILLING_PVT SQL Statements
12.2.2
-
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 ,
-
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_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 ,
-
View: PA_DRAFT_INV_LINES_FORM_MRC_V
12.2.2
product: PA - Projects , description: This will select data from pa_draft_invoices, pa_mc_draft_inv_items, pa_draft_invoice_items , implementation_dba_data: Not implemented in this database ,
-
View: PA_DRAFT_INV_LINES_FORM_MRC_V
12.1.1
product: PA - Projects , description: This will select data from pa_draft_invoices, pa_mc_draft_inv_items, pa_draft_invoice_items , implementation_dba_data: Not implemented in this database ,
-
Table: PA_TASKS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TASKS, object_name:PA_TASKS, status:VALID, product: PA - Projects , description: User-defined subdivisions of project work , implementation_dba_data: PA.PA_TASKS ,
-
Table: GL_SETS_OF_BOOKS_11I
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS_11I, object_name:GL_SETS_OF_BOOKS_11I, status:VALID, product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: GL.GL_SETS_OF_BOOKS_11I ,
-
Table: GL_DAILY_CONVERSION_TYPES
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_DAILY_CONVERSION_TYPES, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID, product: GL - General Ledger , description: Foreign currency daily conversion rate types , implementation_dba_data: GL.GL_DAILY_CONVERSION_TYPES ,
-
Table: GL_DAILY_CONVERSION_TYPES
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_DAILY_CONVERSION_TYPES, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID, product: GL - General Ledger , description: Foreign currency daily conversion rate types , implementation_dba_data: GL.GL_DAILY_CONVERSION_TYPES ,
-
Table: PA_TASKS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TASKS, object_name:PA_TASKS, status:VALID, product: PA - Projects , description: User-defined subdivisions of project work , implementation_dba_data: PA.PA_TASKS ,
-
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,
-
APPS.PA_MC_CURRENCY_PKG SQL Statements
12.1.1
-
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_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,
-
PACKAGE BODY: APPS.PA_PRC_PROJECT_PUB
12.1.1
-
APPS.PA_MC_CURRENCY_PKG SQL Statements
12.2.2
-
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,
-
Table: GL_SETS_OF_BOOKS_11I
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS_11I, object_name:GL_SETS_OF_BOOKS_11I, status:VALID, product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: GL.GL_SETS_OF_BOOKS_11I ,
-
PACKAGE BODY: APPS.PA_PRC_PROJECT_PUB
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PA_EVENT_RC_CLIENT_EXTN
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PA_EVENT_RC_CLIENT_EXTN
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
Table: PA_PROJECTS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECTS_ALL, object_name:PA_PROJECTS_ALL, status:VALID, product: PA - Projects , description: PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects. , implementation_dba_data: PA.PA_PROJECTS_ALL ,