Search Results task_status_code
Overview
APPS.PA_STRUCT_TASKS_LITE_V is a lightweight reporting view in the Oracle E-Business Suite Projects (PA) module, shipped in release 12.1.1 and 12.2.2 under the APPS schema with FND Design Data registration PA.PA_STRUCT_TASKS_LITE_V. It presents a flattened, denormalized projection of the project structure hierarchy, exposing both the structural (WBS) elements and their associated tasks in a single rowset. Each row represents one project element — a work breakdown structure node or a task — together with its version identity, parentage, sequencing, and descriptive attributes.
The view is classified in the ETRM as Internal and carries the standard Oracle warning that it is not supported for direct customer access except from standard Oracle Applications programs. In practice it is widely consumed by concurrent programs, Oracle Business Intelligence Publisher reports, and custom operational reports that need an efficient read-only listing of the task structure without navigating the full versioning model in PA_PROJ_ELEMENTS and PA_PROJ_ELEMENT_VERSIONS. Because it exposes only a curated column set, it performs better than queries assembled directly against the base transaction tables.
Underlying Base Objects
The documented dependencies indicate that PA_STRUCT_TASKS_LITE_V is defined over the following objects, all reached through APPS synonyms except the lookup view:
- PA_PROJ_ELEMENTS — the master project element record (structure nodes and tasks).
- PA_PROJ_ELEMENT_VERSIONS — the versioned attributes of each element, including status and version identifiers.
- PA_TASK_TYPES — the task type definitions that classify task elements.
- PA_OBJECT_RELATIONSHIPS — the parent/child and structural relationship definitions linking elements within a structure version.
- PA_LOOKUPS — supplies decoded lookup meanings, including the values surfaced through TASK_STATUS_CODE and related status columns.
The view therefore joins element identity to its current version, resolves the parent structure version through PA_OBJECT_RELATIONSHIPS, and translates coded status values via PA_LOOKUPS. ETRM confirms the view is not referenced by any other database object, so it is a terminal, read-only presentation layer rather than a component of further dependency chains.
Key Columns
- PROJECT_ID, PROJ_ELEMENT_ID, ELEMENT_VERSION_ID — the primary identification keys for the owning project, the element, and the specific element version.
- PARENT_STRUCTURE_VERSION_ID and DISPLAY_PARENT_VERSION_ID — the structural parent linkage used to reconstruct hierarchy.
- ELEMENT_NAME, ELEMENT_NUMBER, OBJECT_TYPE — descriptive identity and the element classification.
- WBS_NUMBER and WBS_LEVEL — the WBS roll-up string and the depth of the element within the structure.
- FINANCIAL_TASK_FLAG — indicates whether the element is treated as a financial task for costing purposes.
- TASK_STATUS_CODE — the status of the project element. This is the column surfaced for the common search on task status; it is populated as a decoded VARCHAR2(150) value resolved through PA_LOOKUPS.
- TASK_UNPUB_VER_STATUS_CODE — the status code of an unpublished version, if one exists.
- PROG_ENTRY_ENABLE_FLAG — controls whether progress entry is permitted for the element.
- DISPLAY_SEQUENCE — the ordering attribute for presentation.
Common Use Cases and Queries
Typical usage includes task structure listings, status dashboards, WBS reporting, and interfaces that require a fast enumeration of tasks per project. Because TASK_STATUS_CODE is the searched column, the most frequent query pattern filters on it.
- List all tasks for a project with their status:
SELECT wbs_number, element_name, wbs_level, financial_task_flag, task_status_code FROM apps.pa_struct_tasks_lite_v WHERE project_id = :p_project_id ORDER BY display_sequence; - Filter to tasks at a specific status (for example, released or approved) within a project.
- Retrieve the immediate children of a given structure version by filtering DISPLAY_PARENT_VERSION_ID.
- Identify financial tasks only, using the FINANCIAL_TASK_FLAG predicate.
Consumers should treat the view as internal, avoid DML, and rely on it only for read-only reporting. Any change to the underlying versioning or lookup configuration will be reflected automatically when the view is queried.
-
APPS.AHL_LTP_MATRL_AVAL_PVT SQL Statements
12.1.1
-
VIEW: APPS.PA_STRUCT_TASKS_LITE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCT_TASKS_LITE_V, object_name:PA_STRUCT_TASKS_LITE_V, status:VALID,
-
VIEW: APPS.PA_STRUCT_TASKS_LITE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCT_TASKS_LITE_V, object_name:PA_STRUCT_TASKS_LITE_V, status:VALID,
-
VIEW: APPS.AHL_VISIT_MR_V
12.2.2
-
VIEW: APPS.AHL_VISIT_MR_V
12.1.1
-
VIEW: APPS.AHL_SEARCH_VISIT_TASK_V
12.1.1
-
VIEW: APPS.AHL_VISIT_MR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISIT_MR_V, object_name:AHL_VISIT_MR_V, status:VALID,
-
VIEW: APPS.AHL_VISIT_MR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISIT_MR_V, object_name:AHL_VISIT_MR_V, status:VALID,
-
VIEW: APPS.AHL_VISIT_TASK_MATRL_V
12.1.1
-
APPS.AHL_LTP_MATRL_AVAL_PVT SQL Statements
12.2.2
-
VIEW: APPS.AHL_MATERIAL_REQUIREMENTS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:AHL_MATERIAL_REQUIREMENTS_V, status:VALID,
-
VIEW: APPS.AHL_VISIT_TASK_MATRL_V
12.2.2
-
VIEW: APPS.AHL_MATERIAL_REQUIREMENTS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:AHL_MATERIAL_REQUIREMENTS_V, status:VALID,
-
VIEW: APPS.AHL_SEARCH_VISIT_TASK_V
12.2.2
-
VIEW: APPS.AHL_VISIT_TASK_MATRL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISIT_TASK_MATRL_V, object_name:AHL_VISIT_TASK_MATRL_V, status:VALID,
-
VIEW: APPS.AHL_VISIT_TASK_MATRL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISIT_TASK_MATRL_V, object_name:AHL_VISIT_TASK_MATRL_V, status:VALID,
-
PACKAGE: APPS.AHL_LTP_MATRL_AVAL_PUB
12.1.1
-
VIEW: APPS.PA_TASK_PROGRESS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_PROGRESS_AMG_V, object_name:PA_TASK_PROGRESS_AMG_V, status:VALID,
-
VIEW: APPS.PA_TASK_PROGRESS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_PROGRESS_AMG_V, object_name:PA_TASK_PROGRESS_AMG_V, status:VALID,
-
VIEW: APPS.PA_BACK_PROJ_TASK_PROG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BACK_PROJ_TASK_PROG_V, object_name:PA_BACK_PROJ_TASK_PROG_V, status:VALID,
-
VIEW: APPS.PA_BACK_PROJ_TASK_PROG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BACK_PROJ_TASK_PROG_V, object_name:PA_BACK_PROJ_TASK_PROG_V, status:VALID,
-
PACKAGE: APPS.AHL_LTP_MATRL_AVAL_PUB
12.2.2
-
VIEW: APPS.PA_PROJ_TASK_PROG_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_TASK_PROG_HIST_V, object_name:PA_PROJ_TASK_PROG_HIST_V, status:VALID,
-
VIEW: APPS.AHL_SEARCH_VISIT_TASK_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SEARCH_VISIT_TASK_V, object_name:AHL_SEARCH_VISIT_TASK_V, status:VALID,
-
VIEW: APPS.AHL_SEARCH_VISIT_TASK_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SEARCH_VISIT_TASK_V, object_name:AHL_SEARCH_VISIT_TASK_V, status:VALID,
-
View: PA_STRUCT_TASKS_LITE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCT_TASKS_LITE_V, object_name:PA_STRUCT_TASKS_LITE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STRUCT_TASKS_LITE_V ,
-
View: PA_STRUCT_TASKS_LITE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_STRUCT_TASKS_LITE_V, object_name:PA_STRUCT_TASKS_LITE_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_STRUCT_TASKS_LITE_V ,
-
VIEW: APPS.PA_PROJ_TASK_PROG_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_TASK_PROG_HIST_V, object_name:PA_PROJ_TASK_PROG_HIST_V, status:VALID,
-
VIEW: APPS.PA_LATEST_PROJ_TASK_PROG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LATEST_PROJ_TASK_PROG_V, object_name:PA_LATEST_PROJ_TASK_PROG_V, status:VALID,
-
VIEW: APPS.PA_PROGRESS_HIST_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROGRESS_HIST_DET_V, object_name:PA_PROGRESS_HIST_DET_V, status:VALID,
-
VIEW: APPS.PA_PROGRESS_HIST_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROGRESS_HIST_DET_V, object_name:PA_PROGRESS_HIST_DET_V, status:VALID,
-
VIEW: APPS.PA_LATEST_PROJ_TASK_PROG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LATEST_PROJ_TASK_PROG_V, object_name:PA_LATEST_PROJ_TASK_PROG_V, status:VALID,
-
VIEW: APPS.PA_PROJ_TASK_PROG_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_TASK_PROG_DET_V, object_name:PA_PROJ_TASK_PROG_DET_V, status:VALID,
-
VIEW: APPS.PA_PROJ_TASK_PROG_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_TASK_PROG_DET_V, object_name:PA_PROJ_TASK_PROG_DET_V, status:VALID,
-
View: PA_TASK_PROGRESS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_PROGRESS_AMG_V, object_name:PA_TASK_PROGRESS_AMG_V, status:VALID, product: PA - Projects , description: This view provides progress data for structure tasks , implementation_dba_data: APPS.PA_TASK_PROGRESS_AMG_V ,
-
View: PA_STRUCTURES_TASKS_V
12.1.1
product: PA - Projects , description: PA_STRUCTURES_TASKS_V selects all the attributes of a structure version and a task version. - For future use , implementation_dba_data: Not implemented in this database ,
-
View: PA_STRUCTURES_TASKS_V
12.2.2
product: PA - Projects , description: PA_STRUCTURES_TASKS_V selects all the attributes of a structure version and a task version. - For future use , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.AHL_LTP_MATRL_AVAL_PUB
12.1.1
-
PACKAGE BODY: APPS.AHL_LTP_MATRL_AVAL_PUB
12.2.2
-
View: PA_TASK_PROGRESS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_PROGRESS_AMG_V, object_name:PA_TASK_PROGRESS_AMG_V, status:VALID, product: PA - Projects , description: This view provides progress data for structure tasks , implementation_dba_data: APPS.PA_TASK_PROGRESS_AMG_V ,
-
VIEW: APPS.PA_FIN_STRUCTURES_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_STRUCTURES_TASKS_V, object_name:PA_FIN_STRUCTURES_TASKS_V, status:VALID,
-
VIEW: APPS.PA_FIN_STRUCTURES_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_STRUCTURES_TASKS_V, object_name:PA_FIN_STRUCTURES_TASKS_V, status:VALID,
-
TABLE: PA.PA_STRUCTURES_TASKS_TMP
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_STRUCTURES_TASKS_TMP, object_name:PA_STRUCTURES_TASKS_TMP, status:VALID,
-
View: PA_FIN_STRUCTURES_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_STRUCTURES_TASKS_V, object_name:PA_FIN_STRUCTURES_TASKS_V, status:VALID, product: PA - Projects , description: PA_FIN_STRUCTURES_TASKS_V selects all the attributes of a structure version and a task version. , implementation_dba_data: APPS.PA_FIN_STRUCTURES_TASKS_V ,
-
TABLE: PA.PA_STRUCTURES_TASKS_TMP
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_STRUCTURES_TASKS_TMP, object_name:PA_STRUCTURES_TASKS_TMP, status:VALID,
-
View: PA_FIN_STRUCTURES_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FIN_STRUCTURES_TASKS_V, object_name:PA_FIN_STRUCTURES_TASKS_V, status:VALID, product: PA - Projects , description: PA_FIN_STRUCTURES_TASKS_V selects all the attributes of a structure version and a task version. , implementation_dba_data: APPS.PA_FIN_STRUCTURES_TASKS_V ,
-
PACKAGE BODY: APPS.AHL_LTP_MATRL_AVAL_PUB_W
12.1.1
-
PACKAGE BODY: APPS.AHL_LTP_MATRL_AVAL_PUB_W
12.2.2
-
View: PA_PROJ_TASK_PROG_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_TASK_PROG_HIST_V, object_name:PA_PROJ_TASK_PROG_HIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_TASK_PROG_HIST_V ,
-
View: PA_PROJ_TASK_PROG_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_TASK_PROG_HIST_V, object_name:PA_PROJ_TASK_PROG_HIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_TASK_PROG_HIST_V ,