Search Results pa_status_ei_drive_v
Overview
The PA_STATUS_EI_DRIVE_V view is a Projects (PA) module reporting object owned by the APPS schema in Oracle E-Business Suite (validated on 12.1.1 and 12.2.2). It exposes a denormalized, security-filtered projection of expenditure item (EI) data intended for status-based expenditure inquiry, reporting, and integration interfaces. The view joins core expenditure item rows to tasks, expenditure types, system linkages, and organizations, and enriches them with project, task, and resource identifiers resolved through the PA_STATUS package.
A distinguishing feature is its cost-security handling: labor and burdened cost columns are conditionally masked via PA_SECURITY.VIEW_LABOR_COSTS. When the SYSTEM_LINKAGE_FUNCTION is 'ST' or 'OT' (short-term and overtime labor linkages) and the current user is not authorized to view labor costs, the raw and burdened cost values are returned as NULL. This makes the view suitable for controlled reporting where cost visibility must respect Projects security rules.
Underlying Base Objects
The view is defined over the following documented base objects:
PA_STATUS_EI_BASE_V— the primary driving view, supplying the core expenditure item rowset (aliasedPSEI).PA_EXPENDITURE_ITEMS_ALLandPA_EXPENDITURES_ALL— the transactional expenditure item and expenditure header tables.PA_PROJECTS,PA_TASKS— project and task master data providing project/task identifiers and task number/name.PA_EXPENDITURE_TYPES— expenditure type definitions supplying expenditure and revenue category codes, plus unit of measure.PA_SYSTEM_LINKAGES— linkage definitions supplying theSYSTEM_LINKAGE_FUNCTIONand its meaning.PA_LOOKUPS— lookup values, including the unit-of-measure meaning.HR_ALL_ORGANIZATION_UNITS_TL— organization names for expenditure organizations.PA_SECURITYandPA_STATUS— PL/SQL packages invoked for cost masking and identifier resolution.
The join is driven by a LEADING(PSEI) USE_NL(EI) hint, indicating a nested-loop strategy from the base view to the expenditure item table.
Key Columns
EXPENDITURE_ITEM_ID,PA_START_DATE,PA_PERIOD— primary expenditure item identifiers and project accounting period context.QUANTITY,BILLABLE_QUANTITY— expended and billable quantities.RAW_COST,BURDENED_COST,BILLABLE_RAW_COST,BILLABLE_BURDENED_COST,REVENUE— cost and revenue amounts, subject to security masking.TASK_NUMBER,TASK_NAME— task identification.EXPENDITURE_ITEM_DATE,EXPENDITURE_TYPE,EXPENDITURE_CATEGORY,REVENUE_CATEGORY_CODE— classification attributes.INCURRED_BY_PERSON_ID,JOB_ID,INCURRED_BY_ORGANIZATION_ID,OVERRIDE_TO_ORGANIZATION_ID,EXPENDITURE_ORGANIZATION_ID,EXPENDITURE_ORGANIZATION_NAME— incurrence and organization detail.NON_LABOR_RESOURCE,NLR_ORGANIZATION_ID— non-labor resource identification.SYSTEM_LINKAGE_FUNCTION,SYSTEM_LINKAGE_M,TRANSACTION_SOURCE,ORIG_TRANSACTION_REFERENCE— source and linkage metadata.UNIT_OF_MEASURE,UNIT_OF_MEASURE_M— UOM code and meaning.- Project, task, and resource identifiers resolved via
PA_STATUS.GETPROJID,GETTASKID, andGETRSRCMEMBERID.
Common Use Cases and Queries
The view is typically queried for expenditure status reporting, cost visibility audits, and downstream integrations requiring resolved project/task context. Because cost columns are security-filtered, it is well suited to user-facing reports where labor cost suppression is mandatory.
- Cost inquiry by project period:
SELECT EXPENDITURE_ITEM_ID, PA_PERIOD, RAW_COST, BURDENED_COST FROM PA_STATUS_EI_DRIVE_V WHERE PA_PERIOD = :period; - Task-level expenditure detail:
SELECT TASK_NUMBER, EXPENDITURE_TYPE, QUANTITY, BILLABLE_QUANTITY FROM PA_STATUS_EI_DRIVE_V WHERE TASK_NUMBER = :task; - Linkage analysis:
SELECT SYSTEM_LINKAGE_FUNCTION, SYSTEM_LINKAGE_M, COUNT(*) FROM PA_STATUS_EI_DRIVE_V GROUP BY SYSTEM_LINKAGE_FUNCTION, SYSTEM_LINKAGE_M; - Organization rollup:
SELECT EXPENDITURE_ORGANIZATION_NAME, SUM(RAW_COST) FROM PA_STATUS_EI_DRIVE_V GROUP BY EXPENDITURE_ORGANIZATION_NAME;
Note that returned cost amounts depend on the querying user's Projects security profile; users lacking labor cost privilege will see NULL cost columns for 'ST' and 'OT' linkages.
-
View: 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, product: PA - Projects , implementation_dba_data: APPS.PA_STATUS_EI_DRIVE_V ,
-
View: 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, product: PA - Projects , implementation_dba_data: APPS.PA_STATUS_EI_DRIVE_V ,
-
VIEW: APPS.PA_STATUS_EI_V
12.2.2
-
PACKAGE: APPS.PA_STATUS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_STATUS, status:VALID,
-
PACKAGE: APPS.PA_STATUS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_STATUS, status:VALID,
-
VIEW: APPS.PA_STATUS_EI_V
12.1.1
-
SYNONYM: APPS.PA_SYSTEM_LINKAGES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_SYSTEM_LINKAGES, status:VALID,
-
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_SYSTEM_LINKAGES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_SYSTEM_LINKAGES, 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,
-
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,
-
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 ,
-
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: 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,
-
SYNONYM: APPS.PA_EXPENDITURES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_EXPENDITURES_ALL, 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,
-
SYNONYM: APPS.PA_EXPENDITURES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_EXPENDITURES_ALL, 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.PA_EXPENDITURE_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_EXPENDITURE_TYPES, status:VALID,
-
SYNONYM: APPS.PA_EXPENDITURE_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_EXPENDITURE_TYPES, status:VALID,
-
SYNONYM: APPS.PA_EXPENDITURE_ITEMS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_EXPENDITURE_ITEMS_ALL, status:VALID,
-
SYNONYM: APPS.PA_PROJECTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS, status:VALID,
-
SYNONYM: APPS.PA_PROJECTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS, status:VALID,
-
SYNONYM: APPS.PA_EXPENDITURE_ITEMS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_EXPENDITURE_ITEMS_ALL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA 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
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.PA_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LOOKUPS, object_name:PA_LOOKUPS, status:VALID,
-
VIEW: APPS.PA_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LOOKUPS, object_name:PA_LOOKUPS, status:VALID,
-
SYNONYM: APPS.PA_TASKS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_TASKS, status:VALID,
-
SYNONYM: APPS.PA_TASKS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_TASKS, status:VALID,
-
eTRM - PA Tables and Views
12.2.2
-
eTRM - PA Tables and Views
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.1.1
-
eTRM - PA Tables and Views
12.2.2