Search Results pjm_tasks_v
Overview
PJM_TASKS_V is a reporting view owned by the APPS schema in Oracle E-Business Suite, delivered as part of the PJM (Project Manufacturing) product family. It exposes a flattened, denormalized projection of project task information, combining task-level attributes drawn from the Projects foundation with human-readable project identifiers. The view carries a status of VALID in both the 12.1.1 and 12.2.2 releases, and its definition is documented in the ETRM repository as a "Tasks view."
Functionally, PJM_TASKS_V does not store data of its own. It presents the caller with a stable, read-only interface over the Projects task model, resolving surrogate keys such as PROJECT_ID and TASK_ID into descriptive values. Because it encapsulates the name and number resolution logic inside the view definition, downstream reports, concurrent programs, and integrations can retrieve project and task context without repeatedly embedding the same conversion calls or join conditions. This makes the view particularly useful where project-manufacturing transactions must be validated against, or annotated with, chargeable task structures.
Underlying Base Objects
The documented view text selects exclusively from PA_TASKS_EXPEND_V, aliased as T, and projects a subset of its columns. The ETRM metadata further records the referenced base objects as FND_PROFILE (package), PA_IMPLEMENTATIONS_ALL (synonym), PA_LOOKUPS (view), PA_PROJECTS_ALL (synonym), PA_TASKS (synonym), and PA_TASK_UTILS (package). These objects sit beneath the expenditure view and supply the task records, lookup decoding, implementation-level configuration, and utility logic required to resolve identifiers.
Two conversion calls appear directly in the view text: PJM_PROJECT.ALL_PROJ_IDTONUM, which derives the PROJECT_NUMBER from PROJECT_ID, and PJM_PROJECT.ALL_PROJ_IDTONAME, which derives the PROJECT_NAME. These functions return the displayable project number and name, so the resulting view presents both the internal numeric keys and the business-facing identifiers side by side.
Key Columns
- PROJECT_ID — Surrogate key of the project, carried through from PA_TASKS_EXPEND_V.
- PROJECT_NUMBER — Project number resolved via PJM_PROJECT.ALL_PROJ_IDTONUM.
- PROJECT_NAME — Project name resolved via PJM_PROJECT.ALL_PROJ_IDTONAME.
- TASK_ID — Surrogate key of the task.
- TASK_NUMBER — Business identifier of the task.
- TASK_NAME — Descriptive name of the task.
- WBS_SORT_ORDER — Ordering value that reflects the task's position in the work breakdown structure.
- START_DATE and COMPLETION_DATE — Scheduled start and completion dates for the task.
- BILLABLE_FLAG — Indicates whether the task is billable.
- CHARGEABLE_FLAG — Indicates whether the task may receive charges.
- ALLOW_CROSS_CHARGE_FLAG — Indicates whether cross-charge processing is permitted for the task. This is the column most directly associated with the search term "allow_cross_charge_flag," and it is exposed without transformation from PA_TASKS_EXPEND_V.
Common Use Cases and Queries
The view is typically queried to list valid tasks for a project, to validate chargeability before posting project-manufacturing transactions, and to drive cross-charge eligibility logic. A representative query retrieves all cross-chargeable tasks for a given project:
SELECT project_number, project_name, task_number, task_name, allow_cross_charge_flag FROM apps.pjm_tasks_v WHERE project_id = :p_project_id AND allow_cross_charge_flag = 'Y' ORDER BY wbs_sort_order;
A second common pattern filters on the chargeable and billable indicators to identify tasks that may accept cost or be invoiced, while a third joins the view to PJM manufacturing transaction tables on TASK_ID to enrich work order or job detail with the project and task names. Because the view performs identifier resolution through packaged functions, queries against it should be constrained by PROJECT_ID or TASK_ID wherever possible to avoid unnecessary function invocations across the full result set.
-
View: PJM_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_TASKS_V, object_name:PJM_TASKS_V, status:VALID, product: PJM - Project Manufacturing , description: Tasks view , implementation_dba_data: APPS.PJM_TASKS_V ,
-
View: PJM_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_TASKS_V, object_name:PJM_TASKS_V, status:VALID, product: PJM - Project Manufacturing , description: Tasks view , implementation_dba_data: APPS.PJM_TASKS_V ,
-
VIEW: APPS.MTL_TASK_V
12.1.1
-
VIEW: APPS.MTL_TASK_V
12.2.2
-
VIEW: APPS.CSD_PROJECT_DETAILS_V
12.2.2
-
VIEW: APPS.CSD_PROJECT_DETAILS_V
12.1.1
-
VIEW: APPS.MTL_PENDING_TXN_DETAILS_V
12.2.2
-
VIEW: APPS.MTL_PENDING_TXN_DETAILS_V
12.1.1
-
VIEW: APPS.MTL_TRANSACTION_DETAILS_V
12.1.1
-
VIEW: APPS.MTL_TRANSACTION_DETAILS_V
12.2.2
-
APPS.PJM_PROJECT SQL Statements
12.2.2
-
APPS.PJM_PROJECT SQL Statements
12.1.1
-
VIEW: APPS.EAM_FORECAST_WORK_ORDER_V
12.2.2
-
VIEW: APPS.EAM_FORECAST_WORK_ORDER_V
12.1.1
-
View: MTL_PENDING_TXN_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PENDING_TXN_DETAILS_V, object_name:MTL_PENDING_TXN_DETAILS_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_PENDING_TXN_DETAILS_V ,
-
View: MTL_PENDING_TXN_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PENDING_TXN_DETAILS_V, object_name:MTL_PENDING_TXN_DETAILS_V, status:VALID, product: INV - Inventory , description: Pending Transactions View in Serial Number Form & Genealogy Form , implementation_dba_data: APPS.MTL_PENDING_TXN_DETAILS_V ,
-
View: MTL_TRANSACTION_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTION_DETAILS_V, object_name:MTL_TRANSACTION_DETAILS_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_TRANSACTION_DETAILS_V ,
-
View: MTL_TRANSACTION_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTION_DETAILS_V, object_name:MTL_TRANSACTION_DETAILS_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_TRANSACTION_DETAILS_V ,
-
View: MTL_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TASK_V, object_name:MTL_TASK_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_TASK_V ,
-
View: MTL_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TASK_V, object_name:MTL_TASK_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_TASK_V ,
-
View: CSD_PROJECT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSD.CSD_PROJECT_DETAILS_V, object_name:CSD_PROJECT_DETAILS_V, status:VALID, product: CSD - Depot Repair , implementation_dba_data: APPS.CSD_PROJECT_DETAILS_V ,
-
View: CSD_PROJECT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSD.CSD_PROJECT_DETAILS_V, object_name:CSD_PROJECT_DETAILS_V, status:VALID, product: CSD - Depot Repair , implementation_dba_data: APPS.CSD_PROJECT_DETAILS_V ,
-
VIEW: APPS.PJM_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_TASKS_V, object_name:PJM_TASKS_V, status:VALID,
-
VIEW: APPS.PJM_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_TASKS_V, object_name:PJM_TASKS_V, status:VALID,
-
PACKAGE BODY: APPS.WMS_WMSSCHS1_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_WMSSCHS1_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.MSC_ASK_ORACLE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_ASK_ORACLE, status:VALID,
-
PACKAGE BODY: APPS.WMS_WMSSCHS1_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_WMSSCHS1_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.MSC_ASK_ORACLE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:MSC_ASK_ORACLE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.PJM_PROJECT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PJM_PROJECT, status:VALID,
-
View: EAM_FORECAST_WORK_ORDER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_FORECAST_WORK_ORDER_V, object_name:EAM_FORECAST_WORK_ORDER_V, status:VALID, product: EAM - Enterprise Asset Management , description: This view resolves all foreign keys for forecasted work orders used in eAM maintenance budgeting and forecasting. , implementation_dba_data: APPS.EAM_FORECAST_WORK_ORDER_V ,
-
PACKAGE BODY: APPS.INV_UI_TASK_LOVS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_UI_TASK_LOVS, status:VALID,
-
PACKAGE BODY: APPS.PJM_PROJECT_LOCATOR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PJM_PROJECT_LOCATOR, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PJM_PROJECT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PJM_PROJECT, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.PJM_PROJECT_LOCATOR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PJM_PROJECT_LOCATOR, status:VALID,
-
APPS.INV_PROJECT SQL Statements
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.INV_PROJECT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.INV_INVTOPKL_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_INVTOPKL_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.WIP_EAM_RESOURCE_TRANSACTION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_EAM_RESOURCE_TRANSACTION, status:VALID,
-
PACKAGE BODY: APPS.INV_MWB_QUERY_MANAGER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_MWB_QUERY_MANAGER, status:VALID,
-
PACKAGE BODY: APPS.INV_INVTOPKL_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_INVTOPKL_XMLP_PKG, status:VALID,
-
PACKAGE BODY: APPS.INV_PROJECT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_PROJECT, status:VALID,
-
PACKAGE BODY: APPS.INV_PROJECT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_PROJECT, status:VALID,
-
PACKAGE BODY: APPS.INV_MWB_QUERY_MANAGER
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_MWB_QUERY_MANAGER, status:VALID,
-
PACKAGE BODY: APPS.EAM_WO_VALIDATE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_WO_VALIDATE_PVT, status:VALID,
-
PACKAGE BODY: APPS.EAM_WO_VALIDATE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_WO_VALIDATE_PVT, status:VALID,
-
PACKAGE BODY: APPS.INV_VALIDATE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_VALIDATE, status:VALID,