Search Results pa_project_assets
Overview
The PA_PROJECT_ASSETS view is a single-organization reporting object within the Oracle E-Business Suite Projects (PA) module. It exposes project-related asset information that originates from Oracle Projects and is subsequently transferred to Oracle Assets (FA). The view presents a secure, organization-filtered projection of the underlying PA_PROJECT_ASSETS_ALL table, restricting rows to a single operating unit (ORG_ID) based on the session context held in USERENV('CLIENT_INFO').
Because the view is described as Single-Org, it is intended for reporting and integration scenarios where a caller must see only the asset records belonging to the currently active organization, rather than the entire multi-org data set. It is a key object for users building reports and interfaces that trace a capitalized project cost through to its associated asset record, including the capital event, asset category, book, depreciation, and amortization attributes.
Underlying Base Objects
The view text shows that PA_PROJECT_ASSETS is defined with a SELECT over PA_PROJECT_ASSETS_ALL, applying an ORG_ID predicate that filters by the current organization derived from the client session. In Oracle EBS 12.1.1 and 12.2.2, PA_PROJECT_ASSETS_ALL is the multi-organization table that stores project asset lines. The view is therefore a secure, single-org synonym-style wrapper for that base table.
The ETRM metadata indicates the view is not implemented in the documented database and that no referenced base objects are formally documented, but the view text explicitly names PA_PROJECT_ASSETS_ALL as the source and the PA_PROJECT_ASSETS_ALL columns as its output. The organization restriction follows the standard multi-org pattern used throughout Oracle EBS, ensuring the view behaves differently depending on the logged-in responsibility and its associated operating unit.
Key Columns
- PROJECT_ASSET_ID — Primary identifier of the project asset record; used to join to related PA and FA tables.
- PROJECT_ID — The project to which the asset line belongs, linking to PA_PROJECTS.
- ASSET_NUMBER, ASSET_NAME, ASSET_DESCRIPTION — Descriptive attributes of the asset as it will be created in Oracle Assets.
- ASSET_CATEGORY_ID, BOOK_TYPE_CODE — The asset category and depreciation book used for transfer to FA.
- CAPITALIZED_FLAG, CAPITALIZED_DATE, CAPITALIZED_COST — Indicate whether the asset line has been capitalized, when, and at what cost.
- PARENT_ASSET_ID — References a parent asset line, used to represent asset hierarchies such as grouped CIP or master/sub-asset relationships.
- FA_ASSET_ID — The identifier of the corresponding asset created in Oracle Assets, enabling reconciliation between PA and FA.
- DATE_PLACED_IN_SERVICE, ESTIMATED_IN_SERVICE_DATE — Actual and estimated in-service dates for depreciation purposes.
- ORG_ID — The organization identifier used by the view's single-org filter.
- CAPITAL_EVENT_ID, PROJECT_ASSET_TYPE, FA_PERIOD_NAME — Attributes identifying the capitalization event and period context.
- ATTRIBUTE1–ATTRIBUTE15 — Descriptive flexfield segments for extensible reporting.
Common Use Cases and Queries
The view is typically used to report project assets by project, operating unit, or capitalization status, and to reconcile PA asset lines against FA assets. Because it is single-org, queries naturally return only rows for the session's organization.
- Listing capitalized asset lines for a project:
SELECT project_asset_id, asset_number, asset_name, capitalized_cost, capitalized_date FROM pa_project_assets WHERE project_id = :project_id AND capitalized_flag = 'Y';
- Finding child assets referencing a parent using the column searched:
SELECT project_asset_id, asset_number, parent_asset_id FROM pa_project_assets WHERE parent_asset_id = :parent_asset_id;
- Reconciling PA asset lines to Oracle Assets:
SELECT project_asset_id, fa_asset_id, book_type_code, capitalized_cost FROM pa_project_assets WHERE fa_asset_id IS NOT NULL;
These patterns make PA_PROJECT_ASSETS a convenient, org-secured access point for project-to-asset reporting and reconciliation in Oracle EBS 12.1.1 and 12.2.2.
-
View: PA_PROJECT_ASSETS
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECT_ASSETS
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PA_CP_ASSET_NAMES_V
12.2.2
-
VIEW: APPS.PA_PROJECT_ASSET_ASSIGNMENTS_V
12.1.1
-
APPS.PA_ASSET_REVERSAL_PVT SQL Statements
12.2.2
-
VIEW: APPS.PA_PROJECT_ASSET_ASSIGNMENTS_V
12.2.2
-
APPS.PA_ASSET_REVERSAL_PVT SQL Statements
12.1.1
-
APPS.PA_ASSET_UTILS SQL Statements
12.2.2
-
APPS.PA_ASSET_UTILS SQL Statements
12.1.1
-
View: PA_CP_ASSET_NAMES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CP_ASSET_NAMES_V, object_name:PA_CP_ASSET_NAMES_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_CP_ASSET_NAMES_V ,
-
APPS.PA_PROJECT_ASSETS_PKG SQL Statements
12.1.1
-
VIEW: APPS.PA_CP_ASSET_NAMES_V
12.1.1
-
APPS.PA_PROJECT_ASSETS_PKG SQL Statements
12.2.2
-
APPS.PA_FAXFACE_RET_PVT SQL Statements
12.2.2
-
APPS.PA_FAXFACE_RET_PVT SQL Statements
12.1.1
-
VIEW: APPS.PA_PROJECT_ASSETS_AMG_V
12.1.1
-
VIEW: APPS.PA_PROJECT_ASSETS_AMG_V
12.2.2
-
APPS.PA_FA_TIEBACK_PVT SQL Statements
12.2.2
-
APPS.PA_FA_TIEBACK_PVT SQL Statements
12.1.1
-
APPS.PA_CAPITAL_PROJECT_UTILS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PA_ASSET_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ASSET_UTILS, status:VALID,
-
VIEW: APPS.PA_RETIREMENT_COSTS_V
12.1.1
-
View: PA_PROJECT_ASSET_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_ASSET_ASSIGNMENTS_V, object_name:PA_PROJECT_ASSET_ASSIGNMENTS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_PROJECT_ASSET_ASSIGNMENTS_V ,
-
PACKAGE BODY: APPS.PA_PROJECT_ASSETS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PROJECT_ASSETS_PKG, status:VALID,
-
VIEW: APPS.PA_RETIREMENT_COSTS_V
12.2.2
-
PACKAGE BODY: APPS.PA_ASSET_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ASSET_UTILS, status:VALID,
-
View: PA_PROJECT_ASSET_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_ASSET_ASSIGNMENTS_V, object_name:PA_PROJECT_ASSET_ASSIGNMENTS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_PROJECT_ASSET_ASSIGNMENTS_V ,
-
PACKAGE BODY: APPS.PA_PROJECT_ASSETS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PROJECT_ASSETS_PKG, status:VALID,
-
APPS.PA_CAPITAL_PROJECT_UTILS SQL Statements
12.1.1
-
APPS.PA_FAXFACE SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IPA_APIS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IPA_APIS, status:VALID,
-
PACKAGE BODY: APPS.PA_FAXFACE_RET_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_FAXFACE_RET_PVT, status:VALID,
-
VIEW: APPS.PA_CAPITAL_PROJECTS_BASE_V
12.1.1
-
PACKAGE BODY: APPS.PA_ASSET_REVERSAL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ASSET_REVERSAL_PVT, status:VALID,
-
PACKAGE BODY: APPS.PA_FA_TIEBACK_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_FA_TIEBACK_PVT, status:VALID,
-
PACKAGE BODY: APPS.PA_FAXFACE_RET_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_FAXFACE_RET_PVT, status:VALID,
-
PACKAGE BODY: APPS.IPA_APIS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IPA_APIS, status:VALID,
-
PACKAGE BODY: APPS.PA_ASSET_REVERSAL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ASSET_REVERSAL_PVT, status:VALID,
-
PACKAGE BODY: APPS.PA_CAPITAL_PROJECT_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CAPITAL_PROJECT_UTILS, status:VALID,
-
PACKAGE BODY: APPS.PA_FA_TIEBACK_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_FA_TIEBACK_PVT, status:VALID,
-
VIEW: APPS.PA_CAPITAL_PROJECTS_BASE_V
12.2.2
-
VIEW: APPS.PA_PROJECT_ASSETS_V
12.2.2
-
PACKAGE BODY: APPS.PA_CAPITAL_PROJECT_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CAPITAL_PROJECT_UTILS, status:VALID,
-
View: PA_CP_ASSET_NAMES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CP_ASSET_NAMES_V, object_name:PA_CP_ASSET_NAMES_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_CP_ASSET_NAMES_V ,
-
PACKAGE BODY: APPS.IPA_ASSET_MECH_APIS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IPA_ASSET_MECH_APIS_PKG, status:VALID,
-
VIEW: APPS.PA_PROJECT_ASSETS_V
12.1.1
-
PACKAGE BODY: APPS.IPA_ASSET_MECH_APIS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IPA_ASSET_MECH_APIS_PKG, status:VALID,
-
PACKAGE BODY: APPS.PA_CAPITAL_EVENTS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_CAPITAL_EVENTS_PVT, status:VALID,
-
APPS.PA_FAXFACE SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PA_PROJECT_CORE2
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PROJECT_CORE2, status:VALID,