Search Results pa_project_assets_v
Overview
PA_PROJECT_ASSETS_V is an APPS-owned database view within the Oracle Projects (PA) module. Per the ETRM metadata, its documented description is "10SC Only," indicating that the object is intended for a restricted, internal, or specific localization/implementation scope rather than general customer-facing use. The view presents project asset information maintained by Oracle Projects, exposing attributes used to track capitalizable project costs that flow into Oracle Assets (FA). It consolidates the master project asset record with its associated asset lines and, where applicable, multiple reporting currency (MRC) balances.
Functionally, the view serves reporting and integration purposes: it surfaces the asset identity, capitalized and estimated cost amounts, depreciation and amortization flags, asset category and key accounting information, and descriptive fields such as manufacturer, model, tag, and serial numbers. Because it aggregates current asset cost across the base asset lines, it is well suited to summarizing the total cost associated with a project asset or capitalized CIP (Construction-in-Process) group.
Underlying Base Objects
The ETRM documented base objects for this view are HR_GENERAL (package), HR_PERSON_NAME (package), HR_SECURITY (package), PA_MC_CURRENCY_PKG (package), PA_MC_PRJ_AST_LINES_ALL (synonym), PA_PROJECT_ASSETS (synonym), PA_PROJECT_ASSET_LINES_BAS (synonym), and PER_PEOPLE_F (view). The driving table is PA_PROJECT_ASSETS (aliased PPA), which supplies the master asset attributes. PA_PROJECT_ASSET_LINES_BAS (PAL) is outer-joined on PROJECT_ASSET_ID to provide the base asset line costs. PA_MC_PRJ_AST_LINES_ALL (MC) is outer-joined and its SET_OF_BOOKS_ID is compared to PA_MC_CURRENCY_PKG.SET_OF_BOOKS, with a DECODE on PA_MC_CURRENCY_PKG.GET_MRC_SOB_TYPE_CODE controlling whether the MRC line is matched for reporting set-of-books scenarios.
PER_PEOPLE_F is outer-joined on PERSON_ID = PPA.ASSIGNED_TO_PERSON_ID to return the assignee's name and identifier. The HR packages (HR_GENERAL, HR_PERSON_NAME, HR_SECURITY) support person-name resolution and row-level security within that join. PA_MC_CURRENCY_PKG drives the currency set-of-books logic used in the MRC join condition.
Key Columns
- PROJECT_ASSET_ID, PROJECT_ID — Keys identifying the asset and its owning project.
- ASSET_NUMBER, ASSET_NAME, ASSET_DESCRIPTION — Asset descriptive identifiers.
- ASSIGNED_TO_PERSON_ID with PER.FULL_NAME and employee/NPW number — Asset assignment information from PER_PEOPLE_F.
- DATE_PLACED_IN_SERVICE, ESTIMATED_IN_SERVICE_DATE — In-service dating for capitalization.
- ASSET_CATEGORY_ID, ASSET_KEY_CCID — Asset category and asset clearing/account references.
- BOOK_TYPE_CODE, DEPRECIATE_FLAG, AMORTIZE_FLAG — Asset book and depreciation/amortization attributes.
- CAPITALIZED_FLAG, CAPITALIZED_DATE, CAPITALIZED_COST, GROUPED_CIP_COST — Capitalization status and amounts.
- SUM(NVL(NVL(MC.CURRENT_ASSET_COST, PAL.CURRENT_ASSET_COST),0)) TOTAL_ASSET_COST — Aggregated current asset cost, preferring MRC cost when present.
- CAPITAL_EVENT_ID, PROJECT_ASSET_TYPE, FA_ASSET_ID, FA_PERIOD_NAME — Linkage to capitalization events and Oracle Assets.
- MANUFACTURER_NAME, MODEL_NUMBER, TAG_NUMBER, SERIAL_NUMBER — Physical asset attributes.
- ATTRIBUTE1–15, ORG_ID, audit columns (CREATION_DATE, LAST_UPDATE_DATE, CREATED_BY, LAST_UPDATED_BY) — Descriptive flexfields, operating unit, and auditing.
Common Use Cases and Queries
Typical uses include reconciling project asset costs against Oracle Assets, reporting capitalized versus CIP amounts by project or category, and auditing asset assignments. A representative query follows:
SELECT project_asset_id, asset_number, asset_name, project_id, capitalized_flag, capitalized_cost, total_asset_cost, book_type_code FROM pa_project_assets_v WHERE project_id = :p_project_id ORDER BY asset_number;
To analyze capitalization status by category, filter on CAPITALIZED_FLAG and aggregate TOTAL_ASSET_COST. To identify assets pending in-service dating, select records where DATE_PLACED_IN_SERVICE is null and ESTIMATED_IN_SERVICE_DATE is populated. Because the view is documented as "10SC Only," deployments should confirm supported usage before relying on it in custom integrations.
-
View: PA_PROJECT_ASSETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_ASSETS_V, object_name:PA_PROJECT_ASSETS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_PROJECT_ASSETS_V ,
-
View: PA_PROJECT_ASSETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_ASSETS_V, object_name:PA_PROJECT_ASSETS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_PROJECT_ASSETS_V ,
-
SYNONYM: APPS.PA_MC_PRJ_AST_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_MC_PRJ_AST_LINES_ALL, status:VALID,
-
SYNONYM: APPS.PA_PROJECT_ASSET_LINES_BAS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECT_ASSET_LINES_BAS, status:VALID,
-
SYNONYM: APPS.PA_MC_PRJ_AST_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_MC_PRJ_AST_LINES_ALL, status:VALID,
-
SYNONYM: APPS.PA_PROJECT_ASSET_LINES_BAS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECT_ASSET_LINES_BAS, status:VALID,
-
SYNONYM: APPS.PA_PROJECT_ASSETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECT_ASSETS, status:VALID,
-
PACKAGE: APPS.PA_MC_CURRENCY_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_MC_CURRENCY_PKG, status:VALID,
-
PACKAGE: APPS.PA_MC_CURRENCY_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_MC_CURRENCY_PKG, status:VALID,
-
SYNONYM: APPS.PA_PROJECT_ASSETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECT_ASSETS, status:VALID,
-
VIEW: APPS.PA_PROJECT_ASSETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_ASSETS_V, object_name:PA_PROJECT_ASSETS_V, status:VALID,
-
VIEW: APPS.PA_PROJECT_ASSETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_ASSETS_V, object_name:PA_PROJECT_ASSETS_V, status:VALID,
-
PACKAGE: APPS.HR_PERSON_NAME
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_PERSON_NAME, status:VALID,
-
PACKAGE: APPS.HR_PERSON_NAME
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_PERSON_NAME, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE: APPS.HR_SECURITY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
VIEW: APPS.PER_PEOPLE_F
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PEOPLE_F, object_name:PER_PEOPLE_F, status:VALID,
-
VIEW: APPS.PER_PEOPLE_F
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PEOPLE_F, object_name:PER_PEOPLE_F, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - PA Tables and Views
12.2.2
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2