Search Results pa_proj_fp_options
Overview
The PA_PROJ_FP_OPTIONS table is a core repository for financial planning configuration within Oracle E-Business Suite Projects. It serves as a central control point by storing default financial planning options that can be applied at three distinct levels: for a specific project, for a financial plan type, or for a particular plan version. This hierarchical storage mechanism ensures consistent financial planning behavior across the application, governing critical processes such as currency conversion, period mapping, and the generation of one financial plan from another. Its role is integral to the setup and execution of budgeting, forecasting, and other financial planning activities in Oracle Projects.
Key Information Stored
The table's primary key is PROJ_FP_OPTIONS_ID. Its most significant columns define the financial planning environment through foreign key relationships to other setup entities. Key stored information includes rate types for converting project and project functional currency amounts (PROJECT_COST_RATE_TYPE, PROJFUNC_COST_RATE_TYPE, etc.), identifiers for period masks to map amounts to accounting periods (COST_PERIOD_MASK_ID, REV_PERIOD_MASK_ID, ALL_PERIOD_MASK_ID), and amount set identifiers for cost and revenue (COST_AMOUNT_SET_ID, ALL_AMOUNT_SET_ID). Crucially, it stores source plan references for plan generation processes, such as GEN_SRC_COST_PLAN_TYPE_ID and GEN_SRC_COST_PLAN_VERSION_ID, which define the source cost plan used to generate a new one. The table also links to a specific Resource Breakdown Structure (RBS) version via RBS_STRUCT_VERSION_ID and to a financial plan type via FIN_PLAN_TYPE_ID.
Common Use Cases and Queries
A primary use case is auditing the financial planning setup for a project or plan type to troubleshoot plan generation or currency conversion issues. Database administrators or functional consultants may query this table to verify that period masks and rate types are correctly assigned. A common reporting need is to list all financial planning options for active projects. A sample SQL pattern to retrieve core options for a specific project would be:
- SELECT project_id, fin_plan_type_id, cost_period_mask_id, projfunc_cost_rate_type FROM pa_proj_fp_options WHERE project_id = <PROJECT_ID>;
Another critical scenario involves understanding the source-target relationships for automated plan generation, which requires joining to PA_FIN_PLAN_TYPES_B and PA_BUDGET_VERSIONS on the GEN_SRC_* columns. Data fixes or mass updates to default options, though rare, are also performed directly in this table following change control procedures.
Related Objects
PA_PROJ_FP_OPTIONS maintains extensive foreign key relationships, acting as a hub connecting financial planning components. Key documented relationships include:
- PA_PROJECTS_ALL: Links options to a specific project via PROJECT_ID.
- PA_FIN_PLAN_TYPES_B: Links to the financial plan type (FIN_PLAN_TYPE_ID) and to source plan types for generation (GEN_SRC_COST_PLAN_TYPE_ID, GEN_SRC_REV_PLAN_TYPE_ID, GEN_SRC_ALL_PLAN_TYPE_ID).
- PA_BUDGET_VERSIONS: Links to specific plan versions for period masks (COST_PERIOD_MASK_ID, REV_PERIOD_MASK_ID) and source plan versions for generation (GEN_SRC_COST_PLAN_VERSION_ID, etc.).
- GL_DAILY_CONVERSION_TYPES: Links to the four defined currency conversion rate types for project and project functional costs and revenue.
- PA_PERIOD_MASKS_B: Links to the period mask for all amounts (ALL_PERIOD_MASK_ID).
- PA_FIN_PLAN_AMOUNT_SETS: Links to amount sets for cost (COST_AMOUNT_SET_ID) and all amounts (ALL_AMOUNT_SET_ID).
- PA_PROJ_ELEMENT_VERSIONS: Links to the Resource Breakdown Structure version via RBS_STRUCT_VERSION_ID.
-
Table: PA_PROJ_FP_OPTIONS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_FP_OPTIONS, object_name:PA_PROJ_FP_OPTIONS, status:VALID, product: PA - Projects , description: This table stores the default financial planning options for a project, plan type or plan version. , implementation_dba_data: PA.PA_PROJ_FP_OPTIONS ,
-
Table: PA_PROJ_FP_OPTIONS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_FP_OPTIONS, object_name:PA_PROJ_FP_OPTIONS, status:VALID, product: PA - Projects , description: This table stores the default financial planning options for a project, plan type or plan version. , implementation_dba_data: PA.PA_PROJ_FP_OPTIONS ,
-
Table: PA_BUDGET_VERSIONS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_VERSIONS, object_name:PA_BUDGET_VERSIONS, status:VALID, product: PA - Projects , description: Versions of project budgets , implementation_dba_data: PA.PA_BUDGET_VERSIONS ,
-
Table: PA_BUDGET_VERSIONS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_VERSIONS, object_name:PA_BUDGET_VERSIONS, status:VALID, product: PA - Projects , description: Versions of project budgets , implementation_dba_data: PA.PA_BUDGET_VERSIONS ,
-
Table: PA_FIN_PLAN_TYPES_B
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FIN_PLAN_TYPES_B, object_name:PA_FIN_PLAN_TYPES_B, status:VALID, product: PA - Projects , description: This table stores the various plan types for financial plans. , implementation_dba_data: PA.PA_FIN_PLAN_TYPES_B ,
-
Table: PA_FIN_PLAN_TYPES_B
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FIN_PLAN_TYPES_B, object_name:PA_FIN_PLAN_TYPES_B, status:VALID, product: PA - Projects , description: This table stores the various plan types for financial plans. , implementation_dba_data: PA.PA_FIN_PLAN_TYPES_B ,
-
Table: PA_FIN_PLAN_AMOUNT_SETS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FIN_PLAN_AMOUNT_SETS, object_name:PA_FIN_PLAN_AMOUNT_SETS, status:VALID, product: PA - Projects , description: This table stores the various amount sets available for financial plans. , implementation_dba_data: PA.PA_FIN_PLAN_AMOUNT_SETS ,
-
Table: PA_FIN_PLAN_AMOUNT_SETS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FIN_PLAN_AMOUNT_SETS, object_name:PA_FIN_PLAN_AMOUNT_SETS, status:VALID, product: PA - Projects , description: This table stores the various amount sets available for financial plans. , implementation_dba_data: PA.PA_FIN_PLAN_AMOUNT_SETS ,
-
Table: PA_RESOURCE_LISTS_ALL_BG
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LISTS_ALL_BG, object_name:PA_RESOURCE_LISTS_ALL_BG, status:VALID, product: PA - Projects , description: Implementation-defined lists of resources for budgeting and project summary amounts , implementation_dba_data: PA.PA_RESOURCE_LISTS_ALL_BG ,
-
Table: PA_RESOURCE_LISTS_ALL_BG
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RESOURCE_LISTS_ALL_BG, object_name:PA_RESOURCE_LISTS_ALL_BG, status:VALID, product: PA - Projects , description: Implementation-defined lists of resources for budgeting and project summary amounts , implementation_dba_data: PA.PA_RESOURCE_LISTS_ALL_BG ,
-
View: PA_FP_OPTIONS_RESLISTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_OPTIONS_RESLISTS_V, object_name:PA_FP_OPTIONS_RESLISTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_FP_OPTIONS_RESLISTS_V ,
-
View: PA_FP_OPTIONS_RESLISTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_OPTIONS_RESLISTS_V, object_name:PA_FP_OPTIONS_RESLISTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_FP_OPTIONS_RESLISTS_V ,
-
View: PA_FP_OPTIONS_RESLISTS_V_R
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_FP_OPTIONS_RESLISTS_V_R
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_FINPLAN_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FINPLAN_TYPES_V, object_name:PA_FINPLAN_TYPES_V, status:VALID, product: PA - Projects , description: This view displays all the valid budget types and plan types which are used for different business purposes of a project. , implementation_dba_data: APPS.PA_FINPLAN_TYPES_V ,
-
View: PA_PROJ_FINPLAN_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_FINPLAN_TYPES_V, object_name:PA_PROJ_FINPLAN_TYPES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_FINPLAN_TYPES_V ,
-
View: PA_PROJ_FINPLAN_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_FINPLAN_TYPES_V, object_name:PA_PROJ_FINPLAN_TYPES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_FINPLAN_TYPES_V ,
-
View: PA_FINPLAN_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FINPLAN_TYPES_V, object_name:PA_FINPLAN_TYPES_V, status:VALID, product: PA - Projects , description: This view displays all the valid budget types and plan types which are used for different business purposes of a project. , implementation_dba_data: APPS.PA_FINPLAN_TYPES_V ,
-
Table: PA_FP_TXN_CURRENCIES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_TXN_CURRENCIES, object_name:PA_FP_TXN_CURRENCIES, status:VALID, product: PA - Projects , description: This table stores the plannable transaction currencies for a project. , implementation_dba_data: PA.PA_FP_TXN_CURRENCIES ,
-
Table: PA_PERIOD_MASKS_B
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PERIOD_MASKS_B, object_name:PA_PERIOD_MASKS_B, status:VALID, product: PA - Projects , description: This table stores the various period mask definitions to be used for displaying periodic data , implementation_dba_data: PA.PA_PERIOD_MASKS_B ,
-
Table: PA_PERIOD_MASKS_B
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PERIOD_MASKS_B, object_name:PA_PERIOD_MASKS_B, status:VALID, product: PA - Projects , description: This table stores the various period mask definitions to be used for displaying periodic data , implementation_dba_data: PA.PA_PERIOD_MASKS_B ,
-
View: PA_RESOURCE_LIST_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_LIST_ASSIGNMENTS_V, object_name:PA_RESOURCE_LIST_ASSIGNMENTS_V, status:VALID, product: PA - Projects , description: Resource list assignments to self service budget and workplan. , implementation_dba_data: APPS.PA_RESOURCE_LIST_ASSIGNMENTS_V ,
-
View: PA_RESOURCE_LIST_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RESOURCE_LIST_ASSIGNMENTS_V, object_name:PA_RESOURCE_LIST_ASSIGNMENTS_V, status:VALID, product: PA - Projects , description: Resource list assignments to self service budget and workplan. , implementation_dba_data: APPS.PA_RESOURCE_LIST_ASSIGNMENTS_V ,
-
Table: PA_FP_TXN_CURRENCIES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_TXN_CURRENCIES, object_name:PA_FP_TXN_CURRENCIES, status:VALID, product: PA - Projects , description: This table stores the plannable transaction currencies for a project. , implementation_dba_data: PA.PA_FP_TXN_CURRENCIES ,
-
Table: PA_FP_EXCLUDED_ELEMENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_EXCLUDED_ELEMENTS, object_name:PA_FP_EXCLUDED_ELEMENTS, status:VALID, product: PA - Projects , description: Stores tasks which have been excluded for financial planning purposes. , implementation_dba_data: PA.PA_FP_EXCLUDED_ELEMENTS ,
-
Table: PA_FP_ELEMENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_ELEMENTS, object_name:PA_FP_ELEMENTS, status:VALID, product: PA - Projects , description: This table stores plannable elements for a project. , implementation_dba_data: PA.PA_FP_ELEMENTS ,
-
Table: PA_FP_EXCLUDED_ELEMENTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_EXCLUDED_ELEMENTS, object_name:PA_FP_EXCLUDED_ELEMENTS, status:VALID, product: PA - Projects , description: Stores tasks which have been excluded for financial planning purposes. , implementation_dba_data: PA.PA_FP_EXCLUDED_ELEMENTS ,
-
Table: PA_FP_UPGRADE_AUDIT
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_UPGRADE_AUDIT, object_name:PA_FP_UPGRADE_AUDIT, status:VALID, product: PA - Projects , description: This table stores information about upgraded budget types for a project. , implementation_dba_data: PA.PA_FP_UPGRADE_AUDIT ,
-
Table: PA_FP_UPGRADE_AUDIT
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_UPGRADE_AUDIT, object_name:PA_FP_UPGRADE_AUDIT, status:VALID, product: PA - Projects , description: This table stores information about upgraded budget types for a project. , implementation_dba_data: PA.PA_FP_UPGRADE_AUDIT ,
-
Table: PA_FP_ELEMENTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_FP_ELEMENTS, object_name:PA_FP_ELEMENTS, status:VALID, product: PA - Projects , description: This table stores plannable elements for a project. , implementation_dba_data: PA.PA_FP_ELEMENTS ,
-
Table: PA_RBS_VERSIONS_B
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RBS_VERSIONS_B, object_name:PA_RBS_VERSIONS_B, status:VALID, product: PA - Projects , description: This table stores the RBS information that is version specific. , implementation_dba_data: PA.PA_RBS_VERSIONS_B ,
-
View: PA_ADJUST_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADJUST_TYPE_V, object_name:PA_ADJUST_TYPE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ADJUST_TYPE_V ,
-
Table: PA_RBS_VERSIONS_B
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RBS_VERSIONS_B, object_name:PA_RBS_VERSIONS_B, status:VALID, product: PA - Projects , description: This table stores the RBS information that is version specific. , implementation_dba_data: PA.PA_RBS_VERSIONS_B ,
-
View: PA_ADJUST_TYPE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADJUST_TYPE_V, object_name:PA_ADJUST_TYPE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ADJUST_TYPE_V ,
-
Table: PA_PROJ_ELEMENT_VERSIONS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_ELEMENT_VERSIONS, object_name:PA_PROJ_ELEMENT_VERSIONS, status:VALID, product: PA - Projects , description: PA_PROJ_ELEMENT_VERSIONS stores the common versioned information related to tasks and structures. - For future use , implementation_dba_data: PA.PA_PROJ_ELEMENT_VERSIONS ,
-
Table: PA_PROJ_ELEMENT_VERSIONS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJ_ELEMENT_VERSIONS, object_name:PA_PROJ_ELEMENT_VERSIONS, status:VALID, product: PA - Projects , description: PA_PROJ_ELEMENT_VERSIONS stores the common versioned information related to tasks and structures. - For future use , implementation_dba_data: PA.PA_PROJ_ELEMENT_VERSIONS ,
-
View: PA_FIN_PLAN_CREATE_PLAN_BV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_PLAN_CREATE_PLAN_BV_V, object_name:PA_FIN_PLAN_CREATE_PLAN_BV_V, status:VALID, product: PA - Projects , description: Used in Create/View/Edit Versions OA page. This view retrieves information about a budget version given a budget version id. It relies on the following packages: pa_fin_plan_create_ver_global. , implementation_dba_data: APPS.PA_FIN_PLAN_CREATE_PLAN_BV_V ,
-
View: PA_FIN_PLAN_CREATE_PLAN_BV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_PLAN_CREATE_PLAN_BV_V, object_name:PA_FIN_PLAN_CREATE_PLAN_BV_V, status:VALID, product: PA - Projects , description: Used in Create/View/Edit Versions OA page. This view retrieves information about a budget version given a budget version id. It relies on the following packages: pa_fin_plan_create_ver_global. , implementation_dba_data: APPS.PA_FIN_PLAN_CREATE_PLAN_BV_V ,
-
View: PA_BASE_FINPLAN_BY_GL_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BASE_FINPLAN_BY_GL_PERIOD_V, object_name:PA_BASE_FINPLAN_BY_GL_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by GL period, for a baselined financial plan , implementation_dba_data: APPS.PA_BASE_FINPLAN_BY_GL_PERIOD_V ,
-
View: PA_BASE_FINPLAN_BY_GL_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BASE_FINPLAN_BY_GL_PERIOD_V, object_name:PA_BASE_FINPLAN_BY_GL_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by GL period, for a baselined financial plan , implementation_dba_data: APPS.PA_BASE_FINPLAN_BY_GL_PERIOD_V ,
-
View: PA_BASE_FINPLAN_BY_PA_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BASE_FINPLAN_BY_PA_PERIOD_V, object_name:PA_BASE_FINPLAN_BY_PA_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by PA period, for a baselined financial plan , implementation_dba_data: APPS.PA_BASE_FINPLAN_BY_PA_PERIOD_V ,
-
View: PA_BASE_FINPLAN_BY_PA_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BASE_FINPLAN_BY_PA_PERIOD_V, object_name:PA_BASE_FINPLAN_BY_PA_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by PA period, for a baselined financial plan , implementation_dba_data: APPS.PA_BASE_FINPLAN_BY_PA_PERIOD_V ,
-
View: PA_FIN_PLAN_CREATE_PLAN_NOBV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_PLAN_CREATE_PLAN_NOBV_V, object_name:PA_FIN_PLAN_CREATE_PLAN_NOBV_V, status:VALID, product: PA - Projects , description: Used in Create/View/Edit Versions OA page This view retrieves information about a budget version when a budget version id is not supplied. It relies on the following packages: pa_fin_plan_create_ver_global. , implementation_dba_data: APPS.PA_FIN_PLAN_CREATE_PLAN_NOBV_V ,
-
View: PA_FIN_PLAN_CREATE_PLAN_NOBV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_PLAN_CREATE_PLAN_NOBV_V, object_name:PA_FIN_PLAN_CREATE_PLAN_NOBV_V, status:VALID, product: PA - Projects , description: Used in Create/View/Edit Versions OA page This view retrieves information about a budget version when a budget version id is not supplied. It relies on the following packages: pa_fin_plan_create_ver_global. , implementation_dba_data: APPS.PA_FIN_PLAN_CREATE_PLAN_NOBV_V ,
-
View: PA_FP_CI_AMOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_CI_AMOUNTS_V, object_name:PA_FP_CI_AMOUNTS_V, status:VALID, product: PA - Projects , description: This view is used for the Control Item pages. It returns financial amounts from budget versions grouped by ci_id and project_id. , implementation_dba_data: APPS.PA_FP_CI_AMOUNTS_V ,
-
View: PA_FP_CI_AMOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FP_CI_AMOUNTS_V, object_name:PA_FP_CI_AMOUNTS_V, status:VALID, product: PA - Projects , description: This view is used for the Control Item pages. It returns financial amounts from budget versions grouped by ci_id and project_id. , implementation_dba_data: APPS.PA_FP_CI_AMOUNTS_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 ,
-
Table: PA_PROJECTS_ALL
12.1.1
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 ,
-
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 ,