Search Results pn_companies_all
Overview
The PN_COMPANIES_ALL table is a core master data table within the Oracle E-Business Suite Property Manager (PN) module. It serves as the central repository for storing information pertaining to service providers, which are external entities that provide services related to property management, such as lessors, lessees, brokers, insurance companies, and maintenance vendors. This table is fundamental for establishing and managing the business relationships and contractual obligations that are central to property portfolio administration. As an "ALL" table, it is partitioned by the SET_OF_BOOKS_ID, enabling it to store data for multiple operating units within a single installation, which is a standard design pattern for multi-org capable tables in Oracle EBS.
Key Information Stored
The table's primary key is COMPANY_ID, which uniquely identifies each service provider record. While the full column list is not detailed in the provided metadata, standard columns for such a master table typically include COMPANY_NAME, COMPANY_NUMBER, and the critical PARENT_COMPANY_ID, which establishes a hierarchical relationship between companies within the same table. Other common attributes would capture the company's status, type (e.g., lessor, vendor), contact details, and the standard WHO columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY). The SET_OF_BOOKS_ID column is also a key structural attribute that enables the multi-org partitioning of data.
Common Use Cases and Queries
This table is primarily accessed to support the management of lease agreements and service contracts. Common business scenarios include generating a list of all active lessors for a specific operating unit, identifying the hierarchical structure of a corporate lessee, or selecting vendors for a property maintenance request. A typical query pattern involves joining to related tables to get a complete view of a provider. For example, to retrieve a company and its primary address, one might join to PN_COMPANY_SITES_ALL. A basic reporting query to list companies would follow the pattern: SELECT company_id, company_name, company_number FROM pn_companies_all WHERE set_of_books_id = :sob_id AND status = 'A' ORDER BY company_name. This table is also critical for data validation in transactional forms and for integration with other modules like Payables and Purchasing.
Related Objects
The PN_COMPANIES_ALL table maintains several key relationships within the Property Manager schema, as documented by its foreign key constraints. It has a recursive relationship with itself via the PARENT_COMPANY_ID column, allowing for organizational hierarchies. The table is the primary parent for the following key transactional and setup tables:
- PN_COMPANY_SITES_ALL: Links companies to their physical or administrative addresses via COMPANY_ID.
- PN_CONTACT_ASSIGNMENTS_ALL: Associates specific contacts with a company using COMPANY_ID.
- PN_CONTACT_ASSIGN_HISTORY: Tracks historical changes to contact assignments for a company, also linked by COMPANY_ID.
-
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_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 ,
-
APPS.PN_LEASE_PVT dependencies on PN_COMPANIES_ALL
12.2.2
-
APPS.PNT_COMP_SITE_PKG dependencies on PN_COMPANIES_ALL
12.2.2
-
APPS.PN_CONTACT_ASSIGNMENTS_PKG dependencies on PN_COMPANIES_ALL
12.1.1
-
APPS.PNT_COMP_PKG dependencies on PN_COMPANIES_ALL
12.1.1
-
APPS.PN_LEASE_UTILS dependencies on PN_COMPANIES_ALL
12.2.2
-
APPS.PN_CONTACT_ASSIGNMENTS_PKG dependencies on PN_COMPANIES_ALL
12.2.2
-
APPS.PNT_COMP_PKG dependencies on PN_COMPANIES_ALL
12.2.2
-
APPS.PNT_COMP_SITE_PKG dependencies on PN_COMPANIES_ALL
12.1.1
-
APPS.PNT_COMP_PKG SQL Statements
12.1.1
-
APPS.PNT_COMP_PKG SQL Statements
12.2.2
-
VIEW: APPS.PN_COMPANIES_ALL_DFV
12.1.1
-
APPS.PNT_COMP_PKG dependencies on DUAL
12.1.1
-
APPS.PNT_COMP_PKG dependencies on DUAL
12.2.2
-
VIEW: PN.PN_COMPANIES_ALL#
12.2.2
owner:PN, object_type:VIEW, object_name:PN_COMPANIES_ALL#, status:VALID,
-
VIEW: APPS.PN_COMPANIES_ALL_DFV
12.2.2
-
VIEW: APPS.PN_CONTACT_ASSIGN_HISTORY_V
12.1.1
-
SYNONYM: APPS.PN_COMPANIES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PN_COMPANIES_ALL, status:VALID,
-
SYNONYM: APPS.PN_COMPANIES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PN_COMPANIES_ALL, status:VALID,
-
VIEW: APPS.PN_CONTACT_ASSIGN_HISTORY_V
12.2.2
-
APPS.PN_LEASE_UTILS dependencies on PN_COMPANY_SITES_ALL
12.2.2
-
VIEW: APPS.PN_COMPANIES_V
12.2.2
-
VIEW: PN.PN_COMPANIES_ALL#
12.2.2
-
VIEW: APPS.PN_CONTACT_ASSIGNMENTS_V
12.2.2
-
VIEW: APPS.PN_LOCATION_CONTACT_ASSIGN_V
12.2.2
-
VIEW: APPS.PN_CONTACT_ASSIGNMENTS_V
12.1.1
-
VIEW: APPS.PN_COMPANIES_V
12.1.1
-
VIEW: APPS.PN_LOCATION_CONTACT_ASSIGN_V
12.1.1
-
VIEW: APPS.PN_LEASE_CONTACT_ASSIGN_V
12.1.1
-
View: PN_CONTACT_ASSIGN_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_CONTACT_ASSIGN_HISTORY_V, object_name:PN_CONTACT_ASSIGN_HISTORY_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_CONTACT_ASSIGN_HISTORY_V ,
-
PACKAGE BODY: APPS.PNT_COMP_PKG
12.2.2
-
VIEW: APPS.PN_LANDLORD_SERVICE_HISTORY_V
12.1.1
-
VIEW: APPS.PN_LANDLORD_SERVICE_HISTORY_V
12.2.2
-
View: PN_CONTACT_ASSIGN_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_CONTACT_ASSIGN_HISTORY_V, object_name:PN_CONTACT_ASSIGN_HISTORY_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_CONTACT_ASSIGN_HISTORY_V ,
-
TABLE: PN.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,
-
SYNONYM: APPS.PN_COMPANIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PN_COMPANIES, status:VALID,
-
PACKAGE BODY: APPS.PNT_COMP_PKG
12.1.1
-
VIEW: APPS.PN_LANDLORD_SERVICES_V
12.2.2
-
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.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,
-
VIEW: APPS.PN_LEASE_CONTACT_ASSIGN_V
12.2.2
-
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_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_ASSIGN_HISTORY
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_CONTACT_ASSIGN_HISTORY, object_name:PN_CONTACT_ASSIGN_HISTORY, status:VALID, product: PN - Property Manager , description: Track changes in contacts linked to the lease , implementation_dba_data: PN.PN_CONTACT_ASSIGN_HISTORY ,
-
VIEW: APPS.PN_LANDLORD_SERVICES_V
12.1.1
-
SYNONYM: APPS.PN_COMPANIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PN_COMPANIES, status:VALID,
-
PACKAGE BODY: APPS.PN_CONTACT_ASSIGNMENTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PN_CONTACT_ASSIGNMENTS_PKG, status:VALID,
-
View: PN_LANDLORD_SERVICE_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_LANDLORD_SERVICE_HISTORY_V, object_name:PN_LANDLORD_SERVICE_HISTORY_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_LANDLORD_SERVICE_HISTORY_V ,
-
VIEW: APPS.PN_COMPANIES_ALL_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:PN_COMPANIES_ALL_DFV, status:VALID,