Search Results constraint_set_id
Overview
APPS.PSBBV_CONSTRAINT_SETS is a Business Intelligence System (BIS) view owned by the APPS schema in Oracle E-Business Suite. It is registered in the application design repository under the FND Design Data identifier PSB.PSBBV_CONSTRAINT_SETS and holds a VALID status in both release 12.1.1 and 12.2.2. The view presents the definition of constraint sets used by Oracle Advanced Planning and Scheduling (APS) constraint-based planning functionality, exposing the core attributes of each constraint set in a flat, denormalized form suitable for reporting, discovery, and integration.
Rather than requiring report authors to navigate multiple base tables, PSBBV_CONSTRAINT_SETS aggregates the identifying, descriptive, and threshold attributes of constraint sets into a single queryable surface. The view is primarily read-only from the perspective of downstream consumers; it is intended for extraction and analysis rather than transactional manipulation.
Underlying Base Objects
The view is defined over base tables within the PSB schema family. The documented dependency identifies PSB_ENTITY_SET as a referenced object, which supplies the entity-set linkage used to scope which entities a constraint set applies to. No further base objects are documented in the ETRM metadata for this release, and the view is not referenced by any other database object—it sits at the top of the dependency chain as a leaf. Consequently, changes to PSB_ENTITY_SET or the underlying constraint definition tables propagate directly to the view, and the view should be treated as a read-only projection of that data. The view is not exposed through any documented public API or concurrency program; it is a repository object for analytical access.
Key Columns
- CONSTRAINT_SET_ID (NUMBER(15)) — The unique, system-generated identifier for the constraint set. This is the primary key-like column and the value most frequently used in joins and lookups; the user's search for "constraint_set_id" corresponds directly to this attribute.
- CONSTRAINT_SET_NAME (VARCHAR2(80)) — The user-facing name of the constraint set.
- DESCRIPTION (VARCHAR2(240)) — Free-text description of the constraint set's purpose.
- CONSTRAINT_THRESHOLD (NUMBER) — The severity threshold for the set. Any constraint assigned to the set whose severity exceeds this threshold raises a fatal error during planning.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY — Standard Who columns that provide audit lineage for the record.
Common Use Cases and Queries
Typical usage centers on auditing which constraint sets exist, their threshold settings, and their audit history. Analytical queries frequently filter on CONSTRAINT_THRESHOLD to isolate sets that will cause hard planning failures. A representative query is:
SELECT constraint_set_id,
constraint_set_name,
description,
constraint_threshold,
last_update_date
FROM apps.psbbv_constraint_sets
WHERE constraint_threshold > 0
ORDER BY constraint_set_name;
A second common pattern joins the view to PSB_ENTITY_SET to determine the entities scoped by each set, using CONSTRAINT_SET_ID as the join key. Because the view carries no mandatory columns at the database level, application logic should always treat ID and name as populated by convention rather than constraint. All queries should be issued against APPS.PSBBV_CONSTRAINT_SETS directly, as the view encapsulates the schema details and shields callers from potential changes to the underlying PSB base tables.
-
APPS.PSB_CONCURRENCY_CONTROL_PVT SQL Statements
12.1.1
-
APPS.PSB_PSBRPCON_XMLP_PKG SQL Statements
12.1.1
-
APPS.PSB_WORKSHEET SQL Statements
12.1.1
-
VIEW: APPS.PSBBV_CONSTRAINT_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_CONSTRAINT_SETS, object_name:PSBBV_CONSTRAINT_SETS, status:VALID,
-
VIEW: APPS.PSBFV_CONSTRAINT_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_CONSTRAINT_SETS, object_name:PSBFV_CONSTRAINT_SETS, status:VALID,
-
View: PSB_WORKSHEETS_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: PSBFV_CONSTRAINT_SETS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: PSBBV_CONSTRAINT_SETS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: PSB_WORKSHEETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_WORKSHEETS_V, object_name:PSB_WORKSHEETS_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_WORKSHEETS_V ,
-
View: PSBBV_CONSTRAINT_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_CONSTRAINT_SETS, object_name:PSBBV_CONSTRAINT_SETS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_CONSTRAINT_SETS ,
-
VIEW: APPS.PSBFV_CONSTRAINT_SET_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_CONSTRAINT_SET_LISTS, object_name:PSBFV_CONSTRAINT_SET_LISTS, status:VALID,
-
View: PSBBV_CONSTRAINT_SET_LISTS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: Base view for constriant assignments. , implementation_dba_data: Not implemented in this database ,
-
View: PSBFV_CONSTRAINT_SETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_CONSTRAINT_SETS, object_name:PSBFV_CONSTRAINT_SETS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_CONSTRAINT_SETS ,
-
VIEW: APPS.PSBBV_CONSTRAINT_SET_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_CONSTRAINT_SET_LISTS, object_name:PSBBV_CONSTRAINT_SET_LISTS, status:VALID,
-
VIEW: APPS.PSB_WORKSHEETS_V
12.1.1
-
View: PSBFV_CONSTRAINT_SET_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_CONSTRAINT_SET_LISTS, object_name:PSBFV_CONSTRAINT_SET_LISTS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_CONSTRAINT_SET_LISTS ,
-
View: PSB_CONSTRAINT_SETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_CONSTRAINT_SETS_V, object_name:PSB_CONSTRAINT_SETS_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_CONSTRAINT_SETS_V ,
-
View: PSBFV_CONSTRAINT_SET_LISTS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: PSB_CONSTRAINT_SETS_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: PSBBV_CONSTRAINT_SET_LISTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_CONSTRAINT_SET_LISTS, object_name:PSBBV_CONSTRAINT_SET_LISTS, status:VALID, product: PSB - Public Sector Budgeting , description: Base view for constriant assignments. , implementation_dba_data: APPS.PSBBV_CONSTRAINT_SET_LISTS ,
-
VIEW: APPS.PSB_CONSTRAINT_SETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_CONSTRAINT_SETS_V, object_name:PSB_CONSTRAINT_SETS_V, status:VALID,
-
View: PSB_CONSTRAINT_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_CONSTRAINT_ASSIGNMENTS_V, object_name:PSB_CONSTRAINT_ASSIGNMENTS_V, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSB_CONSTRAINT_ASSIGNMENTS_V ,
-
VIEW: APPS.PSB_CONSTRAINT_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_CONSTRAINT_ASSIGNMENTS_V, object_name:PSB_CONSTRAINT_ASSIGNMENTS_V, status:VALID,
-
View: PSB_CONSTRAINT_ASSIGNMENTS_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: PSBBV_BUDGET_REVISIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_BUDGET_REVISIONS, object_name:PSBBV_BUDGET_REVISIONS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_BUDGET_REVISIONS ,
-
View: PSBBV_BUDGET_REVISIONS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: PSBBV_BUDGET_WORKSHEETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_BUDGET_WORKSHEETS, object_name:PSBBV_BUDGET_WORKSHEETS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBBV_BUDGET_WORKSHEETS ,
-
View: PSBBV_BUDGET_WORKSHEETS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: PSBFV_BUDGET_REVISIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_BUDGET_REVISIONS, object_name:PSBFV_BUDGET_REVISIONS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_BUDGET_REVISIONS ,
-
View: PSBFV_BUDGET_REVISIONS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PSBBV_BUDGET_WORKSHEETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_BUDGET_WORKSHEETS, object_name:PSBBV_BUDGET_WORKSHEETS, status:VALID,
-
VIEW: APPS.PSBBV_BUDGET_REVISIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBBV_BUDGET_REVISIONS, object_name:PSBBV_BUDGET_REVISIONS, status:VALID,
-
View: PSBFV_BUDGET_WORKSHEETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_BUDGET_WORKSHEETS, object_name:PSBFV_BUDGET_WORKSHEETS, status:VALID, product: PSB - Public Sector Budgeting , implementation_dba_data: APPS.PSBFV_BUDGET_WORKSHEETS ,
-
View: PSBFV_BUDGET_WORKSHEETS
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PSBFV_BUDGET_REVISIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_BUDGET_REVISIONS, object_name:PSBFV_BUDGET_REVISIONS, status:VALID,
-
View: PSB_BUDGET_REVISIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_BUDGET_REVISIONS_V, object_name:PSB_BUDGET_REVISIONS_V, status:VALID, product: PSB - Public Sector Budgeting , description: PSB_BUDGET_REVISIONS_V is a view on PSB_BUDGET_REVISIONS and provides information about budget revisions. , implementation_dba_data: APPS.PSB_BUDGET_REVISIONS_V ,
-
PACKAGE BODY: APPS.PSB_PSBRPCON_XMLP_PKG
12.1.1
-
View: PSB_BUDGET_REVISIONS_V
12.2.2
product: PSB - Public Sector Budgeting (Obsolete) , description: PSB_BUDGET_REVISIONS_V is a view on PSB_BUDGET_REVISIONS and provides information about budget revisions. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PSBFV_BUDGET_WORKSHEETS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSBFV_BUDGET_WORKSHEETS, object_name:PSBFV_BUDGET_WORKSHEETS, status:VALID,
-
VIEW: APPS.PSB_WORKSHEETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_WORKSHEETS_V, object_name:PSB_WORKSHEETS_V, status:VALID,
-
VIEW: APPS.PSB_BUDGET_REVISIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PSB.PSB_BUDGET_REVISIONS_V, object_name:PSB_BUDGET_REVISIONS_V, status:VALID,
-
TABLE: PSB.PSB_BUDGET_REVISIONS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_BUDGET_REVISIONS, object_name:PSB_BUDGET_REVISIONS, status:VALID,
-
TABLE: PSB.PSB_WORKSHEETS
12.1.1
owner:PSB, object_type:TABLE, fnd_design_data:PSB.PSB_WORKSHEETS, object_name:PSB_WORKSHEETS, status:VALID,
-
PACKAGE BODY: APPS.PSB_CONCURRENCY_CONTROL_PVT
12.1.1
-
PACKAGE BODY: APPS.PSB_WORKSHEET
12.1.1
-
APPS.PSB_BUDGET_REVISIONS_PVT SQL Statements
12.1.1
-
APPS.PSB_ENTITY_SET_PVT SQL Statements
12.1.1
-
APPS.PSB_WS_POS3 SQL Statements
12.1.1
-
APPS.PSB_WORKSHEET dependencies on PSB_WORKSHEETS_V
12.1.1
-
APPS.PSB_WORKSHEET dependencies on PSB_CONSTRAINT_SETS_V
12.1.1