Search Results project_value
Overview
The view PA_PROJECTS_O is a single-organization (single-org) reporting and integration object within the Oracle EBS Projects (PA) module. Its name follows the Oracle Applications convention in which the "_O" suffix denotes a view that has been filtered to expose project records for a single operating unit, presenting a flattened, denormalized projection of the core project definition entity. In Oracle EBS 12.1.1 and 12.2.2, single-org views such as this one are foundational to multi-org security, because they restrict the visible project rows to the organization context of the current session through the ORG_ID column and the Multi-Org views (MO) layered on top of them.
The view is not implemented as a database object in the source environment documented by ETRM, but its view text is fully published, indicating its definition is generated and installed at runtime during product installation. It serves primarily as a data source for project inquiry, reporting, and interfaces that need a concise, single-record-per-project representation of controlling attributes such as project status, billing configuration, rate schedules, and schedule fixed dates.
Underlying Base Objects
The ETRM metadata documents no referenced base objects for PA_PROJECTS_O, and the object is reported as "Not implemented in this database." The published view text, however, clearly selects from the project definition tables in the PA schema, principally PA_PROJECTS_ALL, joined to the project type and organization context. The "_O" designation is significant: it indicates that this view is the operating-unit-restricted layer that underlies the corresponding "_MO" (multi-org) view, PA_PROJECTS_MO, which exposes the ORG_ID-qualified rows to Multi-Org-enabled responsibilities.
Because no base tables are formally documented, consumers should treat the view as a stable projection over the PA project master data rather than a physically stored object. Column ordering, availability, and the exact set of exposed attributes may vary between the 12.1.1 and 12.2.2 file systems, so column-level dependencies should be validated against the deployed view text in each instance.
Key Columns
The view exposes a broad set of project attributes. Among the most significant are:
- PROJECT_ID, NAME, SEGMENT1–SEGMENT10: The unique project identifier, project name, and project number segments that form the project key and descriptive identity.
- PROJECT_STATUS_CODE, PROJECT_TYPE, PUBLIC_SECTOR_FLAG, DESCRIPTION: Core classification and lifecycle attributes.
- START_DATE, COMPLETION_DATE, CLOSED_DATE: Key milestone dates governing project execution.
- COST_IND_RATE_SCH_ID, REV_IND_RATE_SCH_ID, INV_IND_RATE_SCH_ID: Indirect rate schedule identifiers for costing, revenue, and invoicing, together with their override equivalents (OVR_COST_IND_RATE_SCH_ID, OVR_REV_IND_RATE_SCH_ID, OVR_INV_IND_RATE_SCH_ID).
- COST_IND_SCH_FIXED_DATE, REV_IND_SCH_FIXED_DATE, INV_IND_SCH_FIXED_DATE: The fixed dates associated with each indirect rate schedule. These are the specific columns most relevant to a search for "cost_ind_sch_fixed_date."
- LABOR_SCHEDULE_FIXED_DATE and NON_LABOR_SCHEDULE_FIXED_DATE: Comparable fixed dates for labor and non-labor standard bill rate schedules.
- ORG_ID: The operating unit identifier that scopes the single-org view.
Common Use Cases and Queries
Typical uses include indirect rate schedule validation, project setup auditing, and reconciliation of cost, revenue, and invoice rate-schedule effective dates. A representative query isolating the cost indirect schedule fixed date is:
SELECT project_id, name, segment1, cost_ind_rate_sch_id, cost_ind_sch_fixed_date
FROM pa_projects_o
WHERE cost_ind_sch_fixed_date IS NOT NULL
ORDER BY project_id;
Analysts also join the view to PA_PROJECT_TYPES and to rate-schedule tables to compare the fixed dates across cost, revenue, and invoice schedules, and to identify projects whose schedule dates predate or postdate expected effective ranges. Because the view is single-org, queries executed from a Multi-Org session should reference PA_PROJECTS_MO or supply the appropriate ORG_ID predicate to preserve operating-unit security.
-
View: PA_PROJECTS_O
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECTS_O
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
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_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 ,
-
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_PROJECTS
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECTS
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECT_LISTS_PORTLET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_PORTLET_V, object_name:PA_PROJECT_LISTS_PORTLET_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_LISTS_PORTLET_V ,
-
View: PA_PROJECT_LISTS_PORTLET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_PORTLET_V, object_name:PA_PROJECT_LISTS_PORTLET_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_LISTS_PORTLET_V ,
-
View: PA_PROJECTS_CUST_360_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_CUST_360_V, object_name:PA_PROJECTS_CUST_360_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECTS_CUST_360_V ,
-
View: PA_PROJECTS_CUST_360_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECTS_CUST_360_V, object_name:PA_PROJECTS_CUST_360_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECTS_CUST_360_V ,
-
View: PA_PROJECTS_V_O
12.1.1
product: PA - Projects , description: 10Sc Only - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECT_LISTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_V, object_name:PA_PROJECT_LISTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_LISTS_V ,
-
View: PA_PROJECT_LISTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_V, object_name:PA_PROJECT_LISTS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_LISTS_V ,
-
View: PA_PROJECTS_V_O
12.2.2
product: PA - Projects , description: 10Sc Only - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECT_LISTS_USER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_USER_V, object_name:PA_PROJECT_LISTS_USER_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_LISTS_USER_V ,
-
View: PA_PROJECT_LISTS_USER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_LISTS_USER_V, object_name:PA_PROJECT_LISTS_USER_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_LISTS_USER_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_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_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 ,