Search Results task_org_name
Overview
APPS.PA_ALLOC_TARGET_LINES_V is a supplementary view in the Oracle E-Business Suite Projects (PA) module, owned by the APPS schema and registered under FND Design Data as PA.PA_ALLOC_TARGET_LINES_V. Its documented status is VALID. Per the ETRM metadata, the view type is described as a supplementary view used to simplify Oracle Forms coding. Oracle explicitly warns that this view is not intended for direct query or data manipulation by end users; its structure may change substantially in subsequent minor or major releases.
The view belongs to the allocation functionality of Oracle Projects, exposing the target lines of an allocation rule — the projects, tasks, and organizations against which allocated amounts are distributed. The presence of an overriding PROJECT_ORG_NAME column (length 240) makes the view directly responsive to the search term project_org_name, since that column resolves the owning organization of each target line without requiring a separate join to organization tables.
Underlying Base Objects
The documented dependency list identifies the following referenced objects:
- PA_ALLOC_TARGET_LINES (synonym) — the primary base table storing allocation target line records.
- PA_PROJECTS_ALL (synonym) — source of project-level attributes such as project number, name, and type.
- PA_TASKS (synonym) — source of task-level attributes where allocations target specific tasks.
- PA_LOOKUPS (view) — resolves lookup codes, notably SERVICE_TYPE_MEANING.
- HR_ALL_ORGANIZATION_UNITS_TL (synonym) — provides translated organization names for PROJECT_ORG_NAME and TASK_ORG_NAME.
- HR_ORG_UNITS_NO_JOIN (view) and HR_GENERAL, HR_SECURITY (packages) — supply organization-unit data and enforce organization security, which governs which organizations a given responsibility or user may reference.
The view is not referenced by any other database object, confirming its role as a terminal, form-facing construct rather than a component of further dependency chains.
Key Columns
- ROW_ID (ROWID) — unique row identifier for the view record.
- RULE_ID / LINE_NUM — identify the parent allocation rule and the ordinal position of the target line.
- PROJECT_ORG_ID / PROJECT_ORG_NAME — owning project organization identifier and translated name, sourced from HR organization units and filtered by HR security.
- TASK_ORG_ID / TASK_ORG_NAME — equivalent organization context at the task level.
- PROJECT_TYPE, CLASS_CATEGORY, CLASS_CODE — classification attributes inherited from the project.
- SERVICE_TYPE / SERVICE_TYPE_MEANING — lookup code and its decoded meaning for the service type.
- PROJECT_ID, PROJECT_NUMBER, PROJECT_NAME — identifying attributes of the target project.
- TASK_ID, TASK_NUMBER, TASK_NAME — identifying attributes of the target task, where applicable.
- EXCLUDE_FLAG, BILLABLE_ONLY_FLAG — control flags governing whether the line is excluded and whether only billable amounts are allocated.
- LINE_PERCENT — allocation percentage applied to this target line.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical usage is investigative or form-driven: validating allocation rule targets, confirming which project organizations are secured for the current responsibility, and reconciling target percentages across a rule. A representative query retrieving target lines by rule, including the project organization name, follows:
SELECT rule_id, line_num, project_number, project_name, project_org_name, task_number, task_name, line_percent, exclude_flag, billable_only_flag FROM apps.pa_alloc_target_lines_v WHERE rule_id = :rule_id ORDER BY line_num;
Because the view is not supported for external querying, consumers requiring stable interfaces should query the underlying PA_ALLOC_TARGET_LINES table joined to HR organization units directly, rather than relying on this form-support view.
-
VIEW: APPS.PA_ALLOC_TARGET_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_TARGET_LINES_V, object_name:PA_ALLOC_TARGET_LINES_V, status:VALID,
-
VIEW: APPS.PA_ALLOC_SOURCE_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_SOURCE_LINES_V, object_name:PA_ALLOC_SOURCE_LINES_V, status:VALID,
-
VIEW: APPS.PA_ALLOC_TARGET_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_TARGET_LINES_V, object_name:PA_ALLOC_TARGET_LINES_V, status:VALID,
-
VIEW: APPS.PA_ALLOC_SOURCE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_SOURCE_LINES_V, object_name:PA_ALLOC_SOURCE_LINES_V, status:VALID,
-
View: PA_ALLOC_SOURCE_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_SOURCE_LINES_V, object_name:PA_ALLOC_SOURCE_LINES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_SOURCE_LINES_V ,
-
View: PA_ALLOC_SOURCE_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_SOURCE_LINES_V, object_name:PA_ALLOC_SOURCE_LINES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_SOURCE_LINES_V ,
-
View: PA_ALLOC_TARGET_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_TARGET_LINES_V, object_name:PA_ALLOC_TARGET_LINES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_TARGET_LINES_V ,
-
View: PA_ALLOC_TARGET_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ALLOC_TARGET_LINES_V, object_name:PA_ALLOC_TARGET_LINES_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ALLOC_TARGET_LINES_V ,
-
PACKAGE BODY: APPS.PA_BUDGET_ACCOUNT_PKG
12.2.2
-
PACKAGE BODY: APPS.PA_BUDGET_ACCOUNT_PKG
12.1.1
-
APPS.PA_BUDGET_ACCOUNT_PKG dependencies on WF_ENGINE
12.1.1
-
APPS.PA_BUDGET_ACCOUNT_PKG dependencies on WF_ENGINE
12.2.2
-
APPS.PA_BUDGET_ACCOUNT_PKG dependencies on PA_FCK_UTIL
12.1.1
-
APPS.PA_BUDGET_ACCOUNT_PKG dependencies on PA_FCK_UTIL
12.2.2
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2