Search Results pa_quick_entry_specs_ss_v
Overview
The PA_QUICK_ENTRY_SPECS_SS_V view is a Projects (PA) module dictionary view owned by the APPS schema. Its purpose is to consolidate the set of configurable "override fields" that the Oracle Projects Quick Entry / rapid project setup pages present to end users when a project specification is created or edited. In Oracle EBS 12.1.1 and 12.2.2, the Quick Entry flow allows a specifier to define which project attributes (for example, key member, classification, customer, or organization role) may be overridden at the template or project level. This view is the single source that supplies those available override fields and the values that legitimately constrain each one.
Because the view exposes a uniform, four-part row shape (field name, descriptive meaning, specification, and limiting value), it functions as a lookup and validation layer for the Quick Entry API and any custom reporting or integration built on top of it. Application code and reports query it to determine, for a given project type or role configuration, which override fields are enabled and what limit applies.
Underlying Base Objects
The view is defined as a UNION of several subselects over the following documented base objects:
- PA_LOOKUPS (view) — supplies the lookup meanings for the field-name entries (lookup type OVERRIDE FIELD) and for customer project relationship values.
- PA_PROJECT_ROLE_TYPES (view) and PA_PROJECT_ROLE_TYPES_VL (view) — supply role-driven specifications, display names, and the limiting role type for the KEY_MEMBER and ORG_ROLE branches.
- PA_ROLE_CONTROLS (synonym) — filters roles by the role control code ALLOW_AS_PROJ_MEMBER, ensuring only roles permitted as project members are surfaced.
- PA_PROJECT_TYPES (synonym) — supplies the project type identifier and name used when the specification is a classification.
- PA_VALID_CATEGORIES_V (view) — supplies valid classification categories against the PA_PROJECTS object type.
- PA_ROLE_JOB_BG_UTILS (package) — an associated utility package referenced in the same functional area for role/job processing.
Date effectiveness is enforced through TRUNC(SYSDATE) BETWEEN START_DATE_ACTIVE AND NVL(END_DATE_ACTIVE, SYSDATE) on the lookup and role-type branches, so only currently active definitions are returned.
Key Columns
- FIELD_NAME — the internal code of the override field. Documented literals include KEY_MEMBER, CLASSIFICATION, CUSTOMER_NAME, and ORG_ROLE.
- FIELD_NAME_MEANING — the user-facing label retrieved from PA_LOOKUPS for the field code.
- SPECIFICATION — the specific value permitted for that field (a role meaning, a classification category, or a customer relationship meaning).
- DISPLAY_NAME — the presentation value shown on the Quick Entry page.
- LIMITING_VALUE — the constraining value used for validation, such as PROJECT_ROLE_TYPE, CLASS_CATEGORY, or a lookup code.
- OBJECT_TYPE_ID — populated for classification rows with the project type identifier; NULL elsewhere.
- PROJECT_TYPE — the project type name associated with the row, where applicable.
Common Use Cases and Queries
Typical usage includes validating override field configuration, building custom Quick Entry integrations, and auditing which roles or classifications are available for a project type. A representative query listing all active override specifications is:
SELECT field_name, field_name_meaning, specification, display_name, limiting_value FROM apps.pa_quick_entry_specs_ss_v ORDER BY field_name, specification;
To isolate role-based override fields:
SELECT field_name, specification FROM apps.pa_quick_entry_specs_ss_v WHERE field_name IN ('KEY_MEMBER','ORG_ROLE');
To retrieve classification overrides for a specific project type:
SELECT specification, display_name FROM apps.pa_quick_entry_specs_ss_v WHERE field_name = 'CLASSIFICATION' AND project_type = :project_type;
Because the view is read-only and governed by APPS, no DML is permitted; extensions should be implemented through custom views that join it to project definitions or reporting tables.
-
View: PA_QUICK_ENTRY_SPECS_SS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_QUICK_ENTRY_SPECS_SS_V, object_name:PA_QUICK_ENTRY_SPECS_SS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_QUICK_ENTRY_SPECS_SS_V ,
-
View: PA_QUICK_ENTRY_SPECS_SS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_QUICK_ENTRY_SPECS_SS_V, object_name:PA_QUICK_ENTRY_SPECS_SS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_QUICK_ENTRY_SPECS_SS_V ,
-
SYNONYM: APPS.PA_ROLE_CONTROLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_ROLE_CONTROLS, status:VALID,
-
SYNONYM: APPS.PA_ROLE_CONTROLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_ROLE_CONTROLS, status:VALID,
-
PACKAGE: APPS.PA_ROLE_JOB_BG_UTILS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PA_ROLE_JOB_BG_UTILS, status:VALID,
-
PACKAGE: APPS.PA_ROLE_JOB_BG_UTILS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_ROLE_JOB_BG_UTILS, status:VALID,
-
VIEW: APPS.PA_QUICK_ENTRY_SPECS_SS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_QUICK_ENTRY_SPECS_SS_V, object_name:PA_QUICK_ENTRY_SPECS_SS_V, status:VALID,
-
VIEW: APPS.PA_QUICK_ENTRY_SPECS_SS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_QUICK_ENTRY_SPECS_SS_V, object_name:PA_QUICK_ENTRY_SPECS_SS_V, status:VALID,
-
PACKAGE BODY: APPS.PA_PROJ_TEMPLATE_SETUP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PROJ_TEMPLATE_SETUP_PVT, status:VALID,
-
PACKAGE BODY: APPS.PA_PROJ_TEMPLATE_SETUP_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PROJ_TEMPLATE_SETUP_PVT, status:VALID,
-
VIEW: APPS.PA_VALID_CATEGORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_VALID_CATEGORIES_V, object_name:PA_VALID_CATEGORIES_V, status:VALID,
-
VIEW: APPS.PA_VALID_CATEGORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_VALID_CATEGORIES_V, object_name:PA_VALID_CATEGORIES_V, status:VALID,
-
VIEW: APPS.PA_PROJECT_ROLE_TYPES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_ROLE_TYPES_VL, object_name:PA_PROJECT_ROLE_TYPES_VL, status:VALID,
-
VIEW: APPS.PA_PROJECT_ROLE_TYPES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_ROLE_TYPES_VL, object_name:PA_PROJECT_ROLE_TYPES_VL, status:VALID,
-
SYNONYM: APPS.PA_PROJECT_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECT_TYPES, status:VALID,
-
SYNONYM: APPS.PA_PROJECT_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECT_TYPES, status:VALID,
-
VIEW: APPS.PA_PROJECT_ROLE_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_ROLE_TYPES, object_name:PA_PROJECT_ROLE_TYPES, status:VALID,
-
VIEW: APPS.PA_PROJECT_ROLE_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_ROLE_TYPES, object_name:PA_PROJECT_ROLE_TYPES, status:VALID,
-
APPS.PA_PROJ_TEMPLATE_SETUP_PVT dependencies on PA_QUICK_ENTRY_SPECS_SS_V
12.1.1
-
APPS.PA_PROJ_TEMPLATE_SETUP_PVT dependencies on PA_QUICK_ENTRY_SPECS_SS_V
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.PA_PROJ_TEMPLATE_SETUP_PVT SQL Statements
12.1.1
-
APPS.PA_PROJ_TEMPLATE_SETUP_PVT SQL Statements
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.PA_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LOOKUPS, object_name:PA_LOOKUPS, status:VALID,
-
VIEW: APPS.PA_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_LOOKUPS, object_name:PA_LOOKUPS, status:VALID,
-
PACKAGE BODY: APPS.PA_PROJ_TEMPLATE_SETUP_PVT
12.1.1
-
PACKAGE BODY: APPS.PA_PROJ_TEMPLATE_SETUP_PVT
12.2.2
-
APPS.PA_PROJ_TEMPLATE_SETUP_PVT dependencies on PA_VALID_CATEGORIES_V
12.1.1
-
APPS.PA_PROJ_TEMPLATE_SETUP_PVT dependencies on PA_VALID_CATEGORIES_V
12.2.2
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - PA Tables and Views
12.2.2
-
eTRM - PA Tables and Views
12.1.1