Search Results pa_status_rsrc_ei_base_v
Overview
The view PA_STATUS_RSRC_EI_BASE_V is an Oracle Projects (PA) reporting object owned by the APPS schema. It is documented in ETRM as "10SC Only," indicating that it exists to support a specific Oracle-delivered reporting or extraction component rather than being a general-purpose user view. In Oracle EBS 12.1.1 and 12.2.2 the view underpins the resource-level expenditure inquiry and status reporting used by the Project Status Inquiry (PSI) and related resource summarization facilities.
The view consolidates cost and revenue activity at the level of project, task, resource list member, expenditure item, and PA period. It presents a unified row set in which cost-side quantities, raw costs, burdened costs, and their billable derivatives appear alongside revenue-only rows, allowing downstream reporting components to present a complete picture of resource performance without joining the transactional cost and revenue distribution tables directly.
Underlying Base Objects
The view is defined over the following documented base objects in the APPS schema:
PA_RESOURCE_ACCUM_DETAILS— provides project, task, and resource list member context along with the transaction accumulation identifier.PA_TXN_ACCUM— supplies the PA period and transaction accumulation header linkage.PA_TXN_ACCUM_DETAILS— supplies the expenditure item identifier and the line type that discriminates cost rows (LINE_TYPE = 'C') from revenue rows (LINE_TYPE = 'R').PA_COST_DISTRIBUTION_LINES_ALL— the cost distribution source for quantity, amount, burdened cost, and billable flags in the first UNION ALL branch.PA_CUST_REV_DIST_LINES_ALL— the customer revenue distribution source for the revenue amounts in the second UNION ALL branch.PA_PERIODS— provides PA period start and end dates for period filtering.PA_STATUS— the PL/SQL package whose functions (GETPROJID, GETTASKID, GETRSRCMEMBERID, GETSTARTDATE, GETENDDATE) drive the run-time bind parameters of the view.
Because the view invokes PA_STATUS package functions in its WHERE clause, it is a context-sensitive view whose returned rows depend on the session-level state set by the Project Status Inquiry framework before the query executes.
Key Columns
PROJECT_ID,TASK_ID,RESOURCE_LIST_MEMBER_ID— identify the project, task, and resource list member being reported.TXN_ACCUM_ID,EXPENDITURE_ITEM_ID— keys linking the row back to transaction accumulation and expenditure item records.PA_PERIOD,START_DATE,END_DATE— the PA period and its date range used for time-bucketing.QUANTITY,AMOUNT,BURDENED_COST— cost-side quantity and cost amounts.BILLABLE_QUANTITY,BILLABLE_RAW_COST,BILLABLE_BURDENED_COST— derived via DECODE onBILLABLE_FLAG, returning the value only when the flag is 'Y', otherwise zero.DENOM_RAW_COST,DENOM_BURDENED_COST,ACCT_RAW_COST,ACCT_BURDENED_COST— denomination and accounted cost columns carried from the cost distribution line.- Revenue columns in the second branch populate
AMOUNTfromPA_CUST_REV_DIST_LINES_ALLwhile cost columns are zeroed.
Common Use Cases and Queries
The view is queried within Project Status Inquiry and resource-level summarization to display cost and revenue by resource list member and period. Because its filters are driven by PA_STATUS package state, ad-hoc queries normally set up that state first, or replicate the filtering directly. A typical query resembles:
SELECT project_id, task_id, resource_list_member_id, pa_period,
SUM(quantity) quantity, SUM(billable_quantity) billable_qty,
SUM(billable_raw_cost) billable_raw, SUM(amount) revenue
FROM pa_status_rsrc_ei_base_v
GROUP BY project_id, task_id, resource_list_member_id, pa_period;
Typical uses include reconciling billable versus non-billable resource quantities, comparing accounted and burdened costs against revenue per period, and feeding custom resource status reports. Direct reliance on the view outside the delivered framework is discouraged, since its behavior depends on the PA_STATUS package session context and the view is marked as supporting a specific component.
-
View: PA_STATUS_RSRC_EI_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_RSRC_EI_BASE_V, object_name:PA_STATUS_RSRC_EI_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_RSRC_EI_BASE_V ,
-
View: PA_STATUS_RSRC_EI_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_RSRC_EI_BASE_V, object_name:PA_STATUS_RSRC_EI_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_RSRC_EI_BASE_V ,
-
VIEW: APPS.PA_STATUS_EI_BASE_V
12.1.1
-
VIEW: APPS.PA_STATUS_EI_BASE_V
12.2.2
-
PACKAGE: APPS.PA_STATUS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_STATUS, status:VALID,
-
VIEW: APPS.PA_STATUS_EI_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EI_BASE_V, object_name:PA_STATUS_EI_BASE_V, status:VALID,
-
SYNONYM: APPS.PA_TXN_ACCUM_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_TXN_ACCUM_DETAILS, status:VALID,
-
PACKAGE: APPS.PA_STATUS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_STATUS, status:VALID,
-
SYNONYM: APPS.PA_CUST_REV_DIST_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_CUST_REV_DIST_LINES_ALL, status:VALID,
-
View: PA_STATUS_EI_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EI_BASE_V, object_name:PA_STATUS_EI_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_EI_BASE_V ,
-
VIEW: APPS.PA_STATUS_EI_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EI_BASE_V, object_name:PA_STATUS_EI_BASE_V, status:VALID,
-
SYNONYM: APPS.PA_TXN_ACCUM_DETAILS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_TXN_ACCUM_DETAILS, status:VALID,
-
View: PA_STATUS_EI_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EI_BASE_V, object_name:PA_STATUS_EI_BASE_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_STATUS_EI_BASE_V ,
-
SYNONYM: APPS.PA_RESOURCE_ACCUM_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_RESOURCE_ACCUM_DETAILS, status:VALID,
-
SYNONYM: APPS.PA_RESOURCE_ACCUM_DETAILS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_RESOURCE_ACCUM_DETAILS, status:VALID,
-
SYNONYM: APPS.PA_TXN_ACCUM
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_TXN_ACCUM, status:VALID,
-
SYNONYM: APPS.PA_CUST_REV_DIST_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_CUST_REV_DIST_LINES_ALL, status:VALID,
-
SYNONYM: APPS.PA_TXN_ACCUM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_TXN_ACCUM, status:VALID,
-
View: PA_STATUS_EI_BASE_V_R
12.2.2
product: PA - Projects , description: 10SC Only , implementation_dba_data: Not implemented in this database ,
-
View: PA_STATUS_EI_BASE_V_R
12.1.1
product: PA - Projects , description: 10SC Only , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PA_STATUS_RSRC_EI_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_RSRC_EI_BASE_V, object_name:PA_STATUS_RSRC_EI_BASE_V, status:VALID,
-
VIEW: APPS.PA_STATUS_RSRC_EI_BASE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_RSRC_EI_BASE_V, object_name:PA_STATUS_RSRC_EI_BASE_V, status:VALID,
-
SYNONYM: APPS.PA_PERIODS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PERIODS, status:VALID,
-
SYNONYM: APPS.PA_PERIODS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PERIODS, status:VALID,
-
SYNONYM: APPS.PA_COST_DISTRIBUTION_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_COST_DISTRIBUTION_LINES_ALL, status:VALID,
-
SYNONYM: APPS.PA_COST_DISTRIBUTION_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_COST_DISTRIBUTION_LINES_ALL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - PA Tables and Views
12.2.2
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2