Search Results projfunc_rate
Overview
PA_FP_WEBADI_P_CUSTOM_V is an Oracle EBS Projects (PA) view owned by the APPS schema. It is a customization view used within the Financial Planning module to drive the periodic budget and forecast download to an Excel spreadsheet. The view exposes a single flat row per planning resource assignment, task, amount type, and currency combination, with the associated planning dates and a 52-column periodic spread (preceding period, PRD1 through PRD52, and succeeding period). Applications and extensions can modify this view to add, remove, or rename columns and thereby control exactly which data elements appear in the downloaded spreadsheet, without altering the underlying planning engine tables.
The view is relevant to the search term planning_end_date: the PLANNING_END_DATE column is exposed here and represents the end date of the planning window for the resource assignment line, complementing PLANNING_START_DATE. Both dates frame the periods over which the PRD1 through PRD52 amounts are spread. In EBS 12.1.1 and 12.2.2, the object remains a standard, VALID APPS view defined against the periodic planning view lineage.
Underlying Base Objects
Per the documented ETRM metadata, PA_FP_WEBADI_P_CUSTOM_V is defined over a single referenced base object: the view PA_FP_WEBADI_PERIODIC_V. The custom view is therefore a projection and re-ordering layer, not a direct table reader. Its defining text selects the columns listed above from PA_FP_WEBADI_PERIODIC_V and applies an ORDER BY clause on TASK_DISPLAY_SEQUENCE, RESOURCE_NAME, UNIT_OF_MEASURE, TXN_CURRENCY_CODE, and AMOUNT_TYPE_NAME, so the exported spreadsheet is presented in a stable, human-readable sequence. Because the customization is applied at this view level, the underlying periodic view and its own base tables can be upgraded by Oracle without disturbing customer-specific spreadsheet layouts.
Key Columns
- BUDGET_VERSION_ID and FIN_PLAN_PREFERENCE_CODE — identify the budget/forecast version and the financial plan preference that scoped the download.
- PROJECT_NAME, TASK_NUMBER, TASK_NAME, TASK_DISPLAY_SEQUENCE — project and task identification and ordering keys.
- RESOURCE_ASSIGNMENT_ID, RESOURCE_NAME — the planning resource assignment and its display name.
- PLANNING_START_DATE, PLANNING_END_DATE — the planning window boundaries for the line; PLANNING_END_DATE is the cutoff date for the spread.
- AMOUNT_TYPE_NAME, AMOUNT_TYPE_CODE, TXN_CURRENCY_CODE, MFC_COST_TYPE, UNIT_OF_MEASURE — amount classification, transaction currency, cost type, and unit of measure.
- ETC_METHOD, ETC_SOURCE, SPREAD_CURVE — estimate-to-complete method/source and the spread curve applied across periods.
- PRECEDING_PERIOD, PRD1–PRD52, SUCCEEDING_PERIOD — the periodic amount buckets that populate the Excel columns.
- PROJFUNC_RATE* and PROJECT_RATE* — project functional and project rate type, date type, rate, and rate date for the line.
- DELETE_FLAG, PHYSICAL_PERCENT_COMPLETE — row deletion indicator and physical percent complete value.
Common Use Cases and Queries
Typical usage is to validate or troubleshoot the data that will populate the Excel download, or to build a custom query that mirrors the download output. For example, to inspect the planning window and a representative period amount:
SELECT project_name, task_number, resource_name, planning_start_date, planning_end_date, amount_type_name, txn_currency_code, prd1, prd2 FROM apps.pa_fp_webadi_p_custom_v WHERE planning_end_date >= SYSDATE ORDER BY task_display_sequence, resource_name;- Filter by version to review a specific download:
WHERE budget_version_id = :p_version_id AND fin_plan_preference_code = :p_pref; - Reconcile deleted lines:
WHERE delete_flag = 'Y';
Because the ORDER BY is embedded in the view definition, custom queries generally return rows pre-sorted by task, resource, UOM, currency, and amount type, matching the spreadsheet layout expected by planners.
-
View: PA_FP_WEBADI_P_CUSTOM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_WEBADI_P_CUSTOM_V, object_name:PA_FP_WEBADI_P_CUSTOM_V, status:VALID, product: PA - Projects , description: This view is used in Financial Planning to customize the periodic budget/forecast download to Excel Spreadsheet. , implementation_dba_data: APPS.PA_FP_WEBADI_P_CUSTOM_V ,
-
View: PA_FP_WEBADI_P_CUSTOM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_WEBADI_P_CUSTOM_V, object_name:PA_FP_WEBADI_P_CUSTOM_V, status:VALID, product: PA - Projects , description: This view is used in Financial Planning to customize the periodic budget/forecast download to Excel Spreadsheet. , implementation_dba_data: APPS.PA_FP_WEBADI_P_CUSTOM_V ,
-
View: PA_FP_WEBADI_CUSTOM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_WEBADI_CUSTOM_V, object_name:PA_FP_WEBADI_CUSTOM_V, status:VALID, product: PA - Projects , description: This view is used in Financial Planning to customize the download to Excel Spreadsheet. , implementation_dba_data: APPS.PA_FP_WEBADI_CUSTOM_V ,
-
View: PA_FP_WEBADI_CUSTOM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_WEBADI_CUSTOM_V, object_name:PA_FP_WEBADI_CUSTOM_V, status:VALID, product: PA - Projects , description: This view is used in Financial Planning to customize the download to Excel Spreadsheet. , implementation_dba_data: APPS.PA_FP_WEBADI_CUSTOM_V ,
-
View: PA_FP_WEBADI_PERIODIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_WEBADI_PERIODIC_V, object_name:PA_FP_WEBADI_PERIODIC_V, status:VALID, product: PA - Projects , description: This view is used in Financial Planning to download the periodic budget/forecast data into Excel Spreadsheet. , implementation_dba_data: APPS.PA_FP_WEBADI_PERIODIC_V ,
-
View: PA_FP_WEBADI_PERIODIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_WEBADI_PERIODIC_V, object_name:PA_FP_WEBADI_PERIODIC_V, status:VALID, product: PA - Projects , description: This view is used in Financial Planning to download the periodic budget/forecast data into Excel Spreadsheet. , implementation_dba_data: APPS.PA_FP_WEBADI_PERIODIC_V ,
-
View: PA_FP_WEBADI_CONTENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_WEBADI_CONTENTS_V, object_name:PA_FP_WEBADI_CONTENTS_V, status:VALID, product: PA - Projects , description: This view is used for data to be downloaded to excel sheet for Financial Planning. , implementation_dba_data: APPS.PA_FP_WEBADI_CONTENTS_V ,
-
View: PA_FP_WEBADI_CONTENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_WEBADI_CONTENTS_V, object_name:PA_FP_WEBADI_CONTENTS_V, status:VALID, product: PA - Projects , description: This view is used for data to be downloaded to excel sheet for Financial Planning. , implementation_dba_data: APPS.PA_FP_WEBADI_CONTENTS_V ,