Search Results spread_curve
Overview
APPS.PA_FP_WEBADI_PERIODIC_V is an Oracle E-Business Suite view in the Projects (PA) module that exposes the staging interface used by Oracle WebADI to load periodic (time-phased) financial plan data into Oracle Projects. It is a thin wrapper view defined over a single base object, PA_FP_WEBADI_XFACE_TMP, and its purpose is to present the interim rows uploaded through a WebADI spreadsheet in a format usable by the Financial Plan periodic upload process, validation logic, and reporting. In Oracle EBS 12.1.1 and 12.2.2 the view retains the same structure, exposing budget version and resource-assignment identifiers, plan-class context, estimate-to-complete (ETC) attributes, rate and currency mapping columns, a preceding-period and succeeding-period amount, and 52 period amount columns (PRD1 through PRD52) that correspond to the accounting periods of a project's financial plan.
Underlying Base Objects
The only documented base object referenced by this view is PA_FP_WEBADI_XFACE_TMP, itself a temporary/interface table where WebADI writes uploaded rows before the Financial Plan periodic loader consumes them. Because the view selects directly from that table without joins, it provides no additional transformation, filtering, or aggregation; it functions as a column-surfacing view. At the synonym level, ETRM records PA_FP_WEBADI_XFACE_TMP as a synonym referenced by the view, meaning the physical table normally resides in the PA schema while the APPS synonym provides the namespace through which the view and concurrent processes access it. Consequently, any row visible through the view corresponds one-to-one with a row currently present in the interface table for the WebADI session or batch being processed.
Key Columns
- BUDGET_VERSION_ID, FIN_PLAN_PREFERENCE_CODE, PLAN_CLASS_CODE — identify the financial plan version and the plan class being loaded.
- PROJECT_ID, PROJECT_NUMBER, PROJECT_NAME, RESOURCE_ASSIGNMENT_ID — project and resource-assignment context for each periodic amount row.
- TASK_NAME, TASK_NUMBER, TASK_DISPLAY_SEQUENCE — task-level placement of the row within the plan structure.
- RESOURCE_ALIAS, RESOURCE_LIST_MEMBER_ID, UNIT_OF_MEASURE, TXN_CURRENCY_CODE — resource identification and transaction currency details.
- AMOUNT_TYPE_CODE, AMOUNT_TYPE_NAME, SPREAD_CURVE_ID, SPREAD_CURVE, START_DATE, END_DATE — how the amount is classified and spread over time.
- MFC_COST_TYPE_ID, MFC_COST_TYPE — mapping to the cost type used for margin/forecast cost handling.
- ETC_METHOD_CODE, ETC_METHOD, ETC_SOURCE — the estimate-to-complete method and its source; the etc_source column is the attribute users frequently search on when tracing how ETC amounts were derived or selected.
- DELETE_FLAG — marks interface rows for deletion during upload processing.
- PROJFUNC_* and PROJECT_* columns — exchange rate type, date type, rate, and rate date for project functional and project currency conversions.
- PRECEDING_PERIOD_AMOUNT, PRD1–PRD52, SUCCEEDING_PERIOD_AMOUNT — the time-phased distribution buckets, with PRD1–PRD52 representing individual periods.
- PHYSICAL_PERCENT_COMPLETE — physical progress percentage associated with the row.
Common Use Cases and Queries
Typical uses include diagnosing WebADI periodic upload failures, verifying ETC method/source values before loading, and auditing loader input rows before the interface table is purged. A representative query filtering on the ETC source is:
SELECT project_number, resource_alias, etc_method, etc_source, preceding_period_amount, succeeding_period_amount FROM apps.pa_fp_webadi_periodic_v WHERE etc_source = :p_source;SELECT budget_version_id, plan_class_code, SUM(prd1 + prd2 + prd3) FROM apps.pa_fp_webadi_periodic_v GROUP BY budget_version_id, plan_class_code;SELECT project_id, resource_assignment_id, delete_flag FROM apps.pa_fp_webadi_periodic_v WHERE delete_flag = 'Y';
Because the view offers no filtering of its own, all restriction and aggregation logic must be applied by the caller, and results always reflect the current contents of the underlying temporary interface table.
-
VIEW: APPS.PA_FP_WEBADI_PERIODIC_V
12.2.2
-
VIEW: APPS.PA_FP_WEBADI_PERIODIC_V
12.1.1
-
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_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_NP_CUSTOM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_WEBADI_NP_CUSTOM_V, object_name:PA_FP_WEBADI_NP_CUSTOM_V, status:VALID, product: PA - Projects , description: This view is used in Financial Planning to customize the non-periodic budget/forecast download to Excel Spreadsheet. , implementation_dba_data: APPS.PA_FP_WEBADI_NP_CUSTOM_V ,
-
VIEW: APPS.PA_FP_WEBADI_NP_CUSTOM_V
12.2.2
-
View: PA_FP_WEBADI_NP_CUSTOM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_WEBADI_NP_CUSTOM_V, object_name:PA_FP_WEBADI_NP_CUSTOM_V, status:VALID, product: PA - Projects , description: This view is used in Financial Planning to customize the non-periodic budget/forecast download to Excel Spreadsheet. , implementation_dba_data: APPS.PA_FP_WEBADI_NP_CUSTOM_V ,
-
VIEW: PA.PA_FP_WEBADI_XFACE_TMP1#
12.2.2
-
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: APPS.PA_FP_WEBADI_P_CUSTOM_V
12.2.2
-
VIEW: APPS.PA_FP_WEBADI_NP_CUSTOM_V
12.1.1
-
VIEW: APPS.PA_FP_WEBADI_P_CUSTOM_V
12.1.1
-
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.PA_FP_WEBADI_XFACE_TMP1#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_FP_WEBADI_XFACE_TMP1#, status:VALID,
-
TABLE: PA.PA_FP_WEBADI_XFACE_TMP1
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_WEBADI_XFACE_TMP1, object_name:PA_FP_WEBADI_XFACE_TMP1, status:VALID,
-
View: PA_FP_WEBADI_NON_PERIODIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_WEBADI_NON_PERIODIC_V, object_name:PA_FP_WEBADI_NON_PERIODIC_V, status:VALID, product: PA - Projects , description: This view is used in Financial Planning to download non-periodic budget/forecast data into Excel Spreadsheet. , implementation_dba_data: APPS.PA_FP_WEBADI_NON_PERIODIC_V ,
-
TABLE: PA.PA_FP_WEBADI_XFACE_TMP
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_WEBADI_XFACE_TMP, object_name:PA_FP_WEBADI_XFACE_TMP, status:VALID,
-
VIEW: APPS.PA_FP_WEBADI_NON_PERIODIC_V
12.2.2
-
View: PA_FP_WEBADI_NON_PERIODIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_WEBADI_NON_PERIODIC_V, object_name:PA_FP_WEBADI_NON_PERIODIC_V, status:VALID, product: PA - Projects , description: This view is used in Financial Planning to download non-periodic budget/forecast data into Excel Spreadsheet. , implementation_dba_data: APPS.PA_FP_WEBADI_NON_PERIODIC_V ,
-
VIEW: APPS.PA_FP_WEBADI_NON_PERIODIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_WEBADI_NON_PERIODIC_V, object_name:PA_FP_WEBADI_NON_PERIODIC_V, status:VALID,
-
VIEW: APPS.PA_FP_WEBADI_NON_PERIODIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_WEBADI_NON_PERIODIC_V, object_name:PA_FP_WEBADI_NON_PERIODIC_V, status:VALID,
-
VIEW: APPS.PA_FP_WEBADI_NP_CUSTOM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_WEBADI_NP_CUSTOM_V, object_name:PA_FP_WEBADI_NP_CUSTOM_V, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.PA_FP_WEBADI_NP_CUSTOM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_WEBADI_NP_CUSTOM_V, object_name:PA_FP_WEBADI_NP_CUSTOM_V, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.PA_FP_WEBADI_NON_PERIODIC_V
12.1.1
-
APPS.PA_ASSIGNMENTS_PVT SQL Statements
12.1.1
-
APPS.PA_ASSIGNMENTS_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PA_ASSIGNMENTS_PVT
12.2.2
-
PACKAGE BODY: APPS.PA_ASSIGNMENTS_PVT
12.1.1
-
APPS.PA_FP_WEBADI_PKG SQL Statements
12.1.1
-
APPS.PA_FP_WEBADI_PKG SQL Statements
12.2.2
-
APPS.PA_ASSIGNMENTS_PVT dependencies on PA_ASSIGNMENTS_PVT
12.1.1
-
APPS.PA_ASSIGNMENTS_PVT dependencies on PA_ASSIGNMENTS_PVT
12.2.2
-
APPS.PA_ASSIGNMENTS_PVT dependencies on PA_DEBUG
12.2.2
-
APPS.PA_ASSIGNMENTS_PVT dependencies on PA_DEBUG
12.1.1
-
PACKAGE: APPS.PA_BUDGET_PUB
12.1.1
-
PACKAGE: APPS.PA_BUDGET_PUB
12.2.2
-
APPS.PA_BUDGET_PUB dependencies on PA_INTERFACE_UTILS_PUB
12.1.1
-
APPS.PA_BUDGET_PUB dependencies on PA_INTERFACE_UTILS_PUB
12.2.2
-
PACKAGE BODY: APPS.PA_FP_WEBADI_PKG
12.1.1
-
PACKAGE BODY: APPS.PA_FP_WEBADI_PKG
12.2.2
-
PACKAGE BODY: APPS.PA_BUDGET_PUB
12.1.1
-
PACKAGE BODY: APPS.PA_BUDGET_PUB
12.2.2
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2
-
APPS.PA_BUDGET_PUB dependencies on FND_API
12.1.1
-
APPS.PA_BUDGET_PUB dependencies on FND_API
12.2.2