Search Results task_organization_id
Overview
ICX_EDM_CUSTOMER_TASK_V is a reporting view owned by the APPS schema in Oracle E-Business Suite, delivered as part of the ICX (Oracle iProcurement) product family. Its documented purpose is to provide a "Task Information Summary View by Customer," presenting task-level project data joined to the customer or customers associated with the underlying project. The view consolidates task attributes — task number, task name, description, task manager, start and completion dates, carrying-out organization, location, and project identifiers — into a single, denormalized presentation layer.
Because it spans Oracle Projects (PA), Oracle Human Resources (PER/HR), and Oracle Order Management (OE) objects, the view is typically consumed by reporting tools, iProcurement/EDM-related inquiries, and custom integrations that require a customer-centric slice of task information without writing the multi-table join themselves. In EBS 12.1.1 and 12.2.2, the definition is functionally identical; the view remains VALID in the APPS schema.
Underlying Base Objects
The view is a UNION of two SELECT statements built over the following base tables:
- PA_PROJECT_CUSTOMERS — associates customers with projects (first branch, non-outer join).
- PA_PROJECTS_ALL — project master data (project number, name, description).
- PA_TASKS — task master data including task ID, number, name, dates, manager person, and carrying-out organization.
- HR_ORGANIZATION_UNITS — resolves the carrying-out organization name.
- PER_PEOPLE_F — resolves the task manager full name (outer-joined in both branches).
- HR_LOCATIONS — resolves the location code (outer-joined via ORG.LOCATION_ID).
- SO_LINES and SO_HEADERS — order lines and their headers, providing an alternative path to customer and project context (second branch).
- PJM_SEIBAN_NUMBERS — supplies project number and name for the order-driven branch.
The UNION combines Projects-sourced task rows with Order Management-sourced task rows, so tasks may be reached either through the project-customer relationship or through sales order lines linked to a project and task.
Key Columns
The most relevant columns exposed are:
- TASK_ID, TASK_NUMBER, TASK_NAME — the task's primary key and descriptive identifiers.
- TASK_DESCRIPTION — task description text.
- TASK_MANAGER — full name from PER_PEOPLE_F.
- TASK_START_DATE, TASK_END_DATE — task dates (sourced from START_DATE and COMPLETION_DATE).
- TASK_ORGANIZATION — organization name from HR_ORGANIZATION_UNITS.
- TASK_ORGANIZATION_ID — the user-referenced column; maps to TASK.CARRYING_OUT_ORGANIZATION_ID, the organization responsible for carrying out the task.
- TASK_LOCATION, TASK_LOCATION_DESCRIPTION — location code and description.
- PROJECT_ID, PROJECT_NUMBER, PROJECT_NAME, PROJECT_DESCRIPTION — project context.
- CUSTOMER_ID — the customer associated with the project or order.
Common Use Cases and Queries
Typical scenarios include listing all tasks for a customer, identifying the carrying-out organization for a task, and reporting on tasks linked to sales orders. A representative query:
- SELECT task_id, task_number, task_name, task_organization_id, task_organization, project_number, customer_id FROM apps.icx_edm_customer_task_v WHERE task_organization_id = :org_id;
- SELECT customer_id, task_number, task_manager, task_start_date, task_end_date FROM apps.icx_edm_customer_task_v WHERE project_id = :project_id;
Because two branches feed the UNION, duplicate tasks may appear where both a project-customer and an order-line path exist; DISTINCT is applied only in the second branch, so callers should account for possible duplicates. The OUTER joins on PER_PEOPLE_F and HR_LOCATIONS mean manager and location values may be NULL, and consumers should handle that in filters.
-
View: ICX_EDM_CUSTOMER_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_CUSTOMER_TASK_V, object_name:ICX_EDM_CUSTOMER_TASK_V, status:VALID, product: ICX - Oracle iProcurement , description: Task Information Summary View by Customer , implementation_dba_data: APPS.ICX_EDM_CUSTOMER_TASK_V ,
-
VIEW: APPS.ICX_EDM_CUSTOMER_TASK_V
12.1.1
-
View: ICX_EDM_PLANNER_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_PLANNER_TASK_V, object_name:ICX_EDM_PLANNER_TASK_V, status:VALID, product: ICX - Oracle iProcurement , description: Task Information Summary View by Planner , implementation_dba_data: APPS.ICX_EDM_PLANNER_TASK_V ,
-
View: ICX_EDM_CUSTOMER_TASK_V
12.2.2
product: ICX - Oracle iProcurement , description: Task Information Summary View by Customer , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ICX_EDM_PLANNER_TASK_V
12.1.1
-
VIEW: APPS.ICX_EDM_PLANNER_TASK_V
12.2.2
-
View: ICX_EDM_PLANNER_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_PLANNER_TASK_V, object_name:ICX_EDM_PLANNER_TASK_V, status:VALID, product: ICX - Oracle iProcurement , description: Task Information Summary View by Planner , implementation_dba_data: APPS.ICX_EDM_PLANNER_TASK_V ,
-
View: ICX_EDM_BUYER_SUP_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_BUYER_SUP_TASK_V, object_name:ICX_EDM_BUYER_SUP_TASK_V, status:VALID, product: ICX - Oracle iProcurement , description: Task Information Summary View by Buyer / Supplier , implementation_dba_data: APPS.ICX_EDM_BUYER_SUP_TASK_V ,
-
View: ICX_EDM_BUYER_SUP_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_BUYER_SUP_TASK_V, object_name:ICX_EDM_BUYER_SUP_TASK_V, status:VALID, product: ICX - Oracle iProcurement , description: Task Information Summary View by Buyer / Supplier , implementation_dba_data: APPS.ICX_EDM_BUYER_SUP_TASK_V ,
-
VIEW: APPS.ICX_EDM_KEY_MEMBER_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_KEY_MEMBER_TASK_V, object_name:ICX_EDM_KEY_MEMBER_TASK_V, status:VALID,
-
VIEW: APPS.ICX_EDM_PLANNER_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_PLANNER_TASK_V, object_name:ICX_EDM_PLANNER_TASK_V, status:VALID,
-
VIEW: APPS.ICX_EDM_BUYER_SUP_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_BUYER_SUP_TASK_V, object_name:ICX_EDM_BUYER_SUP_TASK_V, status:VALID,
-
VIEW: APPS.ICX_EDM_CUSTOMER_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_CUSTOMER_TASK_V, object_name:ICX_EDM_CUSTOMER_TASK_V, status:VALID,
-
VIEW: APPS.ICX_EDM_PLANNER_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_PLANNER_TASK_V, object_name:ICX_EDM_PLANNER_TASK_V, status:VALID,
-
VIEW: APPS.ICX_EDM_KEY_MEMBER_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_KEY_MEMBER_TASK_V, object_name:ICX_EDM_KEY_MEMBER_TASK_V, status:VALID,
-
VIEW: APPS.ICX_EDM_BUYER_SUP_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_BUYER_SUP_TASK_V, object_name:ICX_EDM_BUYER_SUP_TASK_V, status:VALID,
-
VIEW: APPS.ICX_EDM_BUYER_SUP_TASK_V
12.1.1
-
View: PA_XLA_TASK_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_TASK_REF_V, object_name:PA_XLA_TASK_REF_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_TASK_REF_V ,
-
View: PA_XLA_TASK_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_TASK_REF_V, object_name:PA_XLA_TASK_REF_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_TASK_REF_V ,
-
VIEW: APPS.ICX_EDM_BUYER_SUP_TASK_V
12.2.2
-
VIEW: APPS.PA_XLA_TASK_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_TASK_REF_V, object_name:PA_XLA_TASK_REF_V, status:VALID,
-
VIEW: APPS.PA_CC_BL_CUR_SEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_BL_CUR_SEL_V, object_name:PA_CC_BL_CUR_SEL_V, status:VALID,
-
VIEW: APPS.PA_CC_BL_CUR_SEL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_BL_CUR_SEL_V, object_name:PA_CC_BL_CUR_SEL_V, status:VALID,
-
View: PA_CC_BL_CUR_SEL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_BL_CUR_SEL_V, object_name:PA_CC_BL_CUR_SEL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CC_BL_CUR_SEL_V ,
-
View: ICX_EDM_KEY_MEMBER_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_KEY_MEMBER_TASK_V, object_name:ICX_EDM_KEY_MEMBER_TASK_V, status:VALID, product: ICX - Oracle iProcurement , description: Task Information Summary View by Key Member , implementation_dba_data: APPS.ICX_EDM_KEY_MEMBER_TASK_V ,
-
View: ICX_EDM_KEY_MEMBER_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_KEY_MEMBER_TASK_V, object_name:ICX_EDM_KEY_MEMBER_TASK_V, status:VALID, product: ICX - Oracle iProcurement , description: Task Information Summary View by Key Member , implementation_dba_data: APPS.ICX_EDM_KEY_MEMBER_TASK_V ,
-
VIEW: APPS.PA_XLA_TASK_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_TASK_REF_V, object_name:PA_XLA_TASK_REF_V, status:VALID,
-
View: PA_CC_BL_CUR_SEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_CC_BL_CUR_SEL_V, object_name:PA_CC_BL_CUR_SEL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_CC_BL_CUR_SEL_V ,
-
APPS.PA_ACC_GEN_WF_PKG SQL Statements
12.2.2
-
VIEW: APPS.PA_CC_BL_CUR_SEL_V
12.2.2
-
VIEW: APPS.PA_CC_BL_CUR_SEL_V
12.1.1
-
APPS.PA_ACC_GEN_WF_PKG SQL Statements
12.1.1
-
APPS.PA_BUDGET_ACCOUNT_PKG SQL Statements
12.2.2
-
APPS.PA_BUDGET_ACCOUNT_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGC_CC_ACCGNWF_PKG
12.1.1
-
PACKAGE BODY: APPS.IGC_CC_ACCGNWF_PKG
12.2.2
-
PACKAGE BODY: APPS.PA_ACC_GEN_WF_PKG
12.2.2
-
PACKAGE BODY: APPS.PO_REQ_WF_BUILD_ACCOUNT_INIT
12.1.1
-
PACKAGE BODY: APPS.PO_REQ_WF_BUILD_ACCOUNT_INIT
12.2.2
-
PACKAGE BODY: APPS.PA_ACC_GEN_WF_PKG
12.1.1
-
APPS.PO_REQ_WF_BUILD_ACCOUNT_INIT dependencies on WF_ITEM
12.1.1
-
APPS.PO_REQ_WF_BUILD_ACCOUNT_INIT dependencies on WF_ITEM
12.2.2
-
PACKAGE BODY: APPS.PA_BUDGET_ACCOUNT_PKG
12.1.1
-
PACKAGE BODY: APPS.PA_BUDGET_ACCOUNT_PKG
12.2.2
-
APPS.PO_WF_BUILD_ACCOUNT_INIT dependencies on WF_ITEM
12.1.1
-
APPS.PO_WF_BUILD_ACCOUNT_INIT dependencies on WF_ITEM
12.2.2
-
PACKAGE BODY: APPS.PO_WF_BUILD_ACCOUNT_INIT
12.2.2
-
PACKAGE BODY: APPS.PO_WF_BUILD_ACCOUNT_INIT
12.1.1
-
APPS.PA_ACC_GEN_WF_PKG dependencies on WF_ENGINE
12.1.1
-
APPS.PA_ACC_GEN_WF_PKG dependencies on WF_ENGINE
12.2.2