Search Results pa_budget_entry_methods
Overview
The PA_BUDGET_ENTRY_METHODS table is a core reference table within the Oracle E-Business Suite Projects (PA) module, specifically for versions 12.1.1 and 12.2.2. It serves as a master repository for implementation-defined methods used to enter project budgets. This table is critical for configuring and controlling the financial planning processes, as it defines the permissible techniques—such as manual entry, spreadsheet import, or generation from another budget—for creating both revenue and cost budgets. Its role is to provide a standardized, validated list of entry methods that are referenced by various budgeting and financial planning entities throughout the application, ensuring data integrity and consistent process enforcement.
Key Information Stored
The primary data stored in this table is the budget entry method code and its associated descriptive information. While the exact column list is not detailed in the provided metadata, the structure is defined by its primary key and foreign key relationships. The central column is BUDGET_ENTRY_METHOD_CODE, which serves as the table's primary key (PA_BUDGET_ENTRY_METHODS_PK). This short code uniquely identifies each entry method. Typically, accompanying columns would include a user-friendly name (e.g., BUDGET_ENTRY_METHOD_NAME) and potentially descriptive fields, system flags, or creation metadata. The table's content is not seeded with static application values but is instead populated during implementation to reflect the organization's specific budgeting procedures.
Common Use Cases and Queries
A primary use case is the configuration of project types, where specific cost and revenue budget entry methods are assigned via the PA_PROJECT_TYPES_ALL table. This determines the default budgeting behavior for projects classified under that type. The table is also queried for validation and reporting purposes, such as listing all configured methods or auditing budget creation sources. Common SQL patterns include joining to related transaction tables to analyze budgeting trends by method.
- Retrieving all active budget entry methods:
SELECT budget_entry_method_code FROM pa_budget_entry_methods; - Finding projects with budgets created via a specific method (e.g., 'SPREADSHEET'):
SELECT p.segment1 FROM pa_projects_all p, pa_budget_versions bv WHERE p.project_id = bv.project_id AND bv.budget_entry_method_code = 'SPREADSHEET';
Related Objects
The PA_BUDGET_ENTRY_METHODS table is integral to the Projects budgeting schema, with documented foreign key relationships to several key tables. These relationships enforce referential integrity, ensuring that only valid, implemented entry methods are used in transactional data.
- PA_BUDGET_VERSIONS: The BUDGET_ENTRY_METHOD_CODE in each budget version record references this table, documenting how that specific budget was initially entered.
- PA_PROJECT_TYPES_ALL: References this table twice, for the COST_BUDGET_ENTRY_METHOD_CODE and REV_BUDGET_ENTRY_METHOD_CODE, defining default methods for projects of that type.
- GMS_BUDGET_VERSIONS (Grants Accounting): Extends the budgeting model to federally sponsored projects, linking the budget entry method code.
- PA_FP_UPGRADE_AUDIT (Financial Planning): References this table for the BASIS_COST_BEM and BASIS_REV_BEM columns, tracking the source entry methods during upgrade or migration processes.
-
Table: PA_BUDGET_ENTRY_METHODS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_ENTRY_METHODS, object_name:PA_BUDGET_ENTRY_METHODS, status:VALID, product: PA - Projects , description: Implementation-defined methods for entering budgets , implementation_dba_data: PA.PA_BUDGET_ENTRY_METHODS ,
-
Table: PA_BUDGET_ENTRY_METHODS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_ENTRY_METHODS, object_name:PA_BUDGET_ENTRY_METHODS, status:VALID, product: PA - Projects , description: Implementation-defined methods for entering budgets , implementation_dba_data: PA.PA_BUDGET_ENTRY_METHODS ,
-
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_PROJECT_TYPES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_TYPES_ALL, object_name:PA_PROJECT_TYPES_ALL, status:VALID, product: PA - Projects , description: Implementation-defined project classifications that supply default information and drive some project processing , implementation_dba_data: PA.PA_PROJECT_TYPES_ALL ,
-
Table: PA_PROJECT_TYPES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_TYPES_ALL, object_name:PA_PROJECT_TYPES_ALL, status:VALID, product: PA - Projects , description: Implementation-defined project classifications that supply default information and drive some project processing , implementation_dba_data: PA.PA_PROJECT_TYPES_ALL ,
-
View: PA_PROJECT_BAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_BAL_V, object_name:PA_PROJECT_BAL_V, status:VALID, product: PA - Projects , description: Master View for Budget Funds Check Results - Source for views created on various Levels , implementation_dba_data: APPS.PA_PROJECT_BAL_V ,
-
View: PA_PROJECT_BAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_BAL_V, object_name:PA_PROJECT_BAL_V, status:VALID, product: PA - Projects , description: Master View for Budget Funds Check Results - Source for views created on various Levels , implementation_dba_data: APPS.PA_PROJECT_BAL_V ,
-
View: PA_ALLOC_BUDGET_ENTRY_METHOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_BUDGET_ENTRY_METHOD_V, object_name:PA_ALLOC_BUDGET_ENTRY_METHOD_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_BUDGET_ENTRY_METHOD_V ,
-
View: PA_ALLOC_BUDGET_ENTRY_METHOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_BUDGET_ENTRY_METHOD_V, object_name:PA_ALLOC_BUDGET_ENTRY_METHOD_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_BUDGET_ENTRY_METHOD_V ,
-
View: PA_BUDGETARY_CONTROL_PROJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGETARY_CONTROL_PROJ_V, object_name:PA_BUDGETARY_CONTROL_PROJ_V, status:VALID, product: PA - Projects , description: View used for processing in Budgetary Controls form and Budget Funds Check Form , implementation_dba_data: APPS.PA_BUDGETARY_CONTROL_PROJ_V ,
-
View: PA_BUDGET_ENTRY_METHODS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGET_ENTRY_METHODS_V, object_name:PA_BUDGET_ENTRY_METHODS_V, status:VALID, product: PA - Projects , description: This view displays the valid budget entry methods which control how a budget is entered , implementation_dba_data: APPS.PA_BUDGET_ENTRY_METHODS_V ,
-
View: PA_BUDGET_ENTRY_METHODS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGET_ENTRY_METHODS_V, object_name:PA_BUDGET_ENTRY_METHODS_V, status:VALID, product: PA - Projects , description: This view displays the valid budget entry methods which control how a budget is entered , implementation_dba_data: APPS.PA_BUDGET_ENTRY_METHODS_V ,
-
View: PA_BUDGETARY_CONTROL_PROJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGETARY_CONTROL_PROJ_V, object_name:PA_BUDGETARY_CONTROL_PROJ_V, status:VALID, product: PA - Projects , description: View used for processing in Budgetary Controls form and Budget Funds Check Form , implementation_dba_data: APPS.PA_BUDGETARY_CONTROL_PROJ_V ,
-
View: PA_XLA_BC_BUDGET_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_BC_BUDGET_HEADER_V, object_name:PA_XLA_BC_BUDGET_HEADER_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_BC_BUDGET_HEADER_V ,
-
View: PA_XLA_BC_BUDGET_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_BC_BUDGET_HEADER_V, object_name:PA_XLA_BC_BUDGET_HEADER_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_BC_BUDGET_HEADER_V ,
-
View: PA_ORIG_BUDGET_BY_GL_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORIG_BUDGET_BY_GL_PERIOD_V, object_name:PA_ORIG_BUDGET_BY_GL_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by GL period,for the original budget , implementation_dba_data: APPS.PA_ORIG_BUDGET_BY_GL_PERIOD_V ,
-
View: PA_BASE_BUDGET_BY_GL_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BASE_BUDGET_BY_GL_PERIOD_V, object_name:PA_BASE_BUDGET_BY_GL_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by GL period,for a baselined budget , implementation_dba_data: APPS.PA_BASE_BUDGET_BY_GL_PERIOD_V ,
-
View: PA_BASE_BUDGET_BY_GL_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BASE_BUDGET_BY_GL_PERIOD_V, object_name:PA_BASE_BUDGET_BY_GL_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by GL period,for a baselined budget , implementation_dba_data: APPS.PA_BASE_BUDGET_BY_GL_PERIOD_V ,
-
View: PA_ORIG_BUDGET_BY_GL_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORIG_BUDGET_BY_GL_PERIOD_V, object_name:PA_ORIG_BUDGET_BY_GL_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by GL period,for the original budget , implementation_dba_data: APPS.PA_ORIG_BUDGET_BY_GL_PERIOD_V ,
-
View: PA_ADW_R_BGT_LINES_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_R_BGT_LINES_B_V, object_name:PA_ADW_R_BGT_LINES_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_R_BGT_LINES_B_V ,
-
View: PA_BUDGET_VERSIONS_BASELINED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGET_VERSIONS_BASELINED_V, object_name:PA_BUDGET_VERSIONS_BASELINED_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_BUDGET_VERSIONS_BASELINED_V ,
-
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 ,
-
View: PA_BUDGET_VERSIONS_BASELINED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGET_VERSIONS_BASELINED_V, object_name:PA_BUDGET_VERSIONS_BASELINED_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_BUDGET_VERSIONS_BASELINED_V ,
-
View: PA_ADW_R_BGT_LINES_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_R_BGT_LINES_B_V, object_name:PA_ADW_R_BGT_LINES_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_R_BGT_LINES_B_V ,
-
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 ,
-
View: PA_BASE_BUDGET_BY_PA_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BASE_BUDGET_BY_PA_PERIOD_V, object_name:PA_BASE_BUDGET_BY_PA_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by PA period, for a baselined budget , implementation_dba_data: APPS.PA_BASE_BUDGET_BY_PA_PERIOD_V ,
-
View: PA_BASE_BUDGET_BY_PA_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BASE_BUDGET_BY_PA_PERIOD_V, object_name:PA_BASE_BUDGET_BY_PA_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by PA period, for a baselined budget , implementation_dba_data: APPS.PA_BASE_BUDGET_BY_PA_PERIOD_V ,
-
View: PA_ORIG_BUDGET_BY_PA_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORIG_BUDGET_BY_PA_PERIOD_V, object_name:PA_ORIG_BUDGET_BY_PA_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by PA period, for the original budget , implementation_dba_data: APPS.PA_ORIG_BUDGET_BY_PA_PERIOD_V ,
-
View: PA_ORIG_BUDGET_BY_PA_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORIG_BUDGET_BY_PA_PERIOD_V, object_name:PA_ORIG_BUDGET_BY_PA_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by PA period, for the original budget , implementation_dba_data: APPS.PA_ORIG_BUDGET_BY_PA_PERIOD_V ,
-
View: PA_ORIG_FINPLAN_BY_PA_PERIOD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORIG_FINPLAN_BY_PA_PERIOD_V, object_name:PA_ORIG_FINPLAN_BY_PA_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by PA period, for the original financial plan , implementation_dba_data: APPS.PA_ORIG_FINPLAN_BY_PA_PERIOD_V ,
-
View: PA_ADW_BGT_LINES_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_BGT_LINES_B_V, object_name:PA_ADW_BGT_LINES_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_BGT_LINES_B_V ,
-
View: PA_ADW_BGT_LINES_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ADW_BGT_LINES_B_V, object_name:PA_ADW_BGT_LINES_B_V, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PA_ADW_BGT_LINES_B_V ,
-
View: PA_ORIG_FINPLAN_BY_PA_PERIOD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORIG_FINPLAN_BY_PA_PERIOD_V, object_name:PA_ORIG_FINPLAN_BY_PA_PERIOD_V, status:VALID, product: PA - Projects , description: This view displays budget lines by PA period, for the original financial plan , implementation_dba_data: APPS.PA_ORIG_FINPLAN_BY_PA_PERIOD_V ,
-
View: PA_BUDGET_VERSIONS_DRAFT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGET_VERSIONS_DRAFT_V, object_name:PA_BUDGET_VERSIONS_DRAFT_V, status:VALID, product: PA - Projects , description: 10SC Only - Retrofitted , implementation_dba_data: APPS.PA_BUDGET_VERSIONS_DRAFT_V ,
-
View: PA_BUDGET_VERSIONS_DRAFT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGET_VERSIONS_DRAFT_V, object_name:PA_BUDGET_VERSIONS_DRAFT_V, status:VALID, product: PA - Projects , description: 10SC Only - Retrofitted , implementation_dba_data: APPS.PA_BUDGET_VERSIONS_DRAFT_V ,
-
View: PA_ALLOC_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_RULES_V, object_name:PA_ALLOC_RULES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_RULES_V ,
-
View: PA_ALLOC_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_RULES_V, object_name:PA_ALLOC_RULES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_RULES_V ,
-
View: PA_RES_MAP_BTC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_MAP_BTC_V, object_name:PA_RES_MAP_BTC_V, status:VALID, product: PA - Projects , description: This view selects raw BTC cdls to be resource mapped during the Funds Checking process. , implementation_dba_data: APPS.PA_RES_MAP_BTC_V ,
-
View: PA_RES_MAP_BTC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_MAP_BTC_V, object_name:PA_RES_MAP_BTC_V, status:VALID, product: PA - Projects , description: This view selects raw BTC cdls to be resource mapped during the Funds Checking process. , implementation_dba_data: APPS.PA_RES_MAP_BTC_V ,
-
View: PA_TRX_FUNDS_CHK_MAIN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TRX_FUNDS_CHK_MAIN_V, object_name:PA_TRX_FUNDS_CHK_MAIN_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TRX_FUNDS_CHK_MAIN_V ,
-
View: PA_TRX_FUNDS_CHK_MAIN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TRX_FUNDS_CHK_MAIN_V, object_name:PA_TRX_FUNDS_CHK_MAIN_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TRX_FUNDS_CHK_MAIN_V ,