Search Results pa_status_ei_v
Overview
The APPS.PA_STATUS_EI_V view is a Projects (PA) module reporting and integration object that consolidates expenditure item cost, revenue, and descriptive attributes into a single denormalized result set. Its primary design objective is to resolve the "incurred by" party for an expenditure item regardless of whether that party is a labor resource (an employee) or a non-labor resource (a supplier/vendor). This is accomplished through the derived columns EMPLOYEE_VENDOR_NAME and EMPLOYEE_VENDOR_NUMBER, which are computed as NVL(FULL_NAME, VENDOR_NAME) and NVL(EMPLOYEE_NUMBER, SEGMENT1) respectively. The view therefore serves as an authoritative source for any process that must report or extract a unified identifier for the party incurring a project cost, whether that party is internal staff or an external vendor. Typical consumers include cost reporting, project status inquiries, and downstream interfaces that require a single, stable identifier for the incurring resource.
Underlying Base Objects
The view is owned by APPS and is defined over a defined set of base objects: PO_VENDORS, PA_COST_DIST_LINES_ALL_BAS, PER_JOBS, HR_ALL_ORGANIZATION_UNITS_TL, PA_EXPENDITURE_COMMENTS, PA_TRANSACTION_SOURCES, GL_DAILY_CONVERSION_TYPES, PER_ALL_PEOPLE_F, PA_STATUS_EI_DRIVE_V, and the PA_STATUS and PA_SECURITY packages. The core transactional data is drawn from PA_COST_DIST_LINES_ALL_BAS, which supplies expenditure item identifiers, quantities, raw and burdened costs, billable amounts, revenue, and currency conversion attributes. Employee attributes are joined from PER_ALL_PEOPLE_F (FULL_NAME, EMPLOYEE_NUMBER), job attributes from PER_JOBS, and organization descriptions from HR_ALL_ORGANIZATION_UNITS_TL. Vendor attributes are joined from PO_VENDORS. Business rules for row-level access and status derivation are applied through the PA_SECURITY and PA_STATUS packages, and the view references PA_STATUS_EI_DRIVE_V as a supporting driver view.
Key Columns
- EMPLOYEE_VENDOR_NUMBER — The unified incurring party identifier, resolving to EMPLOYEE_NUMBER for labor items and VENDOR_NUMBER (PO_VENDORS.SEGMENT1) for non-labor items.
- EMPLOYEE_VENDOR_NAME — The corresponding name, resolved from employee FULL_NAME or vendor name.
- EXPENDITURE_ITEM_ID — Primary identifier of the expenditure item.
- PROJECT_ID, TASK_ID, TASK_NUMBER, TASK_NAME — Project and task context.
- EXPENDITURE_ITEM_DATE, PA_PERIOD, PA_START_DATE — Date and period attributes for time-based reporting.
- QUANTITY, RAW_COST, BURDENED_COST, BILLABLE_QUANTITY, BILLABLE_RAW_COST, BILLABLE_BURDENED_COST, REVENUE — Core cost and revenue measures.
- INCURRED_BY_PERSON_ID, VENDOR_ID, JOB_ID, JOB_NAME — Party and job identifiers.
- EXPENDITURE_TYPE, EXPENDITURE_CATEGORY, REVENUE_CATEGORY_CODE, NON_LABOR_RESOURCE — Classification attributes.
- Denominated, accounted, and project currency columns — Including DENOM_RAW_COST, ACCT_RAW_COST, PROJECT_RAW_COST and their associated rates.
Common Use Cases and Queries
A frequent requirement is to report all expenditure items along with the unified incurring party identifier, using EMPLOYEE_VENDOR_NUMBER to avoid separate employee and vendor handling logic.
- Cost reporting by incurring party: SELECT EXPENDITURE_ITEM_ID, PROJECT_ID, TASK_NUMBER, EMPLOYEE_VENDOR_NUMBER, EMPLOYEE_VENDOR_NAME, BURDENED_COST FROM PA_STATUS_EI_V WHERE PROJECT_ID = :project_id.
- Labor versus non-labor segregation: WHERE INCURRED_BY_PERSON_ID IS NOT NULL for labor, or WHERE VENDOR_ID IS NOT NULL for supplier-delivered costs.
- Period-based analysis: GROUP BY PA_PERIOD with SUM(BURDENED_COST) and SUM(REVENUE).
- Interface extraction: SELECT EMPLOYEE_VENDOR_NUMBER, EXPENDITURE_ITEM_DATE, ACCT_BURDENED_COST as input to downstream financial or procurement feeds.
Because the view enforces project security through PA_SECURITY and status rules through PA_STATUS, queries inherit the same access restrictions as standard Projects reporting, ensuring that extracted data respects responsibility-level visibility.
-
View: PA_STATUS_EI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EI_V, object_name:PA_STATUS_EI_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STATUS_EI_V ,
-
View: PA_STATUS_EI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EI_V, object_name:PA_STATUS_EI_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STATUS_EI_V ,
-
SYNONYM: APPS.PA_COST_DIST_LINES_ALL_BAS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_COST_DIST_LINES_ALL_BAS, status:VALID,
-
PACKAGE: APPS.PA_STATUS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_STATUS, status:VALID,
-
SYNONYM: APPS.PA_COST_DIST_LINES_ALL_BAS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_COST_DIST_LINES_ALL_BAS, status:VALID,
-
SYNONYM: APPS.PA_EXPENDITURE_COMMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_EXPENDITURE_COMMENTS, status:VALID,
-
PACKAGE: APPS.PA_STATUS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_STATUS, status:VALID,
-
SYNONYM: APPS.PA_EXPENDITURE_COMMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_EXPENDITURE_COMMENTS, status:VALID,
-
PACKAGE: APPS.PA_SECURITY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_SECURITY, status:VALID,
-
PACKAGE: APPS.PA_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_SECURITY, status:VALID,
-
SYNONYM: APPS.PA_TRANSACTION_SOURCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_TRANSACTION_SOURCES, status:VALID,
-
SYNONYM: APPS.PA_TRANSACTION_SOURCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_TRANSACTION_SOURCES, status:VALID,
-
VIEW: APPS.PA_STATUS_EI_DRIVE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EI_DRIVE_V, object_name:PA_STATUS_EI_DRIVE_V, status:VALID,
-
VIEW: APPS.PA_STATUS_EI_DRIVE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EI_DRIVE_V, object_name:PA_STATUS_EI_DRIVE_V, status:VALID,
-
VIEW: APPS.PA_STATUS_EI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EI_V, object_name:PA_STATUS_EI_V, status:VALID,
-
VIEW: APPS.PA_STATUS_EI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STATUS_EI_V, object_name:PA_STATUS_EI_V, status:VALID,
-
SYNONYM: APPS.GL_DAILY_CONVERSION_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID,
-
SYNONYM: APPS.GL_DAILY_CONVERSION_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.PER_JOBS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_JOBS, status:VALID,
-
SYNONYM: APPS.PER_JOBS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_JOBS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS_TL, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS_TL, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.PO_VENDORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
VIEW: APPS.PO_VENDORS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
SYNONYM: APPS.PER_ALL_PEOPLE_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_PEOPLE_F, status:VALID,
-
SYNONYM: APPS.PER_ALL_PEOPLE_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_PEOPLE_F, status:VALID,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
12.2.2 DBA Data
12.2.2
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
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 - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2