Search Results pn_properties_all
Overview
The PN_PROPERTIES_ALL table is the central master data repository for property definitions within Oracle E-Business Suite Property Manager (PN). It stores the fundamental information that defines a property, which is a physical asset such as a building, land parcel, or other real estate holding managed by the organization. As a multi-organization (multi-org) enabled table, denoted by the "_ALL" suffix, it contains data for all operating units, with access controlled by the MOAC (Multi-Org Access Control) security model. This table is the primary source for all property-related transactions and serves as the parent record for numerous subsidiary tables in the module, forming the cornerstone of the property hierarchy and lease management structures.
Key Information Stored
While the provided metadata does not list specific columns, based on its role as the core properties table, PN_PROPERTIES_ALL typically contains key identifiers and descriptive attributes for each property record. The primary key is the PROPERTY_ID, a unique system-generated identifier. Essential columns generally include the PROPERTY_NAME and PROPERTY_NUMBER for identification, along with status flags (e.g., ACTIVE), classification codes, and dates for tracking the property lifecycle. Crucially, it includes the ORG_ID column to segregate data by operating unit, enabling the multi-org architecture. Other common attributes may encompass address information, area measurements, ownership details, and links to general ledger assets.
Common Use Cases and Queries
This table is fundamental for reporting, data extraction, and integration. Common use cases include generating property master lists, validating property IDs during data imports, and creating custom reports on the property portfolio. A typical query involves joining with related tables to build a comprehensive property profile. For instance, to retrieve a basic list of active properties for a specific operating unit, one might use:
- SELECT property_id, property_number, property_name FROM pn_properties_all WHERE org_id = :org_id AND active_flag = 'Y';
Another critical pattern is validating the existence of a property before inserting related records, such as locations or lease agreements, ensuring referential integrity in custom interfaces or extensions.
Related Objects
As indicated by the extensive foreign key relationships in the metadata, PN_PROPERTIES_ALL is referenced by nearly all major transactional and setup tables in Property Manager. The PROPERTY_ID column is the key join field. Documented child tables include:
- PN_LOCATIONS_ALL / PN_LOCATIONS_ITF: Stores specific spaces (e.g., floors, suites) within a property.
- PN_REC_AGREEMENTS_ALL: Stores lease agreements associated with the property.
- PN_REC_ARCL_ALL / PN_REC_EXPCL_ALL: Store recovery area and expense class definitions tied to the property.
- PN_REC_EXP_LINE_ALL / PN_REC_EXP_LINE_DTL_ALL / PN_REC_ARCL_DTLLN_ALL: Store detailed recovery and expense line items for leases, linked via the property.
- PN_REC_EXP_ITF: Serves as an interface table for importing property-related expense data.
This network of relationships underscores the table's role as the primary parent entity for property-centric data across the module.
-
Table: PN_PROPERTIES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_PROPERTIES_ALL, object_name:PN_PROPERTIES_ALL, status:VALID, product: PN - Property Manager , description: Stores the properties information. , implementation_dba_data: PN.PN_PROPERTIES_ALL ,
-
Table: PN_PROPERTIES_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_PROPERTIES_ALL, object_name:PN_PROPERTIES_ALL, status:VALID, product: PN - Property Manager , description: Stores the properties information. , implementation_dba_data: PN.PN_PROPERTIES_ALL ,
-
Table: PN_REC_ARCL_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_ARCL_ALL, object_name:PN_REC_ARCL_ALL, status:VALID, product: PN - Property Manager , description: Stores area class header information. , implementation_dba_data: PN.PN_REC_ARCL_ALL ,
-
Table: PN_REC_EXP_LINE_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_EXP_LINE_ALL, object_name:PN_REC_EXP_LINE_ALL, status:VALID, product: PN - Property Manager , description: Stores the expense lines header information. , implementation_dba_data: PN.PN_REC_EXP_LINE_ALL ,
-
Table: PN_REC_EXP_LINE_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_EXP_LINE_ALL, object_name:PN_REC_EXP_LINE_ALL, status:VALID, product: PN - Property Manager , description: Stores the expense lines header information. , implementation_dba_data: PN.PN_REC_EXP_LINE_ALL ,
-
Table: PN_REC_EXP_LINE_DTL_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_EXP_LINE_DTL_ALL, object_name:PN_REC_EXP_LINE_DTL_ALL, status:VALID, product: PN - Property Manager , description: Stores recovery expense lines and recovery expense line allocations information. , implementation_dba_data: PN.PN_REC_EXP_LINE_DTL_ALL ,
-
Table: PN_REC_AGREEMENTS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_AGREEMENTS_ALL, object_name:PN_REC_AGREEMENTS_ALL, status:VALID, product: PN - Property Manager , description: Recovery Agreement set up table , implementation_dba_data: PN.PN_REC_AGREEMENTS_ALL ,
-
Table: PN_REC_AGREEMENTS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_AGREEMENTS_ALL, object_name:PN_REC_AGREEMENTS_ALL, status:VALID, product: PN - Property Manager , description: Recovery Agreement set up table , implementation_dba_data: PN.PN_REC_AGREEMENTS_ALL ,
-
Table: PN_REC_EXP_LINE_DTL_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_EXP_LINE_DTL_ALL, object_name:PN_REC_EXP_LINE_DTL_ALL, status:VALID, product: PN - Property Manager , description: Stores recovery expense lines and recovery expense line allocations information. , implementation_dba_data: PN.PN_REC_EXP_LINE_DTL_ALL ,
-
Table: PN_REC_EXPCL_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_EXPCL_ALL, object_name:PN_REC_EXPCL_ALL, status:VALID, product: PN - Property Manager , description: Stores expense class setup information , implementation_dba_data: PN.PN_REC_EXPCL_ALL ,
-
Table: PN_REC_EXPCL_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_EXPCL_ALL, object_name:PN_REC_EXPCL_ALL, status:VALID, product: PN - Property Manager , description: Stores expense class setup information , implementation_dba_data: PN.PN_REC_EXPCL_ALL ,
-
Table: PN_REC_ARCL_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_ARCL_ALL, object_name:PN_REC_ARCL_ALL, status:VALID, product: PN - Property Manager , description: Stores area class header information. , implementation_dba_data: PN.PN_REC_ARCL_ALL ,
-
Table: PN_LOCATIONS_ITF
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LOCATIONS_ITF, object_name:PN_LOCATIONS_ITF, status:VALID, product: PN - Property Manager , description: Space definition data to be imported or exported in and out of Oracle Property Manager , implementation_dba_data: PN.PN_LOCATIONS_ITF ,
-
Table: PN_REC_EXP_ITF
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_EXP_ITF, object_name:PN_REC_EXP_ITF, status:VALID, product: PN - Property Manager , description: Recovery Expense Interface Table. , implementation_dba_data: PN.PN_REC_EXP_ITF ,
-
Table: PN_REC_EXP_ITF
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_EXP_ITF, object_name:PN_REC_EXP_ITF, status:VALID, product: PN - Property Manager , description: Recovery Expense Interface Table. , implementation_dba_data: PN.PN_REC_EXP_ITF ,
-
Table: PN_REC_ARCL_DTLLN_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_ARCL_DTLLN_ALL, object_name:PN_REC_ARCL_DTLLN_ALL, status:VALID, product: PN - Property Manager , description: Stores drilldown information associated with an area class detail , implementation_dba_data: PN.PN_REC_ARCL_DTLLN_ALL ,
-
Table: PN_LOCATIONS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LOCATIONS_ALL, object_name:PN_LOCATIONS_ALL, status:VALID, product: PN - Property Manager , description: Space definition , implementation_dba_data: PN.PN_LOCATIONS_ALL ,
-
Table: PN_LOCATIONS_ITF
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LOCATIONS_ITF, object_name:PN_LOCATIONS_ITF, status:VALID, product: PN - Property Manager , description: Space definition data to be imported or exported in and out of Oracle Property Manager , implementation_dba_data: PN.PN_LOCATIONS_ITF ,
-
Table: PN_REC_ARCL_DTLLN_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_REC_ARCL_DTLLN_ALL, object_name:PN_REC_ARCL_DTLLN_ALL, status:VALID, product: PN - Property Manager , description: Stores drilldown information associated with an area class detail , implementation_dba_data: PN.PN_REC_ARCL_DTLLN_ALL ,
-
Table: PN_LOCATIONS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LOCATIONS_ALL, object_name:PN_LOCATIONS_ALL, status:VALID, product: PN - Property Manager , description: Space definition , implementation_dba_data: PN.PN_LOCATIONS_ALL ,
-
View: PN_PLAND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_PLAND_V, object_name:PN_PLAND_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_PLAND_V ,
-
View: PN_XLA_EXTRACT_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_XLA_EXTRACT_HEADERS_V, object_name:PN_XLA_EXTRACT_HEADERS_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_XLA_EXTRACT_HEADERS_V ,
-
View: PN_PBUILDING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_PBUILDING_V, object_name:PN_PBUILDING_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_PBUILDING_V ,
-
View: PN_PLAND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_PLAND_V, object_name:PN_PLAND_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_PLAND_V ,
-
View: PN_PBUILDING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_PBUILDING_V, object_name:PN_PBUILDING_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_PBUILDING_V ,
-
View: PN_XLA_EXTRACT_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_XLA_EXTRACT_HEADERS_V, object_name:PN_XLA_EXTRACT_HEADERS_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_XLA_EXTRACT_HEADERS_V ,
-
View: PN_LOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_LOCATIONS_V, object_name:PN_LOCATIONS_V, status:VALID, product: PN - Property Manager , description: This view is used as form view for the Locations form PNSULOCN.fmb used for defining space & its attributes , implementation_dba_data: APPS.PN_LOCATIONS_V ,
-
View: PN_LOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_LOCATIONS_V, object_name:PN_LOCATIONS_V, status:VALID, product: PN - Property Manager , description: This view is used as form view for the Locations form PNSULOCN.fmb used for defining space & its attributes , implementation_dba_data: APPS.PN_LOCATIONS_V ,
-
View: PN_BUILDINGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_BUILDINGS_V, object_name:PN_BUILDINGS_V, status:VALID, product: PN - Property Manager , description: Form view used to view company information. , implementation_dba_data: APPS.PN_BUILDINGS_V ,
-
View: PN_BUILDINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_BUILDINGS_V, object_name:PN_BUILDINGS_V, status:VALID, product: PN - Property Manager , description: Form view used to view company information. , implementation_dba_data: APPS.PN_BUILDINGS_V ,
-
View: PN_LOCATIONS_PUB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_LOCATIONS_PUB_V, object_name:PN_LOCATIONS_PUB_V, status:VALID, product: PN - Property Manager , description: Public view used to view location information. , implementation_dba_data: APPS.PN_LOCATIONS_PUB_V ,
-
View: PN_LOCATIONS_PUB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_LOCATIONS_PUB_V, object_name:PN_LOCATIONS_PUB_V, status:VALID, product: PN - Property Manager , description: Public view used to view location information. , implementation_dba_data: APPS.PN_LOCATIONS_PUB_V ,