Search Results pm_product_code
Overview
PA_PM_PRODUCT_CONTROL_RULES_V is an Oracle E-Business Suite view owned by the APPS schema within the PA (Projects) product family. The ETRM documentation classifies this object as a view with VALID status and annotates its description succinctly as "10Sc Only," indicating that it belongs to a legacy control-rule construct introduced with the earliest Projects releases and retained for backward compatibility rather than continued functional development. The view surfaces product-level control rules used by Oracle Projects to govern which field values are permitted on project-related transactions, segment combinations, and processing actions tied to a given PM product code.
The object is read-only by design. It consolidates rule definitions with their associated control actions and resolves the PM product code to a user-facing meaning through the PA_LOOKUPS view. This makes it particularly convenient for reporting, data extraction, and integration scenarios where the raw numeric or coded values stored in the underlying base tables are insufficient, and a decoded, human-readable representation is required.
Underlying Base Objects
The view is defined over three documented objects:
- PA_PM_PRODUCT_CONTROL_RULES (synonym) — the primary driving object, supplying the control rule identifier, product code, field value code, and effective dating columns.
- PA_PM_CONTROL_ACTIONS (synonym) — joined on CONTROL_RULE_ID, contributing the action code, its description, and the field value allowed flag.
- PA_LOOKUPS (view) — joined on LOOKUP_TYPE = 'PM_PRODUCT_CODE' and PM_PRODUCT_CODE = LOOKUP_CODE, deriving the meaning (display name) for each product code.
The join between the control rules and the lookups restricts output to product codes that have an active lookup definition of type PM_PRODUCT_CODE, effectively filtering orphaned or retired codes. Because PA_LOOKUPS is itself a view in Oracle EBS, the resolution implicitly honors lookup enablement and language semantics.
Key Columns
- CONTROL_RULE_ID — primary key of the control rule; the join key to PA_PM_CONTROL_ACTIONS.
- PM_PRODUCT_CODE — the coded product identifier being controlled.
- PM_PRODUCT_NAME — the decoded lookup meaning, providing the user-facing product name.
- ACTION and ACTION_DESCRIPTION — the control action applied to the rule, with its descriptive text.
- FIELD_VALUE_CODE — the specific field value subject to the rule.
- FIELD_VALUE_ALLOWED_FLAG — indicates whether the field value is permitted (typically Y/N).
- START_DATE_ACTIVE / END_DATE_ACTIVE — the effective date range governing when the rule is in force.
- ROW_ID — the pseudo-column row identifier of the base rule record.
- Audit columns — CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN.
Common Use Cases and Queries
Typical scenarios include auditing which field values are allowed for a product, reconciling control rules during upgrades, and extracting rule metadata for integration or migration. A representative query filtering on the searched attribute pm_product_code is:
SELECT pm_product_code, pm_product_name, action, field_value_code,
field_value_allowed_flag, start_date_active, end_date_active
FROM apps.pa_pm_product_control_rules_v
WHERE pm_product_code = :product_code
AND SYSDATE BETWEEN NVL(start_date_active, SYSDATE)
AND NVL(end_date_active, SYSDATE);
Because the view joins PA_LOOKUPS, results are automatically decoded and restriction by PM_PRODUCT_CODE is indexed through the lookup join. This view should be treated as read-only; all maintenance is performed against the underlying base tables.
-
Lookup Type: PM_PRODUCT_CODE
12.2.2
product: PA - Projects , meaning: Pm_Product_Code , description: Lookup Type for external project management systems product codes ,
-
Lookup Type: PM_PRODUCT_CODE
12.1.1
product: PA - Projects , meaning: Pm_Product_Code , description: Lookup Type for external project management systems product codes ,
-
View: PA_PM_PRODUCT_CONTROL_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PM_PRODUCT_CONTROL_RULES_V, object_name:PA_PM_PRODUCT_CONTROL_RULES_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_PM_PRODUCT_CONTROL_RULES_V ,
-
View: PA_PM_PRODUCT_CONTROL_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PM_PRODUCT_CONTROL_RULES_V, object_name:PA_PM_PRODUCT_CONTROL_RULES_V, status:VALID, product: PA - Projects , description: 10Sc Only , implementation_dba_data: APPS.PA_PM_PRODUCT_CONTROL_RULES_V ,
-
View: PA_AGREEMENTS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AGREEMENTS_AMG_V, object_name:PA_AGREEMENTS_AMG_V, status:VALID, product: PA - Projects , description: This Single-Org view based on PA_AGREEMENTS_ALL table, stores information about legally binding documents from customers that serve as the basis of work authorization for projects , implementation_dba_data: APPS.PA_AGREEMENTS_AMG_V ,
-
View: PA_AGREEMENTS_O
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_AGREEMENTS
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_AGREEMENTS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AGREEMENTS_AMG_V, object_name:PA_AGREEMENTS_AMG_V, status:VALID, product: PA - Projects , description: This Single-Org view based on PA_AGREEMENTS_ALL table, stores information about legally binding documents from customers that serve as the basis of work authorization for projects , implementation_dba_data: APPS.PA_AGREEMENTS_AMG_V ,
-
View: PA_AGREEMENTS_O
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_AGREEMENTS
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECT_ASSETS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_ASSETS_AMG_V, object_name:PA_PROJECT_ASSETS_AMG_V, status:VALID, product: PA - Projects , description: Single-Org , implementation_dba_data: APPS.PA_PROJECT_ASSETS_AMG_V ,
-
View: PA_PROJECT_ASSETS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_ASSETS_AMG_V, object_name:PA_PROJECT_ASSETS_AMG_V, status:VALID, product: PA - Projects , description: Single-Org , implementation_dba_data: APPS.PA_PROJECT_ASSETS_AMG_V ,
-
View: PA_PROJECT_ASSETS
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_AGREEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AGREEMENTS_V, object_name:PA_AGREEMENTS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_AGREEMENTS_V ,
-
View: PA_PROJECT_ASSETS
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJECT_FUNDINGS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_FUNDINGS_AMG_V, object_name:PA_PROJECT_FUNDINGS_AMG_V, status:VALID, product: PA - Projects , description: This view based on pa_project_fundings table, stores incremental allocations of agreement funds to projects or top tasks. Funding is required for a contract project before that project can accrue revenue and generate invoices. Indirect or , implementation_dba_data: APPS.PA_PROJECT_FUNDINGS_AMG_V ,
-
View: PA_AGREEMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AGREEMENTS_V, object_name:PA_AGREEMENTS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_AGREEMENTS_V ,
-
View: PA_PROJECT_FUNDINGS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_FUNDINGS_AMG_V, object_name:PA_PROJECT_FUNDINGS_AMG_V, status:VALID, product: PA - Projects , description: This view based on pa_project_fundings table, stores incremental allocations of agreement funds to projects or top tasks. Funding is required for a contract project before that project can accrue revenue and generate invoices. Indirect or , implementation_dba_data: APPS.PA_PROJECT_FUNDINGS_AMG_V ,
-
Table: PA_PM_TRANSLATION_MAP
12.1.1
product: PA - Projects , description: This table was required for Oracle Exchange and is no longer in use for APPS 11.5.9. , implementation_dba_data: Not implemented in this database ,
-
Table: PA_PM_PRODUCT_CONTROL_RULES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PM_PRODUCT_CONTROL_RULES, object_name:PA_PM_PRODUCT_CONTROL_RULES, status:VALID, product: PA - Projects , description: Actions to be controlled for records imported from a specific external product , implementation_dba_data: PA.PA_PM_PRODUCT_CONTROL_RULES ,
-
Table: PA_PM_TRANSLATION_MAP
12.2.2
product: PA - Projects , description: This table was required for Oracle Exchange and is no longer in use for APPS 11.5.9. , implementation_dba_data: Not implemented in this database ,
-
Table: PA_PM_PRODUCT_CONTROL_RULES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PM_PRODUCT_CONTROL_RULES, object_name:PA_PM_PRODUCT_CONTROL_RULES, status:VALID, product: PA - Projects , description: Actions to be controlled for records imported from a specific external product , implementation_dba_data: PA.PA_PM_PRODUCT_CONTROL_RULES ,
-
View: PA_PROJECTS_O
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_TASKS_WBS_V_O
12.1.1
product: PA - Projects , description: 10SC Only - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PA_TASKS_WBS_V_O
12.2.2
product: PA - Projects , description: 10SC Only - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PA_PM_REFERENCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PM_REFERENCE_V, object_name:PA_PM_REFERENCE_V, status:VALID, product: PA - Projects , description: Oracle Projects identifiers and external project management system references , implementation_dba_data: APPS.PA_PM_REFERENCE_V ,
-
View: PA_TASKS_WBS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASKS_WBS_V, object_name:PA_TASKS_WBS_V, status:VALID, product: PA - Projects , description: 10SC Only - Retrofitted , implementation_dba_data: APPS.PA_TASKS_WBS_V ,
-
View: PA_PROJECTS_O
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASKS_V, object_name:PA_TASKS_V, status:VALID, product: PA - Projects , description: 10Sc only , implementation_dba_data: APPS.PA_TASKS_V ,
-
View: PA_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASKS_V, object_name:PA_TASKS_V, status:VALID, product: PA - Projects , description: 10Sc only , implementation_dba_data: APPS.PA_TASKS_V ,
-
View: PA_TASKS_WBS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASKS_WBS_V, object_name:PA_TASKS_WBS_V, status:VALID, product: PA - Projects , description: 10SC Only - Retrofitted , implementation_dba_data: APPS.PA_TASKS_WBS_V ,
-
View: PA_EVENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_V, object_name:PA_EVENTS_V, status:VALID, product: PA - Projects , description: 10 Sc only , implementation_dba_data: APPS.PA_EVENTS_V ,
-
View: PA_EVENTS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_AMG_V, object_name:PA_EVENTS_AMG_V, status:VALID, product: PA - Projects , description: This view is based on pa_events table, and stores events assigned to a task that generate revenue and/or billing activities that are not directly associated to the cost and revenue generated by expenditure items. , implementation_dba_data: APPS.PA_EVENTS_AMG_V ,
-
View: PA_EVENTS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_AMG_V, object_name:PA_EVENTS_AMG_V, status:VALID, product: PA - Projects , description: This view is based on pa_events table, and stores events assigned to a task that generate revenue and/or billing activities that are not directly associated to the cost and revenue generated by expenditure items. , implementation_dba_data: APPS.PA_EVENTS_AMG_V ,
-
View: PA_PERCENT_COMPLETES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PERCENT_COMPLETES_V, object_name:PA_PERCENT_COMPLETES_V, status:VALID, product: PA - Projects , description: 10Sc Only - Retrofitted , implementation_dba_data: APPS.PA_PERCENT_COMPLETES_V ,
-
View: PA_PM_REFERENCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PM_REFERENCE_V, object_name:PA_PM_REFERENCE_V, status:VALID, product: PA - Projects , description: Oracle Projects identifiers and external project management system references , implementation_dba_data: APPS.PA_PM_REFERENCE_V ,
-
View: PA_PERCENT_COMPLETES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PERCENT_COMPLETES_V, object_name:PA_PERCENT_COMPLETES_V, status:VALID, product: PA - Projects , description: 10Sc Only - Retrofitted , implementation_dba_data: APPS.PA_PERCENT_COMPLETES_V ,
-
View: PA_EVENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_EVENTS_V, object_name:PA_EVENTS_V, status:VALID, product: PA - Projects , description: 10 Sc only , implementation_dba_data: APPS.PA_EVENTS_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_PROJECTS_V_O
12.2.2
product: PA - Projects , description: 10Sc Only - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: PA_EVENTS_FORMS_MRC_V
12.1.1
product: PA - Projects , description: 10 Sc only , implementation_dba_data: Not implemented in this database ,
-
View: PA_EVENTS_FORMS_MRC_V
12.2.2
product: PA - Projects , description: 10 Sc only , 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_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_PERCENT_COMPLETES_FIN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PERCENT_COMPLETES_FIN_V, object_name:PA_PERCENT_COMPLETES_FIN_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PERCENT_COMPLETES_FIN_V ,
-
View: PA_PROJECTS
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_PERCENT_COMPLETES_FIN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PERCENT_COMPLETES_FIN_V, object_name:PA_PERCENT_COMPLETES_FIN_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PERCENT_COMPLETES_FIN_V ,
-
View: PA_BUDGET_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGET_LINES_V, object_name:PA_BUDGET_LINES_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_BUDGET_LINES_V ,
-
View: PA_BUDGET_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_BUDGET_LINES_V, object_name:PA_BUDGET_LINES_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_BUDGET_LINES_V ,