Search Results pn_var_constr_defaults_all
Overview
The PN_VAR_CONSTR_DEFAULTS_ALL table is a core setup table within the Oracle E-Business Suite Property Manager (PN) module. Its primary role is to store default constraint configuration data that is specific to individual operating units (organizations). This table enables the centralized definition and management of constraints—which govern allowable values and rules for lease and property data—across a multi-org implementation. By storing records at the ALL level, it supports the segregation of setup data by the ORG_ID, allowing for unique constraint defaults per business unit while maintaining a single installation.
Key Information Stored
The table's structure is designed to hold the foundational identifiers and organizational context for constraint defaults. Based on the provided metadata, the primary and most critical column is CONSTR_DEFAULT_ID, which serves as the unique primary key for each constraint default record. This identifier is essential for all data relationships and transactional integrity. While the full column list is not detailed in the excerpt, standard practice for an ALL table in Oracle EBS dictates the presence of an ORG_ID column to identify the operating unit. Other typical columns would likely include descriptive fields, constraint type indicators, default value fields, and standard WHO columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY) for auditing.
Common Use Cases and Queries
This table is primarily accessed during the system setup phase and for generating configuration reports. Administrators use it to verify or audit the constraint defaults applied to different organizations. A common query involves listing all configured defaults for a specific operating unit, which is crucial for troubleshooting data entry issues or validating setup during implementation. For example:
- Retrieving all constraint defaults for a given ORG_ID:
SELECT constr_default_id, [other_columns] FROM pn_var_constr_defaults_all WHERE org_id = :p_org_id; - Identifying the specific constraint default referenced by a transactional record using the CONSTR_DEFAULT_ID as the key.
Direct manipulation of data in this table is typically performed via the Property Manager application interface to maintain business logic integrity.
Related Objects
The PN_VAR_CONSTR_DEFAULTS_ALL table sits at the center of the constraint default hierarchy. The documented primary key, PN_VAR_CONSTR_DEFAULTS_PK, on the CONSTR_DEFAULT_ID column is referenced by foreign keys in other transactional or setup tables within the Property Manager schema. These related tables would store the actual lease or property data that inherits or applies these default constraints. While specific child table names are not listed in the metadata, they would join to this table using the CONSTR_DEFAULT_ID column. The table's relationship to the multi-org framework is implicit through the ORG_ID column, linking it to HR_OPERATING_UNITS.
-
Table: PN_VAR_CONSTR_DEFAULTS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_CONSTR_DEFAULTS_ALL, object_name:PN_VAR_CONSTR_DEFAULTS_ALL, status:VALID, product: PN - Property Manager , description: This table stores setup information for constraints by organization. , implementation_dba_data: PN.PN_VAR_CONSTR_DEFAULTS_ALL ,
-
Table: PN_VAR_CONSTR_DEFAULTS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_CONSTR_DEFAULTS_ALL, object_name:PN_VAR_CONSTR_DEFAULTS_ALL, status:VALID, product: PN - Property Manager , description: This table stores setup information for constraints by organization. , implementation_dba_data: PN.PN_VAR_CONSTR_DEFAULTS_ALL ,
-
APPS.PN_VAR_CHG_CAL_PKG dependencies on PN_VAR_CONSTR_DEFAULTS_ALL
12.1.1
-
APPS.PN_VAR_RENT_PKG dependencies on PN_VAR_CONSTR_DEFAULTS_ALL
12.1.1
-
APPS.PN_VAR_CHG_CAL_PKG dependencies on PN_VAR_CONSTR_DEFAULTS_ALL
12.2.2
-
APPS.PN_VAR_CONSTR_DEFAULTS_PKG dependencies on PN_VAR_CONSTR_DEFAULTS_ALL
12.1.1
-
APPS.PN_VAR_CONSTR_DEFAULTS_PKG dependencies on PN_VAR_CONSTR_DEFAULTS_ALL
12.2.2
-
APPS.PN_VAR_DEFAULTS_PKG dependencies on PN_VAR_CONSTR_DEFAULTS_ALL
12.1.1
-
APPS.PN_VAREN_UTIL dependencies on PN_VAR_CONSTR_DEFAULTS_ALL
12.2.2
-
APPS.PN_VAREN_PVT dependencies on PN_VAR_CONSTR_DEFAULTS_ALL
12.2.2
-
APPS.PN_VAR_RENT_PKG dependencies on PN_VAR_CONSTR_DEFAULTS_ALL
12.2.2
-
APPS.PN_VAR_DEFAULTS_PKG dependencies on PN_VAR_CONSTR_DEFAULTS_ALL
12.2.2
-
APPS.PN_VAR_CONSTR_DEFAULTS_PKG dependencies on PN_VAR_CONSTR_DEFAULTS
12.2.2
-
APPS.PN_VAR_CONSTR_DEFAULTS_PKG dependencies on PN_VAR_CONSTR_DEFAULTS
12.1.1
-
APPS.PN_VAR_CONSTR_DEFAULTS_PKG SQL Statements
12.2.2
-
APPS.PN_VAR_CONSTR_DEFAULTS_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.PN_VAR_CONSTR_DEFAULTS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PN_VAR_CONSTR_DEFAULTS_ALL, status:VALID,
-
SYNONYM: APPS.PN_VAR_CONSTR_DEFAULTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PN_VAR_CONSTR_DEFAULTS_ALL, status:VALID,
-
VIEW: PN.PN_VAR_CONSTR_DEFAULTS_ALL#
12.2.2
owner:PN, object_type:VIEW, object_name:PN_VAR_CONSTR_DEFAULTS_ALL#, status:VALID,
-
APPS.PN_VAR_CONSTR_DEFAULTS_PKG dependencies on APP_EXCEPTION
12.2.2
-
APPS.PN_VAREN_PVT dependencies on PN_VAR_CONSTRAINTS_ALL
12.2.2
-
APPS.PN_VAR_CONSTR_DEFAULTS_PKG dependencies on APP_EXCEPTION
12.1.1
-
VIEW: PN.PN_VAR_CONSTR_DEFAULTS_ALL#
12.2.2
-
APPS.PN_VAR_RENT_PKG dependencies on PN_VAR_LINE_DEFAULTS_ALL
12.2.2
-
APPS.PN_VAR_RENT_PKG dependencies on PN_VAR_LINE_DEFAULTS_ALL
12.1.1
-
SYNONYM: APPS.PN_VAR_CONSTR_DEFAULTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PN_VAR_CONSTR_DEFAULTS, status:VALID,
-
TABLE: PN.PN_VAR_CONSTR_DEFAULTS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_CONSTR_DEFAULTS_ALL, object_name:PN_VAR_CONSTR_DEFAULTS_ALL, status:VALID,
-
TABLE: PN.PN_VAR_CONSTR_DEFAULTS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_CONSTR_DEFAULTS_ALL, object_name:PN_VAR_CONSTR_DEFAULTS_ALL, status:VALID,
-
APPS.PN_VAR_CONSTR_DEFAULTS_PKG dependencies on DUAL
12.1.1
-
APPS.PN_VAR_CONSTR_DEFAULTS_PKG dependencies on DUAL
12.2.2
-
PACKAGE BODY: APPS.PN_VAR_CONSTR_DEFAULTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PN_VAR_CONSTR_DEFAULTS_PKG, status:VALID,
-
SYNONYM: APPS.PN_VAR_CONSTR_DEFAULTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PN_VAR_CONSTR_DEFAULTS, status:VALID,
-
Table: PN_VAR_CONSTRAINTS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_CONSTRAINTS_ALL, object_name:PN_VAR_CONSTRAINTS_ALL, status:VALID, product: PN - Property Manager , description: Stores constraints to be applied to a period for the calculation of variable rent. , implementation_dba_data: PN.PN_VAR_CONSTRAINTS_ALL ,
-
PACKAGE BODY: APPS.PN_VAR_CONSTR_DEFAULTS_PKG
12.2.2
-
PACKAGE BODY: APPS.PN_VAR_CONSTR_DEFAULTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PN_VAR_CONSTR_DEFAULTS_PKG, status:VALID,
-
PACKAGE BODY: APPS.PN_VAR_DEFAULTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PN_VAR_DEFAULTS_PKG, status:VALID,
-
PACKAGE BODY: APPS.PN_VAR_CHG_CAL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PN_VAR_CHG_CAL_PKG, status:VALID,
-
PACKAGE BODY: APPS.PN_VAREN_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PN_VAREN_UTIL, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.PN_VAR_DEFAULTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PN_VAR_DEFAULTS_PKG, status:VALID,
-
PACKAGE BODY: APPS.PN_VAR_CONSTR_DEFAULTS_PKG
12.1.1
-
APPS.PN_VAR_RENT_PKG dependencies on PN_VAR_BKHD_DEFAULTS_PKG
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.PN_VAR_RENT_PKG dependencies on PN_VAR_BKHD_DEFAULTS_PKG
12.2.2
-
PACKAGE BODY: APPS.PN_VAR_CHG_CAL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PN_VAR_CHG_CAL_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2