Search Results icx_edm_planner_proj_v
Overview
ICX_EDM_PLANNER_PROJ_V is a PL/SQL view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It belongs to the ICX product family, Oracle iProcurement, and is described in the ETRM repository as a "Project Information Summary View by Planner." The view consolidates project attributes alongside the materials planner responsible for the items consumed against those projects, producing a planner-centric projection of project activity.
The object derives its importance from its role in Oracle iProcurement and procurement-related reporting, where planners require visibility across purchase order distributions and discrete manufacturing jobs in order to reconcile demand with project execution. Rather than querying PA_PROJECTS_ALL, PO_DISTRIBUTIONS, and WIP_DISCRETE_JOBS independently, consumers of this view obtain a unified result set that joins project identifiers, organization context, project status, and planner identity in a single access path.
Because the view is defined with UNION and UNION ALL semantics across two distinct sources of project activity, it serves as a reporting bridge between the purchasing and manufacturing domains. This makes it useful for dashboards, custom concurrent programs, and ad hoc SQL used by planning and procurement analysts.
Underlying Base Objects
The view is defined over a documented set of base objects recorded in the ETRM 12.2.2 metadata. These include:
- PO_DISTRIBUTIONS and PO_LINES — supply the purchasing-side project linkage and item identifiers.
- WIP_DISCRETE_JOBS — supplies the manufacturing-side project linkage.
- MTL_SYSTEM_ITEMS and MTL_PLANNERS — associate inventory items with their assigned planner, including planner code and organization.
- PA_PROJECTS_ALL — provides project number, name, description, type, status, and start/completion dates.
- PA_PROJECT_STATUSES — resolves the project status code to a user-facing status name.
- HR_ORGANIZATION_UNITS — supplies the carrying-out organization name.
- PER_PEOPLE_F, HR_PERSON_NAME, HR_GENERAL, HR_SECURITY — resolve the planner employee's full name and enforce HR security.
Additional referenced objects include PO_REQUISITION_LINES, PO_REQ_DISTRIBUTIONS, and PJM_SEIBAN_NUMBERS, reflecting the broader requisition and project-numbering context that ETRM documents for this view.
Key Columns
- PROJECT_ID, PROJECT_NUMBER, PROJECT_NAME, DESCRIPTION — core project identification from PA_PROJECTS_ALL.
- ORGANIZATION_ID and ORGANIZATION_NAME — the carrying-out organization.
- PROJECT_TYPE, PROJECT_STATUS_CODE, PROJECT_STATUS_NAME — project classification and status.
- START_DATE and COMPLETION_DATE — the project start and completion dates. In the second half of the UNION, the completion date is aliased explicitly as PROJECT_END_DATE, which is the value users typically search for when filtering on project_end_date.
- EMPLOYEE_ID and FULL_NAME — the planner associated with the items, resolved through MTL_PLANNERS and PER_PEOPLE_F.
Common Use Cases and Queries
Typical uses include identifying which planner owns items tied to a project, reviewing project status and completion dates, and cross-checking PO versus WIP activity for the same project. A representative query filtering on the project end date is:
SELECT project_id, project_number, project_name, organization_name, project_status_name, planner_employee_id, full_name FROM apps.icx_edm_planner_proj_v WHERE completion_date >= SYSDATE ORDER BY completion_date;- Planner-specific filtering via
WHERE employee_id = :planner_id. - Status-driven reporting via
WHERE project_status_code = 'APPROVED'.
Because the view applies HR security packages, results may be constrained by the responsibility's security profile for the planner's person record.
-
View: ICX_EDM_PLANNER_PROJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_PLANNER_PROJ_V, object_name:ICX_EDM_PLANNER_PROJ_V, status:VALID, product: ICX - Oracle iProcurement , description: Project Information Summary View by Planner , implementation_dba_data: APPS.ICX_EDM_PLANNER_PROJ_V ,
-
View: ICX_EDM_PLANNER_PROJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_PLANNER_PROJ_V, object_name:ICX_EDM_PLANNER_PROJ_V, status:VALID, product: ICX - Oracle iProcurement , description: Project Information Summary View by Planner , implementation_dba_data: APPS.ICX_EDM_PLANNER_PROJ_V ,
-
VIEW: APPS.ICX_EDM_PLANNER_PROJ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_PLANNER_PROJ_V, object_name:ICX_EDM_PLANNER_PROJ_V, status:VALID,
-
VIEW: APPS.ICX_EDM_PLANNER_PROJ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_PLANNER_PROJ_V, object_name:ICX_EDM_PLANNER_PROJ_V, status:VALID,
-
SYNONYM: APPS.MTL_PLANNERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_PLANNERS, status:VALID,
-
SYNONYM: APPS.MTL_PLANNERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_PLANNERS, status:VALID,
-
SYNONYM: APPS.PJM_SEIBAN_NUMBERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PJM_SEIBAN_NUMBERS, status:VALID,
-
SYNONYM: APPS.PJM_SEIBAN_NUMBERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PJM_SEIBAN_NUMBERS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.PO_REQ_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_REQ_DISTRIBUTIONS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.PO_REQ_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_REQ_DISTRIBUTIONS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.PA_PROJECT_STATUSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECT_STATUSES, status:VALID,
-
SYNONYM: APPS.PO_REQUISITION_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_LINES, status:VALID,
-
SYNONYM: APPS.PO_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_DISTRIBUTIONS, status:VALID,
-
SYNONYM: APPS.PO_REQUISITION_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_LINES, status:VALID,
-
SYNONYM: APPS.PA_PROJECT_STATUSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECT_STATUSES, status:VALID,
-
SYNONYM: APPS.PO_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_DISTRIBUTIONS, status:VALID,
-
PACKAGE: APPS.HR_PERSON_NAME
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_PERSON_NAME, status:VALID,
-
PACKAGE: APPS.HR_PERSON_NAME
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_PERSON_NAME, status:VALID,
-
SYNONYM: APPS.PO_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_LINES, status:VALID,
-
SYNONYM: APPS.PO_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_LINES, status:VALID,
-
SYNONYM: APPS.WIP_DISCRETE_JOBS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WIP_DISCRETE_JOBS, status:VALID,
-
SYNONYM: APPS.WIP_DISCRETE_JOBS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WIP_DISCRETE_JOBS, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
SYNONYM: APPS.PA_PROJECTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS_ALL, status:VALID,
-
SYNONYM: APPS.PA_PROJECTS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS_ALL, status:VALID,
-
VIEW: APPS.HR_ORGANIZATION_UNITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ORGANIZATION_UNITS, object_name:HR_ORGANIZATION_UNITS, status:VALID,
-
VIEW: APPS.HR_ORGANIZATION_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ORGANIZATION_UNITS, object_name:HR_ORGANIZATION_UNITS, status:VALID,
-
VIEW: APPS.PER_PEOPLE_F
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PEOPLE_F, object_name:PER_PEOPLE_F, status:VALID,
-
VIEW: APPS.PER_PEOPLE_F
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_PEOPLE_F, object_name:PER_PEOPLE_F, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
eTRM - ICX Tables and Views
12.1.1
-
eTRM - ICX Tables and Views
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - ICX Tables and Views
12.2.2
-
eTRM - ICX Tables and Views
12.1.1
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,