Search Results pn_addresses_all
Overview
The PN_ADDRESSES_ALL table is a core data object within the Oracle E-Business Suite (EBS) Property Manager (PN) module. It serves as the central repository for storing address information pertaining to locations and service providers managed by the application. Its role is to provide a standardized and reusable address model, ensuring consistent address data is linked to various entities across the Property Manager's functional landscape. As an "ALL" table, it is designed to support the multi-organization architecture of Oracle EBS, meaning it contains data for all operating units and is partitioned by the SET_OF_BOOKS_ID column.
Key Information Stored
While the provided metadata does not list specific columns, the table's primary purpose is to store comprehensive address attributes. Based on its function and standard Oracle EBS patterns, it typically holds columns such as ADDRESS_ID (the primary key), ADDRESS_LINE_1 through ADDRESS_LINE_4, CITY, STATE, POSTAL_CODE, COUNTRY, and COUNTY. It also includes columns for EBS architectural standards, including CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and the critical SET_OF_BOOKS_ID for multi-org partitioning. The ADDRESS_ID column uniquely identifies each address record and is the key referenced by foreign keys from related tables.
Common Use Cases and Queries
This table is fundamental for any process requiring address information for a property location or a service provider. Common use cases include generating location reports, validating service provider addresses for billing or communication, and supporting lease management by providing the physical addresses for leased properties. A typical query would join this table to a locations or sites table to retrieve a complete address for a specific entity. For example, to find addresses for active company sites, a developer might use a pattern such as:
- SELECT addr.address_line1, addr.city, addr.state, addr.postal_code
- FROM pn_addresses_all addr, pn_company_sites_all cs
- WHERE addr.address_id = cs.address_id
- AND cs.status = 'ACTIVE';
Reporting often involves this table to list all service provider addresses or to analyze the geographical distribution of managed properties.
Related Objects
The PN_ADDRESSES_ALL table has documented foreign key relationships with several other core Property Manager tables, as per the provided metadata. These relationships define how address data is consumed within the module:
- PN_COMPANY_SITES_ALL: References PN_ADDRESSES_ALL via the PN_COMPANY_SITES_ALL.ADDRESS_ID column. This links address records to specific company or service provider sites.
- PN_LOCATIONS_ALL: References PN_ADDRESSES_ALL via the PN_LOCATIONS_ALL.ADDRESS_ID column. This links address records to physical property locations being managed.
These relationships indicate that the ADDRESS_ID primary key from PN_ADDRESSES_ALL is the critical join column for retrieving address details for either a location or a company site. The table is also likely referenced by other PN module tables, views, and public APIs (e.g., PN_LOCATIONS_PUB) for data validation and transaction processing.
-
Table: PN_ADDRESSES_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_ADDRESSES_ALL, object_name:PN_ADDRESSES_ALL, status:VALID, product: PN - Property Manager , description: Information on locations and service providers , implementation_dba_data: PN.PN_ADDRESSES_ALL ,
-
Table: PN_ADDRESSES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_ADDRESSES_ALL, object_name:PN_ADDRESSES_ALL, status:VALID, product: PN - Property Manager , description: Information on locations and service providers , implementation_dba_data: PN.PN_ADDRESSES_ALL ,
-
APPS.PN_CAD_IMPORT dependencies on PN_ADDRESSES_ALL
12.2.2
-
APPS.PNT_LOCATIONS_PKG dependencies on PN_ADDRESSES_ALL
12.1.1
-
APPS.PNT_ADDR_PKG dependencies on PN_ADDRESSES_ALL
12.1.1
-
APPS.PNRX_RENT_LES dependencies on PN_ADDRESSES_ALL
12.2.2
-
APPS.PNRX_LEASE_OPTIONS dependencies on PN_ADDRESSES_ALL
12.2.2
-
APPS.PNT_ADDR_PKG dependencies on PN_ADDRESSES_ALL
12.2.2
-
APPS.PNRX_RENT_LES dependencies on PN_ADDRESSES_ALL
12.1.1
-
APPS.PNT_LOCATIONS_PKG dependencies on PN_ADDRESSES_ALL
12.1.1
-
APPS.PNT_LOCATIONS_PKG dependencies on PN_ADDRESSES_ALL
12.2.2
-
APPS.PNP_UTIL_FUNC dependencies on PN_ADDRESSES_ALL
12.2.2
-
APPS.PNP_UTIL_FUNC dependencies on PN_ADDRESSES_ALL
12.1.1
-
APPS.PNT_LOCATIONS_PKG dependencies on PN_ADDRESSES_ALL
12.2.2
-
APPS.PNRX_LEASE_OPTIONS dependencies on PN_ADDRESSES_ALL
12.1.1
-
APPS.PN_CAD_IMPORT dependencies on PN_ADDRESSES_ALL
12.1.1
-
APPS.PNT_LOCATIONS_PKG dependencies on PN_LOCATIONS_ALL
12.1.1
-
APPS.PNT_LOCATIONS_PKG dependencies on PN_LOCATIONS_ALL
12.2.2
-
APPS.PN_CAD_IMPORT dependencies on PN_LOCATIONS_ALL
12.2.2
-
APPS.PNT_ADDR_PKG SQL Statements
12.1.1
-
APPS.PNT_ADDR_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.PN_ADDRESSES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PN_ADDRESSES_ALL, status:VALID,
-
SYNONYM: APPS.PN_ADDRESSES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PN_ADDRESSES_ALL, status:VALID,
-
VIEW: PN.PN_ADDRESSES_ALL#
12.2.2
owner:PN, object_type:VIEW, object_name:PN_ADDRESSES_ALL#, status:VALID,
-
APPS.PNT_ADDR_PKG dependencies on DUAL
12.1.1
-
APPS.PNRX_RENT_LES dependencies on PN_LOCATIONS_ALL
12.1.1
-
VIEW: APPS.PN_LEASE_CONTACT_ASSIGN_V
12.2.2
-
APPS.PNRX_RENT_LES dependencies on FND_LOOKUPS
12.1.1
-
APPS.PNRX_RENT_LES dependencies on FND_LOOKUPS
12.2.2
-
VIEW: APPS.PN_LEASE_CONTACT_ASSIGN_V
12.1.1
-
Table: PN_COMPANY_SITES_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_COMPANY_SITES_ALL, object_name:PN_COMPANY_SITES_ALL, status:VALID, product: PN - Property Manager , description: Site information of a service provider , implementation_dba_data: PN.PN_COMPANY_SITES_ALL ,
-
VIEW: PN.PN_ADDRESSES_ALL#
12.2.2
-
VIEW: APPS.PN_ADDRESSES_ALL_DFV
12.2.2
-
APPS.PNT_ADDR_PKG dependencies on PN_ADDRESSES_S
12.1.1
-
APPS.PNT_ADDR_PKG dependencies on PN_ADDRESSES_S
12.2.2
-
APPS.PNRX_RENT_LES dependencies on PN_LOCATIONS_ALL
12.2.2
-
APPS.PNT_ADDR_PKG dependencies on DUAL
12.2.2
-
APPS.PNRX_LEASE_OPTIONS dependencies on PN_LOCATIONS_ALL
12.2.2
-
APPS.PNRX_LEASE_OPTIONS dependencies on PN_LOCATIONS_ALL
12.1.1
-
TABLE: PN.PN_ADDRESSES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_ADDRESSES_ALL, object_name:PN_ADDRESSES_ALL, status:VALID,
-
APPS.PNRX_LEASE_OPTIONS dependencies on FND_LOOKUPS
12.1.1
-
SYNONYM: APPS.PN_ADDRESSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PN_ADDRESSES, status:VALID,
-
APPS.PNRX_LEASE_OPTIONS dependencies on FND_LOOKUPS
12.2.2
-
PACKAGE BODY: APPS.PNT_ADDR_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PNT_ADDR_PKG, status:VALID,
-
Table: PN_COMPANY_SITES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_COMPANY_SITES_ALL, object_name:PN_COMPANY_SITES_ALL, status:VALID, product: PN - Property Manager , description: Site information of a service provider , implementation_dba_data: PN.PN_COMPANY_SITES_ALL ,
-
VIEW: APPS.PN_ADDRESSES_ALL_DFV
12.1.1
-
SYNONYM: APPS.PN_ADDRESSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PN_ADDRESSES, status:VALID,
-
VIEW: APPS.PN_COMPANY_SITES_V
12.2.2
-
VIEW: APPS.PN_LOCATIONS_ITF_V
12.2.2
-
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 ,