Search Results service_type_m
Overview
PA_TASKS_V_O is a Projects (PA) module view in Oracle E-Business Suite that exposes task-level information from the Project Management and Projects accounting schema. According to the ETRM metadata, the view is documented with the descriptor "10Sc only," indicating that it is a legacy object associated with the older Oracle Projects task structure and is not implemented in the reference database from which the metadata was extracted. The metadata explicitly records the implementation status as "Not implemented in this database," meaning that on many 12.1.1 and 12.2.2 instances the view will not exist as a deployed object, even though its definition is catalogued.
The view presents a denormalized, outward-facing projection of a project task, joining the core task record to organization, lookup, employee, and address information. It is intended to serve reporting, inquiry, and integration consumers that require a single row per task with descriptive attributes already resolved, rather than requiring the caller to perform multiple joins.
Underlying Base Objects
The ETRM metadata lists no documented referenced base objects. The view text, however, reveals the principal source table as PA_TASKS (aliased TASK), from which the ROWID is surfaced as ROW_ID and from which the majority of columns are drawn. Supporting joins are implied by the aliases present in the SELECT list: ORG for organization name (resolved from the carrying-out organization), LK for the service type lookup meaning, EMP for the task manager's full name, and ADDR for address components. These correspond to standard Projects and common reference tables such as HR organizations, FND lookups, PER people, and address tables.
Because the documentation records no formal base-object mapping and the view is marked as not implemented, administrators should treat the object as informational for migration and upgrade analysis rather than as a guaranteed runtime dependency.
Key Columns
- ROW_ID, TASK_ID, PROJECT_ID, TASK_NUMBER — Primary identifiers linking the task to its project and to the physical row for updateable operations.
- TASK_NAME, DESCRIPTION, WBS_LEVEL, TOP_TASK_ID, PARENT_TASK_ID — Task hierarchy and descriptive attributes defining the work breakdown structure position.
- ORGANIZATION_NAME — Resolved name of the carrying-out organization.
- SERVICE_TYPE_CODE and SERVICE_TYPE_M — Service type code and its decoded lookup meaning.
- TASK_MANAGER_PERSON_ID and TASK_MANAGER_NAME — Task manager identifier with the resolved employee full name.
- READY_TO_BILL_FLAG, READY_TO_DISTRIBUTE_FLAG, CHARGEABLE_FLAG, BILLABLE_FLAG — Status and control flags governing billing, distribution, and charging behavior.
- START_DATE, COMPLETION_DATE, ACTUAL_START_DATE, ACTUAL_FINISH_DATE, EARLY/LATE_START and FINISH dates — Planned and actual scheduling information.
- ADDRESS1–4, CITY, STATE, COUNTRY — Address attributes associated with the task's ADDRESS_ID.
- Labor and non-labor billing attributes — Rate organization, standard bill rate schedule, fixed date, discount, and cost multiplier columns.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–10 — Descriptive flexfield segments.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — Concurrent program audit columns.
- CHECK_CHILD_EXISTS decode — Derived indicator ('+' or blank) signaling whether child tasks exist.
Common Use Cases and Queries
Typical uses include task inquiry reports, integration extracts feeding external scheduling systems, and migration scripts that must flatten task attributes. A representative query retrieves billable tasks with manager and organization context:
SELECT task_id, task_number, task_name, wbs_level, organization_name, task_manager_name, service_type_m, chargeable_flag, billable_flag FROM pa_tasks_v_o WHERE project_id = :project_id ORDER BY wbs_level;
For scheduling analysis, consumers select the date columns to compare early and late start/finish against actual dates. Because the metadata records the object as not implemented in the reference database, deployers should first verify existence via ALL_VIEWS before relying on it in 12.1.1 or 12.2.2 environments; where absent, equivalent results can be assembled directly from PA_TASKS with the corresponding lookups and joins.
-
View: PA_TASKS_V_O
12.2.2
product: PA - Projects , description: 10Sc only , implementation_dba_data: Not implemented in this database ,
-
View: PA_TASKS_WBS_V_O
12.1.1
product: PA - Projects , description: 10SC Only - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PA_TASKS_V_O
12.1.1
product: PA - Projects , description: 10Sc only , implementation_dba_data: Not implemented in this database ,
-
View: PA_TASKS_WBS_V_O
12.2.2
product: PA - Projects , description: 10SC Only - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PA_TASKS_WBS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASKS_WBS_V, object_name:PA_TASKS_WBS_V, status:VALID, product: PA - Projects , description: 10SC Only - Retrofitted , implementation_dba_data: APPS.PA_TASKS_WBS_V ,
-
VIEW: APPS.PA_TASKS_WBS_V
12.2.2
-
View: PA_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASKS_V, object_name:PA_TASKS_V, status:VALID, product: PA - Projects , description: 10Sc only , implementation_dba_data: APPS.PA_TASKS_V ,
-
View: PA_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASKS_V, object_name:PA_TASKS_V, status:VALID, product: PA - Projects , description: 10Sc only , implementation_dba_data: APPS.PA_TASKS_V ,
-
View: PA_TASKS_WBS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASKS_WBS_V, object_name:PA_TASKS_WBS_V, status:VALID, product: PA - Projects , description: 10SC Only - Retrofitted , implementation_dba_data: APPS.PA_TASKS_WBS_V ,
-
VIEW: APPS.PA_TASKS_WBS_V
12.1.1
-
VIEW: APPS.PA_TASKS_V
12.1.1
-
VIEW: APPS.PA_TASKS_V
12.2.2
-
VIEW: APPS.PA_TASKS_WBS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASKS_WBS_V, object_name:PA_TASKS_WBS_V, status:VALID,
-
VIEW: APPS.PA_TASKS_WBS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASKS_WBS_V, object_name:PA_TASKS_WBS_V, status:VALID,
-
VIEW: APPS.PA_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASKS_V, object_name:PA_TASKS_V, status:VALID,
-
VIEW: APPS.PA_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASKS_V, object_name:PA_TASKS_V, status:VALID,
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2