Search Results long_name
Overview
PA_PROJECTS_SEC_V is a security-constrained view owned by the APPS schema within the Oracle E-Business Suite Projects (PA) module. It exposes a filtered projection of project records from PA_PROJECTS, applying Oracle EBS row-level security semantics so that a querying user sees only those projects to which they have been granted access. The view is defined over PA_PROJECTS joined conceptually with the current FND_USER session context, and is intended for reporting, integration, and inquiry purposes where security enforcement is required without embedding custom access logic.
Non-template projects only are returned, since the view text filters on TEMPLATE_FLAG = 'N'. A project qualifies when at least one of the following holds: its security level is 1 (public) and the user is internal; the user appears as a project party (employee resource, RESOURCE_TYPE_ID 101, or customer contact, RESOURCE_TYPE_ID 112); or the user holds an active FND_GRANTS instance grant over the carrying-out organization. Because inclusion of LONG_NAME was central to the search that surfaced this object, the view is frequently used where a full descriptive project label is preferred over the short NAME.
Underlying Base Objects
The view is defined over the following documented base objects: PA_PROJECTS (synonym), PA_PROJECT_PARTIES (synonym), FND_USER (synonym), FND_GRANTS (synonym), FND_OBJECTS (synonym), FND_GLOBAL (package), and PA_SECURITY_PVT (package). PA_PROJECTS supplies the primary project attributes. PA_PROJECT_PARTIES is used in the EXISTS clause to identify party-based access. FND_USER resolves the session user and whether that user is external. FND_GRANTS and FND_OBJECTS validate organization-instance grants within their active date range. FND_GLOBAL supplies USER_ID and EMPLOYEE_ID; PA_SECURITY_PVT.GET_GRANTEE_KEY returns the current grantee key used to match grants.
Key Columns
- PROJECT_ID — Primary identifier of the project; the join key for downstream queries.
- NAME — Short project name.
- LONG_NAME — Extended descriptive project name, the column most commonly searched.
- SEGMENT1 — Project number used in code combinations and reporting.
- DESCRIPTION — Free-text project description.
- PROJECT_TYPE — Classification of the project.
- CARRYING_OUT_ORGANIZATION_ID — Organization responsible for executing the project; also the grant instance target.
- PROJECT_STATUS_CODE — Current lifecycle status of the project.
- TEMPLATE_FLAG — Always 'N' in this view, excluding templates.
- ORG_ID — Operating unit identifier, useful for multi-org filtering.
- PROJECT_CURRENCY_CODE — Currency in which the project is denominated.
Common Use Cases and Queries
The view is typically used in place of a direct PA_PROJECTS query when the requirement is to honor user security automatically. Typical scenarios include secured LOV-style lookups, custom concurrent reports, and integration extracts that must not leak unauthorized project data. A basic search on LONG_NAME is straightforward:
SELECT project_id, name, long_name, segment1 FROM pa_projects_sec_v WHERE long_name LIKE :search_term;SELECT project_id, long_name, project_status_code FROM pa_projects_sec_v WHERE org_id = :org_id AND project_status_code = 'APPROVED';SELECT v.project_id, v.long_name FROM pa_projects_sec_v v WHERE v.carrying_out_organization_id = :org_id;
Queries against this view automatically inherit the party, organization-grant, and public-security conditions, so no additional security predicates are required by the caller. The view is read-only and should not be treated as a substitute for API-based project maintenance. Oracle Proprietary, Confidential Information — Legal Notices apply to its use and distribution.
-
View: PA_PROJECTS_SEC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_SEC_V, object_name:PA_PROJECTS_SEC_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECTS_SEC_V ,
-
View: PA_PROJECTS_SEC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_SEC_V, object_name:PA_PROJECTS_SEC_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECTS_SEC_V ,
-
View: PA_PROJECT_TEMPLATE_LIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_TEMPLATE_LIST_V, object_name:PA_PROJECT_TEMPLATE_LIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_TEMPLATE_LIST_V ,
-
View: PA_PROJECT_TEMPLATE_LIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_TEMPLATE_LIST_V, object_name:PA_PROJECT_TEMPLATE_LIST_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_TEMPLATE_LIST_V ,
-
View: PA_PROJECTS_BASIC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_BASIC_V, object_name:PA_PROJECTS_BASIC_V, status:VALID, product: PA - Projects , description: 10SC Only - Retrofitted , implementation_dba_data: APPS.PA_PROJECTS_BASIC_V ,
-
View: PA_PLM_PROJECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PLM_PROJECTS_V, object_name:PA_PLM_PROJECTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PLM_PROJECTS_V ,
-
View: PA_PROJECTS_BASIC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_BASIC_V, object_name:PA_PROJECTS_BASIC_V, status:VALID, product: PA - Projects , description: 10SC Only - Retrofitted , implementation_dba_data: APPS.PA_PROJECTS_BASIC_V ,
-
View: PA_PLM_PROJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PLM_PROJECTS_V, object_name:PA_PLM_PROJECTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PLM_PROJECTS_V ,
-
View: PA_PROJECTS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_AMG_V, object_name:PA_PROJECTS_AMG_V, status:VALID, product: PA - Projects , description: Internal , implementation_dba_data: APPS.PA_PROJECTS_AMG_V ,
-
View: PA_PROJECTS
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECTS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_AMG_V, object_name:PA_PROJECTS_AMG_V, status:VALID, product: PA - Projects , description: Internal , implementation_dba_data: APPS.PA_PROJECTS_AMG_V ,
-
View: PA_PROJECTS
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: OVERRIDE FIELD
12.1.1
product: PA - Projects , meaning: Override Field , description: Override Field ,
-
Lookup Type: OVERRIDE FIELD
12.2.2
product: PA - Projects , meaning: Override Field , description: Override Field ,
-
View: PA_TASK_PROGRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_PROGRESS_V, object_name:PA_TASK_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_PROGRESS_V ,
-
View: PA_TASK_PROGRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_PROGRESS_V, object_name:PA_TASK_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_PROGRESS_V ,
-
View: PA_PROJECTS_PRM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_PRM_V, object_name:PA_PROJECTS_PRM_V, status:VALID, product: PA - Projects , description: Single-Org , implementation_dba_data: APPS.PA_PROJECTS_PRM_V ,
-
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_PROJECTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_V, object_name:PA_PROJECTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECTS_V ,
-
View: PA_PROJECTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_V, object_name:PA_PROJECTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECTS_V ,
-
View: PA_PROJECTS_PRM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_PRM_V, object_name:PA_PROJECTS_PRM_V, status:VALID, product: PA - Projects , description: Single-Org , implementation_dba_data: APPS.PA_PROJECTS_PRM_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 ,
-
View: 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, product: PA - Projects , implementation_dba_data: APPS.PA_BACK_PROJ_TASK_PROG_V ,
-
View: 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, product: PA - Projects , implementation_dba_data: APPS.PA_BACK_PROJ_TASK_PROG_V ,
-
View: PA_ASSIGNMENT_PROGRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSIGNMENT_PROGRESS_V, object_name:PA_ASSIGNMENT_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ASSIGNMENT_PROGRESS_V ,
-
View: PA_ASSIGNMENT_PROGRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ASSIGNMENT_PROGRESS_V, object_name:PA_ASSIGNMENT_PROGRESS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_ASSIGNMENT_PROGRESS_V ,
-
View: PA_TASK_ASSIGNMENTS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_ASSIGNMENTS_AMG_V, object_name:PA_TASK_ASSIGNMENTS_AMG_V, status:VALID, product: PA - Projects , description: This view provides progress data for task assignments. , implementation_dba_data: APPS.PA_TASK_ASSIGNMENTS_AMG_V ,
-
View: PA_TASK_ASSIGNMENTS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_ASSIGNMENTS_AMG_V, object_name:PA_TASK_ASSIGNMENTS_AMG_V, status:VALID, product: PA - Projects , description: This view provides progress data for task assignments. , implementation_dba_data: APPS.PA_TASK_ASSIGNMENTS_AMG_V ,
-
View: 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, product: PA - Projects , implementation_dba_data: APPS.PA_PROGRESS_HIST_DET_V ,
-
View: 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, product: PA - Projects , implementation_dba_data: APPS.PA_PROGRESS_HIST_DET_V ,
-
View: 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, product: PA - Projects , implementation_dba_data: APPS.PA_LATEST_PROJ_TASK_PROG_V ,
-
View: 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, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_TASK_PROG_DET_V ,
-
View: 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, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_TASK_PROG_DET_V ,
-
View: 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, product: PA - Projects , implementation_dba_data: APPS.PA_LATEST_PROJ_TASK_PROG_V ,