Search Results get_assignment_name
Overview
APPS.PA_EXPENDITURE_ITEMS_V is a reporting and integration view in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 that flattens the transaction-level expenditure model of Oracle Projects. It joins expenditure items to their parent expenditure, project, task, and non-labor resource records, exposing descriptive attributes alongside raw and burdened cost, revenue, billing, and distribution information on a single row per expenditure item.
The view is the standard source for expenditure inquiries, cost and revenue distribution extracts, billing reconciliation reports, and outbound interfaces into general ledger, subledger accounting, and third-party reporting solutions. Because it resolves project numbers, task numbers, and cost code descriptions in-line, it removes the need for downstream consumers to re-implement the underlying joins. In practice it serves the same functional purpose as querying PA_EXPENDITURE_ITEMS while providing user-facing names rather than surrogate identifiers.
Underlying Base Objects
The view is defined over a set of documented APPS objects. Its core is the PA_EXPENDITURE_ITEMS synonym, aliased E, joined to its parent PA_EXPENDITURES record. Project context is supplied by PA_PROJECTS_ALL (P) for PROJECT_NUMBER and PROJECT_NAME, and task context by PA_TASKS (T). The cost code shown in the derived task descriptor is resolved from PA_RBS_ELEMENTS. Expenditure type classification and unit-of-measure meaning come from PA_EXPENDITURE_TYPES and the lookups objects FND_LOOKUPS and PA_LOOKUPS.
Supporting objects include PA_EXPENDITURE_COMMENTS for the expenditure comment, HR_ALL_ORGANIZATION_UNITS_TL and HR_ORG_UNITS_NO_JOIN for organization information, PA_TRANSACTION_SOURCES for transaction source context, and PO_HEADERS_ALL and PO_LINES_ALL for purchase-order linkage. Utility and security packages referenced are FND_GLOBAL, HR_GENERAL, HR_SECURITY, and PA_UTILS4, which is consistent with MOAC and organization security filtering.
Key Columns
- EXPENDITURE_ITEM_ID / EXPENDITURE_ID — primary keys of the item and its parent transaction.
- PROJECT_ID, PROJECT_NUMBER, PROJECT_NAME, TASK_ID — project and task identification, with TASK_NUMBER and TASK_NAME concatenated to the cost code when CBS_ELEMENT_ID is populated.
- EXPENDITURE_ITEM_DATE, EXPENDITURE_TYPE, SYSTEM_LINKAGE_FUNCTION, TRANSACTION_SOURCE — transaction timing and classification.
- QUANTITY, RAW_COST, RAW_COST_RATE, BURDEN_COST, BURDEN_COST_RATE — cost and effort amounts, including raw and burdened components.
- COST_DISTRIBUTED_FLAG, REVENUE_DISTRIBUTED_FLAG, COST_BURDEN_DISTRIBUTED_FLAG — distribution state indicators.
- BILLABLE_FLAG, BILL_HOLD_FLAG, RAW_REVENUE, BILL_RATE, BILL_AMOUNT, ACCRUED_REVENUE, ADJUSTED_REVENUE — billing and revenue attributes.
- NON_LABOR_RESOURCE, ORGANIZATION_ID, NLR_ORGANIZATION_NAME, UNIT_OF_MEASURE_M — non-labor detail and descriptive lookup meanings.
- INVOLVED_PARTY_ROLE, assignment-related columns — where the user search term "get_assignment_name" applies, assignment and bill job/title attributes (BILL_JOB_BILLING_TITLE, BILL_EMPLOYEE_BILLING_TITLE, EVENT_TASK_ID, EVENT_NUM) support assignment-name derivation.
- ATTRIBUTE_CATEGORY through ATTRIBUTE10, CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — DFF and audit columns.
Common Use Cases and Queries
Typical scenarios include cost and revenue reconciliation, billing hold reporting, and external expenditure extracts. A basic project-level listing:
SELECT PROJECT_NUMBER, TASK_NUMBER, EXPENDITURE_ITEM_DATE,
EXPENDITURE_TYPE, RAW_COST, BURDEN_COST, BILLABLE_FLAG
FROM APPS.PA_EXPENDITURE_ITEMS_V
WHERE PROJECT_ID = :p_project_id
ORDER BY EXPENDITURE_ITEM_DATE;
For assignment-name style reporting, assignment and bill title columns can be combined with personnel information to reconstruct assignment labels used in billing and invoice presentation.
Because the view joins several transactional and setup synonyms and includes HR security logic, queries should filter on project or organization to limit cost, particularly in large implementations. Effective dating on PA_PROJECTS_ALL and PA_TASKS should also be considered when reconciling historical results.
-
VIEW: APPS.PA_EXPENDITURE_ITEMS_V
12.2.2
-
VIEW: APPS.PA_EXPENDITURE_ITEMS_V
12.1.1
-
View: PA_EXPENDITURE_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_V, object_name:PA_EXPENDITURE_ITEMS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPENDITURE_ITEMS_V ,
-
View: PA_EXPENDITURE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_V, object_name:PA_EXPENDITURE_ITEMS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_EXPENDITURE_ITEMS_V ,
-
PACKAGE: APPS.PA_UTILS4
12.1.1
-
PACKAGE: APPS.PA_UTILS4
12.2.2
-
VIEW: APPS.PA_EXPEND_ITEMS_ADJUST2_V
12.1.1
-
VIEW: APPS.PA_EXPENDITURE_ITEMS_ONLINE_V
12.2.2
-
VIEW: APPS.PA_EXPENDITURE_ITEMS_ONLINE_V
12.1.1
-
VIEW: APPS.PA_EXPEND_ITEMS_ADJUST2_V
12.2.2
-
View: PA_EXPEND_ITEMS_ADJUST2_MRC_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPEND_ITEMS_ADJUST2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST2_V, object_name:PA_EXPEND_ITEMS_ADJUST2_V, status:VALID, product: PA - Projects , description: 11i Only , implementation_dba_data: APPS.PA_EXPEND_ITEMS_ADJUST2_V ,
-
View: PA_EXPEND_ITEMS_ADJUST2_MRC_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_EXPENDITURE_ITEMS_ONLINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPENDITURE_ITEMS_ONLINE_V, object_name:PA_EXPENDITURE_ITEMS_ONLINE_V, status:VALID, product: PA - Projects , description: This view shows all expenditure items , implementation_dba_data: APPS.PA_EXPENDITURE_ITEMS_ONLINE_V ,
-
View: PA_EXPEND_ITEMS_ADJUST2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EXPEND_ITEMS_ADJUST2_V, object_name:PA_EXPEND_ITEMS_ADJUST2_V, status:VALID, product: PA - Projects , description: 11i Only , implementation_dba_data: APPS.PA_EXPEND_ITEMS_ADJUST2_V ,
-
APPS.PATC dependencies on PA_UTILS
12.2.2
-
APPS.PATC dependencies on PA_UTILS4
12.1.1
-
APPS.PATC dependencies on PA_UTILS4
12.2.2
-
APPS.PATC dependencies on PA_UTILS
12.1.1
-
PACKAGE BODY: APPS.PA_UTILS4
12.2.2
-
PACKAGE BODY: APPS.PA_UTILS4
12.1.1
-
APPS.PATC dependencies on PATC
12.1.1
-
PACKAGE BODY: APPS.PATC
12.1.1
-
APPS.PATC dependencies on PATC
12.2.2
-
PACKAGE BODY: APPS.PATC
12.2.2