Results for “funding_rate_date”
50+ results
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
PA_BILLING_EXTN_PARAMS_V is an APPS-owned runtime view in the Oracle E-Business Suite Projects (PA) module, defined over billing assignment and billing extension data. According to the ETRM metadata, the view presents "events for a MCB for a specific bill assignment id for use with billing extensions." Its full description clarifies that it is "a runtime view for use in billing extensions that shows a single row with all the new conversion attributes." This makes it a specialized, developer-facing construct rather than a general-purpose reporting view. It is intended to be queried from within PL/SQL billing extension logic, where the billing engine has already established the current bill assignment context through PA_BILLING.GETBILLINGASSIGNMENTID. In both Oracle EBS 12.1.1 and 12.2.2 the object remains VALID and is deployed in the APPS schema, and its behavior is unchanged across those releases.
Underlying Base Objects
The documented base objects referenced by this view are the PA_BILLING package, PA_BILLING_ASSIGNMENTS, PA_BILLING_EXTENSIONS, and PA_PROJECTS_ALL. The view text is a three-branch UNION ALL construct. Each branch joins PA_BILLING_ASSIGNMENTS (aliased BE) to PA_BILLING_EXTENSIONS (aliased B) on BILLING_EXTENSION_ID, and each restrictively filters on the runtime value returned by PA_BILLING.GETBILLINGASSIGNMENTID. The first branch filters on BE.PROJECT_ID IS NOT NULL and draws currency, rate type, rate date, and exchange rate values from the assignment. The second branch filters on BE.TOP_TASK_ID IS NOT NULL. The third branch draws its rate and currency attributes from PA_PROJECTS_ALL (aliased P) instead of the assignment. All branches project B.DEFAULT_COST_PLAN_TYPE_ID and B.DEFAULT_REV_PLAN_TYPE_ID from the billing extensions definition. The dependency on PA_BILLING.GETBILLINGASSIGNMENTID means the view is context-sensitive: it returns meaningful data only while executing inside an active billing event.
Key Columns
- BILLING_ASSIGNMENT_ID — Identifier of the billing assignment driving the current billing event; the anchor for all joins and the runtime predicate.
- DEFAULT_REV_PLAN_TYPE_ID — Default revenue plan type carried from the billing extension definition; this is the column most commonly sought by users searching on this term.
- DEFAULT_COST_PLAN_TYPE_ID — Default cost plan type from the same billing extension record.
- PROJECT_CURRENCY_CODE, PROJECT_RATE_TYPE, PROJECT_RATE_DATE, PROJECT_EXCHANGE_RATE — Project-level conversion attributes used to translate amounts.
- PROJFUNC_CURRENCY_CODE, PROJFUNC_RATE_TYPE, PROJFUNC_RATE_DATE, PROJFUNC_EXCHANGE_RATE — Project functional currency conversion attributes.
- FUNDING_RATE_TYPE, FUNDING_RATE_DATE, FUNDING_EXCHANGE_RATE — Funding-level conversion attributes.
- RATE_OVERRIDE_CURRENCY_CODE — Currency code for rate overrides applied at the assignment level.
Common Use Cases and Queries
The primary use case is reading conversion parameters inside a billing extension to determine how amounts should be converted and which revenue or cost plan type applies. A typical pattern selects the columns of interest for the current assignment:
SELECT billing_assignment_id, default_rev_plan_type_id, default_cost_plan_type_id, project_currency_code, project_exchange_rate FROM pa_billing_extn_params_v WHERE billing_assignment_id = :p_assignment_id;
Because the view itself already filters on the runtime assignment through PA_BILLING.GETBILLINGASSIGNMENTID, an explicit predicate is often redundant but is sometimes retained for clarity. Note that this view is not suitable for ad hoc reporting outside the billing engine context, since its WHERE clause depends on package state. For static reporting on billing extensions, query PA_BILLING_EXTENSIONS directly.
-
View of events for a MCB for a specific bill assignment id for use with billing extensions. Full Description: is a runtime view for use in billing extensions that shows a single row with all the new conversion attributes and can be used if
APPS.PA_BILLING_EXTN_PARAMS_V·↳ PA_BILLING_ASSIGNMENTS·↳ PA_BILLING_EXTENSIONS·↳ PA_PROJECTS_ALL·Explore PA module →
-
View of events for a MCB for a specific bill assignment id for use with billing extensions. Full Description: is a runtime view for use in billing extensions that shows a single row with all the new conversion attributes and can be used if
APPS.PA_BILLING_EXTN_PARAMS_V·↳ PA_BILLING_ASSIGNMENTS·↳ PA_BILLING_EXTENSIONS·↳ PA_PROJECTS_ALL·Explore PA module →
-
View: PA_PROJECTS_UPDATE_V 12.1.1
10SC Only
APPS.PA_PROJECTS_UPDATE_V·↳ PA_PROJECTS_ALL·↳ PA_PROJECT_TYPES·↳ DUAL·Explore PA module →
-
View: PA_PROJECTS_UPDATE_V 12.2.2
10SC Only
APPS.PA_PROJECTS_UPDATE_V·↳ PA_PROJECTS_ALL·↳ PA_PROJECT_TYPES·↳ DUAL·Explore PA module →
-
PA_BILLING_ORIG_EVENTS_V is a run time view for use in billing extensions that shows event info.
APPS.PA_BILLING_ORIG_EVENTS_V·↳ PA_DRAFT_INVOICES·↳ PA_DRAFT_INVOICE_ITEMS·↳ PA_EVENTS·Explore PA module →
-
PA_BILLING_ORIG_EVENTS_V is a run time view for use in billing extensions that shows event info.
APPS.PA_BILLING_ORIG_EVENTS_V·↳ PA_DRAFT_INVOICES·↳ PA_DRAFT_INVOICE_ITEMS·↳ PA_EVENTS·Explore PA module →
-
10SC Only
APPS.PA_DRAFT_REVENUE_ITEMS_V·↳ PA_CUST_EVENT_REV_DIST_LINES·↳ PA_DRAFT_REVENUE_ITEMS·↳ PA_LOOKUPS·Explore PA module →
-
View: PA_EVENTS_MRC_V 12.2.2
Single currency view
APPS.PA_EVENTS_MRC_V·↳ PA_EVENTS·↳ PA_MC_EVENTS·Explore PA module →
-
View: PA_EVENTS_MRC_V 12.1.1
Single currency view
APPS.PA_EVENTS_MRC_V·↳ PA_EVENTS·↳ PA_MC_EVENTS·Explore PA module →
-
10 Sc only
APPS.PA_EVENTS_DELIVERABLE_V·↳ PA_EVENTS·↳ PA_OBJECT_RELATIONSHIPS·↳ PA_PROJECTS·Explore PA module →
-
Pa_Draft_Invoice_Items_ar is a table for Archive/Purge. Refer to comments on the columns in the main table
-
10SC Only
APPS.PA_DRAFT_REVENUE_ITEMS_V·↳ PA_CUST_EVENT_REV_DIST_LINES·↳ PA_DRAFT_REVENUE_ITEMS·↳ PA_LOOKUPS·Explore PA module →
-
10SC Only
APPS.PA_DRAFT_INVOICE_LINES_V·↳ FND_LOOKUPS·↳ HR_ALL_ORGANIZATION_UNITS·↳ HZ_CUST_ACCT_SITES_ALL·Explore PA module →
-
View: PA_PROJECTS_AMG_V 12.2.2
Internal
-
Assignments of billing extensions to a project type, project, or task
-
View: PA_EVENTS_AMG_V 12.1.1
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.
-
View: PA_EVENTS_AMG_V 12.2.2
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.
-
Pa_Draft_Invoice_Items_ar is a table for Archive/Purge. Refer to comments on the columns in the main table
-
View: PA_PROJECTS_AMG_V 12.1.1
Internal
-
Entries assigned to tasks that generate revenue and/or billing but are not directly related to expenditure items
-
Entries assigned to tasks that generate revenue and/or billing but are not directly related to expenditure items
-
Pa_Events_ar is a table for Archive/Purge. Refer to comments on the columns in the main table
-
10SC Only
APPS.PA_DRAFT_INVOICE_LINES_ALL_V·↳ AR_LOOKUPS·↳ AR_VAT_TAX_ALL·↳ HZ_CUST_ACCT_SITES_ALL·Explore PA module →
-
10SC Only
APPS.PA_DRAFT_INVOICE_LINES_ALL_V·↳ AR_LOOKUPS·↳ AR_VAT_TAX_ALL·↳ HZ_CUST_ACCT_SITES_ALL·Explore PA module →
-
View: PA_EVENTS_V 12.1.1
10 Sc only
APPS.PA_EVENTS_V·↳ HR_ALL_ORGANIZATION_UNITS_TL·↳ PA_CONVERSION_TYPES_V·↳ PA_EVENTS·Explore PA module →
-
10SC Only
APPS.PA_DRAFT_INV_LINE_DETAILS_V·↳ FND_LOOKUP_VALUES·↳ GL_DAILY_CONVERSION_TYPES·↳ HR_ALL_ORGANIZATION_UNITS_TL·Explore PA module →
-
View: PA_PROJECTS_V 12.1.1
APPS.PA_PROJECTS_V·↳ HR_ORGANIZATION_UNITS·↳ PA_BILLING_CYCLES·↳ PA_DISTRIBUTION_RULES·Explore PA module →
-
View: PA_PROJECTS_V 12.2.2
APPS.PA_PROJECTS_V·↳ HR_ORGANIZATION_UNITS·↳ PA_BILLING_CYCLES·↳ PA_DISTRIBUTION_RULES·Explore PA module →
-
Assignments of billing extensions to a project type, project, or task
-
View: PA_EVENTS_MRC_V2 12.1.1
Single currency view
APPS.PA_EVENTS_MRC_V2·↳ PA_EVENTS·↳ PA_MC_EVENTS·Explore PA module →
-
View: PA_EVENTS_MRC_V2 12.2.2
Single currency view
APPS.PA_EVENTS_MRC_V2·↳ PA_EVENTS·↳ PA_MC_EVENTS·Explore PA module →
-
10 Sc only
APPS.PA_EVENTS_DELIVERABLE_V·↳ PA_EVENTS·↳ PA_OBJECT_RELATIONSHIPS·↳ PA_PROJECTS·Explore PA module →
-
10SC Only
APPS.PA_DRAFT_INVOICE_LINES_V·↳ FND_LOOKUPS·↳ HZ_CUST_ACCT_SITES_ALL·↳ HZ_LOCATIONS·Explore PA module →
-
Draft invoice lines
-
APPS.GMS_DRAFT_INV_LINE_DETAILS_V·↳ FND_LOOKUP_VALUES·↳ GL_DAILY_CONVERSION_TYPES·↳ GMS_AWARD_DISTRIBUTIONS·Explore GMS module →
-
10SC Only
APPS.PA_DRAFT_INV_LINE_DETAILS_V·↳ FND_LOOKUP_VALUES·↳ GL_DAILY_CONVERSION_TYPES·↳ HR_ALL_ORGANIZATION_UNITS_TL·Explore PA module →
-
View: PA_EVENTS_V 12.2.2
10 Sc only
APPS.PA_EVENTS_V·↳ HR_ALL_ORGANIZATION_UNITS_TL·↳ PA_CONVERSION_TYPES_V·↳ PA_EVENTS·Explore PA module →
-
APPS.GMS_DRAFT_INV_LINE_DETAILS_V·↳ FND_LOOKUP_VALUES·↳ GL_DAILY_CONVERSION_TYPES·↳ GMS_AWARD_DISTRIBUTIONS·Explore GMS module →
-
PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects.
-
Draft invoice lines
-
Pa_Events_ar is a table for Archive/Purge. Refer to comments on the columns in the main table
-
PA_PROJECTS_ALL stores the highest units of work defined in Oracle Projects.
-
View: PA_BILLING_ASSIGNMENTS 12.2.2
Single-Org
Not implemented in this database·Explore PA module →
-
View: PA_BILLING_ASSIGNMENTS 12.1.1
Single-Org
Not implemented in this database·Explore PA module →
-
VIEW: PA.PA_EVENTS_AR# 12.2.2
-
VIEW: PA.PA_EVENTS# 12.2.2
-
VIEW: APPS.PA_EVENTS_AMG_V 12.2.2