Search Results service request tasks
The PN_ADDRESSES_ALL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data structure within the Property Manager (PN) module. It stores comprehensive address information for properties, lease agreements, and related entities managed in the system. This table serves as a centralized repository for all address-related data, ensuring consistency and accessibility across various transactional and reporting processes in Oracle EBS.
Table Structure and Key Columns
ThePN_ADDRESSES_ALL
table contains the following key columns:
- ADDRESS_ID: Primary key identifier for each address record.
- ADDRESS_LINE_1 to ADDRESS_LINE_4: Detailed street address components.
- CITY, STATE, POSTAL_CODE, PROVINCE, COUNTY: Geographic subdivisions of the address.
- COUNTRY: ISO country code for international addresses.
- STATUS: Indicates whether the address is active or inactive.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY: Standard Oracle audit columns.
Functional Integration
The table integrates with multiple Oracle EBS modules:- Property Manager (PN): Primary module utilizing this table for property and lease address storage.
- Accounts Payable (AP): Vendor address information may reference PN_ADDRESSES_ALL.
- Accounts Receivable (AR): Customer billing addresses may link to this table.
- General Ledger (GL): Legal entity addresses may be stored here.
Technical Considerations
Key technical aspects of the table include:- Multi-Org Architecture: The "_ALL" suffix indicates the table contains data for all operating units.
- Indexing Strategy: Typically indexed on ADDRESS_ID, COUNTRY, and POSTAL_CODE for performance.
- Validation Rules: Enforces address format standards through validation triggers.
- Storage Parameters: In 12.2.2, may utilize Oracle's Advanced Compression for space efficiency.
Data Relationships
The table maintains foreign key relationships with:PN_PROPERTIES_ALL
: Property location addressesPN_LEASES_ALL
: Lessor/Lessee addressesPN_LOCATIONS_ALL
: Physical location details
Customization Considerations
When extending the table:- Additional columns should follow Oracle's extension standards
- Custom validation logic must maintain data integrity
- Extensions should be registered in Oracle Application Developer
Upgrade Implications
Between 12.1.1 and 12.2.2:- Table structure remains largely consistent
- New validation rules may be introduced in 12.2.2
- Performance optimizations in later version
Best Practices
Recommended approaches for working with this table:- Use Oracle's address validation APIs rather than direct SQL
- Maintain address standardization across all modules
- Regularly purge obsolete addresses to maintain performance
PN_ADDRESSES_ALL
table represents a fundamental component of Oracle EBS's address management infrastructure, particularly within the Property Manager module. Its design reflects Oracle's comprehensive approach to global address handling, with flexibility to accommodate diverse international address formats while maintaining strict data integrity through relational constraints and validation logic.
-
File: Service Provider.pdf
12.1.1
product: PN - Property Manager , size: 36.567 KBytes , file_type: PDF Diagram ,
-
File: Service Provider.pdf
12.2.2
product: PN - Property Manager , size: 36.567 KBytes , file_type: PDF Diagram ,
-
Lookup Type: PN_OBLIGATION_FIN_RESP_PARTY
12.1.1
product: PN - Property Manager , meaning: PN OBLIGATION FIN RESP PARTY , description: Obligation's financial responsible party ,
-
Lookup Type: PN_OBLIGATION_FIN_RESP_PARTY
12.2.2
product: PN - Property Manager , meaning: PN OBLIGATION FIN RESP PARTY , description: Obligation's financial responsible party ,
-
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 ,
-
Table: PN_CONTACTS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_CONTACTS_ALL, object_name:PN_CONTACTS_ALL, status:VALID, product: PN - Property Manager , description: Contact information identified at the site level of a service provider , implementation_dba_data: PN.PN_CONTACTS_ALL ,
-
Lookup Type: PN_LANDLORD_SERVICE_TYPE
12.1.1
product: PN - Property Manager , meaning: PN LANDLORD SERVICE TYPE , description: Landlord Services ,
-
Table: PN_CONTACTS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_CONTACTS_ALL, object_name:PN_CONTACTS_ALL, status:VALID, product: PN - Property Manager , description: Contact information identified at the site level of a service provider , implementation_dba_data: PN.PN_CONTACTS_ALL ,
-
Lookup Type: PN_LANDLORD_SERVICE_TYPE
12.2.2
product: PN - Property Manager , meaning: PN LANDLORD SERVICE TYPE , description: Landlord Services ,
-
Table: PN_LANDLORD_SERVICE_HISTORY
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LANDLORD_SERVICE_HISTORY, object_name:PN_LANDLORD_SERVICE_HISTORY, status:VALID, product: PN - Property Manager , description: Track changes in the service provided by the landlord to the tenant , implementation_dba_data: PN.PN_LANDLORD_SERVICE_HISTORY ,
-
Lookup Type: PN_LOCATION_FEATURE_TYPE
12.2.2
product: PN - Property Manager , meaning: PN LOCATION FEATURE TYPE , description: Location Features ,
-
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 ,
-
Table: PN_COMPANIES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_COMPANIES_ALL, object_name:PN_COMPANIES_ALL, status:VALID, product: PN - Property Manager , description: Information pertaining to a service provider , implementation_dba_data: PN.PN_COMPANIES_ALL ,
-
Table: PN_LANDLORD_SERVICE_HISTORY
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LANDLORD_SERVICE_HISTORY, object_name:PN_LANDLORD_SERVICE_HISTORY, status:VALID, product: PN - Property Manager , description: Track changes in the service provided by the landlord to the tenant , implementation_dba_data: PN.PN_LANDLORD_SERVICE_HISTORY ,
-
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 ,
-
Table: PN_COMPANIES_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_COMPANIES_ALL, object_name:PN_COMPANIES_ALL, status:VALID, product: PN - Property Manager , description: Information pertaining to a service provider , implementation_dba_data: PN.PN_COMPANIES_ALL ,
-
Lookup Type: PN_LOCATION_FEATURE_TYPE
12.1.1
product: PN - Property Manager , meaning: PN LOCATION FEATURE TYPE , description: Location Features ,
-
Table: PN_CONTACT_ASSIGNMENTS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_CONTACT_ASSIGNMENTS_ALL, object_name:PN_CONTACT_ASSIGNMENTS_ALL, status:VALID, product: PN - Property Manager , description: Llinks locations or leases with the site of a service provider. , implementation_dba_data: PN.PN_CONTACT_ASSIGNMENTS_ALL ,
-
Table: PN_CONTACT_ASSIGNMENTS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_CONTACT_ASSIGNMENTS_ALL, object_name:PN_CONTACT_ASSIGNMENTS_ALL, status:VALID, product: PN - Property Manager , description: Llinks locations or leases with the site of a service provider. , implementation_dba_data: PN.PN_CONTACT_ASSIGNMENTS_ALL ,