Search Results margin_percent
Overview
APPS.PA_FP_VP_TXNCURRENCY_V is a reporting view in the Oracle E-Business Suite Projects (PA) module, belonging to the Forecast and Planning (FP) schema family. It presents transaction-level forecast or plan data aggregated by task, resource group, resource, and transaction currency, and it is intended primarily to drive the "View Plans" (VP) user interface and related reporting within Project Management. The view's defining characteristic is its hierarchical, report-style output: rather than returning every underlying transactional row, it selectively populates grouping columns (task name, resource group name, resource name) only at the first occurrence of each grouping level, using DECODE against window-function "first_value" markers (level1 through level4). This produces a denormalized, break-grouped result set suitable for direct display in Oracle Forms or OAF-based plan review pages, where repetition of parent labels would be visually undesirable. Because it exposes columns such as quantity, burdened cost, raw cost, revenue, margin, and margin percent alongside their currency and unit-of-measure context, it also functions as a convenient data source for financial plan extracts and custom reporting.
Underlying Base Objects
The documented base objects referenced by this view are:
- PA_FP_TXN_LINES_TMP (SYNONYM) — the forecast/plan transaction lines table that supplies the core transactional rows (project, task, resource assignments, currency, quantity, cost, revenue figures).
- PA_RESOURCE_LIST_MEMBERS (SYNONYM) — provides resource list membership and hierarchy information (resource groups and resources).
- PA_PROJ_ELEMENTS_UTILS (PACKAGE) — supplies the function GET_DISPLAY_SEQUENCE, used to derive task_sequence_id from the task, giving the deterministic ordering of tasks within a project.
- PA_FP_VIEW_PLANS_TXN_PUB (PACKAGE) — provides display functions get_task_name and get_task_number, used to render the task label and task number.
The view is defined over an inline subquery that joins these sources, and the supplied text confirms that task_sequence_id originates from PA_PROJ_ELEMENTS_UTILS.GET_DISPLAY_SEQUENCE(task_id). The four window functions partition by project and progressively finer keys, producing the level1–level4 markers that drive the DECODE-based suppression of repeated group labels.
Key Columns
- task_sequence_id — a derived sequence value (via GET_DISPLAY_SEQUENCE) used to order and identify tasks consistently within a project; it is not a stored persistent attribute but a computed display sequence.
- task_name — the concatenated task name and task number, shown only on the first row of a task group.
- resource_group_name and resource_name — displayed only at their first occurrence within each grouping level.
- task_id, cost_resource_assignment_id, rev_resource_assignment_id, all_resource_assignment_id — identifiers linking the row back to the underlying forecast/plan assignments.
- txn_currency_code, unit_of_measure — currency and UOM context for the amounts.
- quantity, burdened_cost, raw_cost, revenue, margin, margin_percent — the quantitative and financial measures presented per task/resource/currency combination.
Common Use Cases and Queries
The view supports plan review, forecast reporting, and extract-style integrations. A typical query might filter a project and order by task sequence, for example: SELECT task_sequence_id, task_name, resource_group_name, resource_name, txn_currency_code, quantity, burdened_cost, revenue FROM apps.pa_fp_vp_txncurency_v WHERE project_id = :p_project ORDER BY task_sequence_id; (note: the view exposes project_id only through the inline query's derived columns; the outer select lists task-level columns). A search for "task_sequence_id" will resolve here because the column is central to the ordering semantics. Analysts use the view to inspect margin and revenue by currency, to feed plan-versus-actual comparisons, or to build custom BI reports without reimplementing the grouping logic. It is also valuable in integrations requiring a pre-grouped, human-readable forecast snapshot.
-
VIEW: APPS.PA_FP_VP_TXNCURRENCY_V
12.1.1
-
VIEW: APPS.PA_FP_VP_TXNCURRENCY_V
12.2.2
-
View: PA_FP_VP_TXNCURRENCY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_VP_TXNCURRENCY_V, object_name:PA_FP_VP_TXNCURRENCY_V, status:VALID, product: PA - Projects , description: This view is used for the View Plans page. It retrieves user-entered budget lines , implementation_dba_data: APPS.PA_FP_VP_TXNCURRENCY_V ,
-
View: PA_FP_VP_TXNCURRENCY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_VP_TXNCURRENCY_V, object_name:PA_FP_VP_TXNCURRENCY_V, status:VALID, product: PA - Projects , description: This view is used for the View Plans page. It retrieves user-entered budget lines , implementation_dba_data: APPS.PA_FP_VP_TXNCURRENCY_V ,
-
VIEW: APPS.PA_FP_SUM_PV_V
12.1.1
-
VIEW: APPS.PA_FIN_PLAN_TYPES_W_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_PLAN_TYPES_W_V, object_name:PA_FIN_PLAN_TYPES_W_V, status:VALID,
-
VIEW: APPS.PA_FIN_PLAN_TYPES_W_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_PLAN_TYPES_W_V, object_name:PA_FIN_PLAN_TYPES_W_V, status:VALID,
-
VIEW: APPS.PA_FP_VP_TXNCURRENCY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_VP_TXNCURRENCY_V, object_name:PA_FP_VP_TXNCURRENCY_V, status:VALID,
-
VIEW: APPS.PA_FP_SUM_PV_V
12.2.2
-
VIEW: APPS.PA_FIN_PLAN_TYPES_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_PLAN_TYPES_B_V, object_name:PA_FIN_PLAN_TYPES_B_V, status:VALID,
-
View: PA_FP_SUM_PV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_SUM_PV_V, object_name:PA_FP_SUM_PV_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_FP_SUM_PV_V ,
-
View: PA_FP_SUM_PV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_SUM_PV_V, object_name:PA_FP_SUM_PV_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_FP_SUM_PV_V ,
-
Lookup Type: PA_FINANCIAL_AMOUNT_TYPE
12.1.1
product: PA - Projects , meaning: Financial Amount Types for Configurable Regions , description: Financial Amount Types for Configurable Regions ,
-
VIEW: APPS.PA_FP_VP_TXNCURRENCY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_VP_TXNCURRENCY_V, object_name:PA_FP_VP_TXNCURRENCY_V, status:VALID,
-
Lookup Type: PJI_PROFITABILITY_MEASURES
12.1.1
product: PJI - Project Intelligence , meaning: Project Intelligence Profitability Measures , description: Project Intelligence Profitability Measures ,
-
VIEW: APPS.PA_FIN_PLAN_TYPES_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_PLAN_TYPES_B_V, object_name:PA_FIN_PLAN_TYPES_B_V, status:VALID,
-
Lookup Type: PA_FINANCIAL_AMOUNT_TYPE
12.2.2
product: PA - Projects , meaning: Financial Amount Types for Configurable Regions , description: Financial Amount Types for Configurable Regions ,
-
TABLE: PA.PA_FIN_VP_AMTS_VIEW_TMP
12.1.1
owner:PA, object_type:TABLE, object_name:PA_FIN_VP_AMTS_VIEW_TMP, status:VALID,
-
TYPE: APPS.PJI_REP_PP5
12.2.2
owner:APPS, object_type:TYPE, object_name:PJI_REP_PP5, status:VALID,
-
Lookup Type: PJI_PROFITABILITY_MEASURES
12.2.2
product: PJI - Project Intelligence(Obsolete) , meaning: Project Intelligence Profitability Measures , description: Project Intelligence Profitability Measures ,
-
APPS.PA_FP_VIEW_PLANS_PUB SQL Statements
12.2.2
-
APPS.PA_FP_VIEW_PLANS_PUB SQL Statements
12.1.1
-
TABLE: PA.PA_FIN_VP_AMTS_VIEW_TMP
12.2.2
owner:PA, object_type:TABLE, object_name:PA_FIN_VP_AMTS_VIEW_TMP, status:VALID,
-
TYPE: APPS.PJI_REP_PP5
12.1.1
owner:APPS, object_type:TYPE, object_name:PJI_REP_PP5, status:VALID,
-
TYPE: APPS.PJI_REP_PPSUM
12.1.1
owner:APPS, object_type:TYPE, object_name:PJI_REP_PPSUM, status:VALID,
-
TYPE: APPS.PJI_REP_PPSUM
12.2.2
owner:APPS, object_type:TYPE, object_name:PJI_REP_PPSUM, status:VALID,
-
APPS.PA_FP_VIEW_PLANS_TXN_PUB SQL Statements
12.1.1
-
APPS.PA_FP_VIEW_PLANS_TXN_PUB SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PA_FP_VIEW_PLANS_PUB
12.2.2
-
View: OE_SCH_RSV_SET_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SCH_RSV_SET_LINES_V, object_name:OE_SCH_RSV_SET_LINES_V, status:VALID, product: ONT - Order Management , description: View used by the new form for scheduling across orders with Reservation set information , implementation_dba_data: APPS.OE_SCH_RSV_SET_LINES_V ,
-
PACKAGE BODY: APPS.PA_FP_VIEW_PLANS_PUB
12.1.1
-
View: OE_SCH_RSV_SET_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SCH_RSV_SET_LINES_V, object_name:OE_SCH_RSV_SET_LINES_V, status:VALID, product: ONT - Order Management , description: View used by the new form for scheduling across orders with Reservation set information , implementation_dba_data: APPS.OE_SCH_RSV_SET_LINES_V ,
-
View: OE_SCH_ORDER_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SCH_ORDER_LINES_V, object_name:OE_SCH_ORDER_LINES_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_SCH_ORDER_LINES_V ,
-
View: OE_SCH_ORDER_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SCH_ORDER_LINES_V, object_name:OE_SCH_ORDER_LINES_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_SCH_ORDER_LINES_V ,
-
VIEW: APPS.OE_SCH_ORDER_LINES_V
12.2.2
-
VIEW: APPS.OE_SCH_RSV_SET_LINES_V
12.1.1
-
View: PA_FIN_PLAN_TYPES_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_PLAN_TYPES_B_V, object_name:PA_FIN_PLAN_TYPES_B_V, status:VALID, product: PA - Projects , description: This view is used by the Plan Types page. It displays all baselined plan types for a given project id. , implementation_dba_data: APPS.PA_FIN_PLAN_TYPES_B_V ,
-
View: PA_FIN_PLAN_TYPES_W_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_PLAN_TYPES_W_V, object_name:PA_FIN_PLAN_TYPES_W_V, status:VALID, product: PA - Projects , description: This view is used for the Plan Types page. It retrieves information for all plan types that are current working for a given project id. , implementation_dba_data: APPS.PA_FIN_PLAN_TYPES_W_V ,
-
VIEW: APPS.OE_SCH_ORDER_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SCH_ORDER_LINES_V, object_name:OE_SCH_ORDER_LINES_V, status:VALID,
-
VIEW: APPS.OE_SCH_ORDER_LINES_V
12.1.1
-
VIEW: APPS.OE_SCH_RSV_SET_LINES_V
12.2.2
-
VIEW: APPS.OE_SCH_RSV_SET_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SCH_RSV_SET_LINES_V, object_name:OE_SCH_RSV_SET_LINES_V, status:VALID,
-
VIEW: APPS.OE_SCH_ORDER_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SCH_ORDER_LINES_V, object_name:OE_SCH_ORDER_LINES_V, status:VALID,
-
View: PA_FIN_PLAN_TYPES_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_PLAN_TYPES_B_V, object_name:PA_FIN_PLAN_TYPES_B_V, status:VALID, product: PA - Projects , description: This view is used by the Plan Types page. It displays all baselined plan types for a given project id. , implementation_dba_data: APPS.PA_FIN_PLAN_TYPES_B_V ,
-
View: PA_FIN_PLAN_TYPES_W_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_PLAN_TYPES_W_V, object_name:PA_FIN_PLAN_TYPES_W_V, status:VALID, product: PA - Projects , description: This view is used for the Plan Types page. It retrieves information for all plan types that are current working for a given project id. , implementation_dba_data: APPS.PA_FIN_PLAN_TYPES_W_V ,
-
VIEW: APPS.OE_SCH_RSV_SET_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SCH_RSV_SET_LINES_V, object_name:OE_SCH_RSV_SET_LINES_V, status:VALID,
-
PACKAGE BODY: APPS.PJI_PMV_PROFITABILITY_TREND
12.1.1
-
VIEW: APPS.PA_FIN_PLAN_TYPES_B_V
12.2.2
-
VIEW: APPS.PA_FIN_PLAN_TYPES_W_V
12.2.2
-
VIEW: APPS.PA_FIN_PLAN_TYPES_B_V
12.1.1