Search Results pn_space_assign_cust_pub_v
Overview
The PN_SPACE_ASSIGN_CUST_PUB_V view is a public, API-facing database object owned by the APPS schema within the Oracle E-Business Suite Property Manager (PN) module. Its documented purpose is to expose customer space assignment information for reporting and integration purposes. In EBS 12.1.1 and 12.2.2, the PN product manages the leasing, allocation, and utilization of physical space, and this view serves as the sanctioned, denormalized read interface over the underlying transactional table that stores customer assignments to locations. Rather than requiring external consumers to join the base assignment table to several Oracle Customers (HZ) and Property Manager (PN) master tables themselves, the view presents a single, business-friendly result set. It is referenced by the documented search term cust_space_assign_id, which is the primary key of the underlying record and the natural join and filter key for any query against this view.
Underlying Base Objects
Per the ETRM 12.2.2 metadata, the view is defined over the following objects:
- PN_SPACE_ASSIGN_CUST_ALL (synonym) — the core transactional table holding customer space assignment records; it supplies the CUST_SPACE_ASSIGN_ID primary key and the attribute, date, and area columns.
- PN_LOCATIONS_ALL (synonym) — supplies the location details, including location code, suite, and unit-of-measure.
- HZ_CUST_ACCOUNTS_ALL (synonym) — provides customer account status.
- HZ_PARTIES (synonym) — resolves the customer name and SIC code.
- HZ_CUST_SITE_USES_ALL (synonym) — provides the customer site identifier and address location.
- HZ_CUSTOMER_PROFILES (synonym) — supplies the profile class name.
- HZ_CUST_PROFILE_CLASSES (synonym) — joins to the profile class.
- AR_LOOKUPS (view) — resolves lookup meanings for customer category and customer class.
The view therefore functions as a convenience join layer connecting the space assignment transaction to the Trading Community Architecture (TCA) customer model and Property Manager location master data.
Key Columns
The view exposes a wide set of columns. The principal identifier is CUST_SPACE_ASSIGN_ID, the unique key for a customer assignment. LOCATION_ID and the aliased location columns (LOCATION_CODE, LOCATION_SUITE_NAME, LOCATION_TYPE_LOOKUP_CODE) describe the physical space. Customer identity is carried by CUST_ACCOUNT_ID, CUSTOMER_NAME, SITE_USE_ID, and CUSTOMER_SITE. Classification and status appear through CUSTOMER_CATEGORY, CUSTOMER_CLASS, PROFILE_CLASS, SIC_CODE, and CUSTOMER_STATUS. Lease and financial linkage is provided by PROJECT_ID, TASK_ID, LEASE_ID, and EXPENSE_ACCOUNT_ID. Area and occupancy metrics include ALLOCATED_AREA_PCT, ALLOCATED_AREA, UTILIZED_AREA, and UOM_CODE. Date ranges are captured by CUST_ASSIGN_START_DATE and CUST_ASSIGN_END_DATE. Standard audit and descriptive flexfield columns (ATTRIBUTE1 through ATTRIBUTE15, ATTRIBUTE_CATEGORY) are also exposed, along with ORG_ID for multi-org security.
Common Use Cases and Queries
Typical scenarios include reporting on which customers occupy which locations, calculating allocated versus utilized area, and integrating customer assignments into external systems. The following query retrieves active assignments for a given organization:
SELECT cust_space_assign_id, customer_name, location_code, cust_assign_start_date, cust_assign_end_date, allocated_area FROM pn_space_assign_cust_pub_v WHERE org_id = :p_org_id AND (cust_assign_end_date IS NULL OR cust_assign_end_date > SYSDATE);
To resolve a specific record by the documented search term, the assignment ID is used directly:
SELECT * FROM pn_space_assign_cust_pub_v WHERE cust_space_assign_id = :p_id;
Because the view joins TCA and Property Manager masters, it is well suited to discoverer reports, BI Publisher data templates, and interface extracts that require customer, location, and area data in one retrieval pass.
-
View: PN_SPACE_ASSIGN_CUST_PUB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_SPACE_ASSIGN_CUST_PUB_V, object_name:PN_SPACE_ASSIGN_CUST_PUB_V, status:VALID, product: PN - Property Manager , description: Public view used to view customer assignment information , implementation_dba_data: APPS.PN_SPACE_ASSIGN_CUST_PUB_V ,
-
View: PN_SPACE_ASSIGN_CUST_PUB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_SPACE_ASSIGN_CUST_PUB_V, object_name:PN_SPACE_ASSIGN_CUST_PUB_V, status:VALID, product: PN - Property Manager , description: Public view used to view customer assignment information , implementation_dba_data: APPS.PN_SPACE_ASSIGN_CUST_PUB_V ,
-
SYNONYM: APPS.PN_SPACE_ASSIGN_CUST_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PN_SPACE_ASSIGN_CUST_ALL, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.PN_SPACE_ASSIGN_CUST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PN_SPACE_ASSIGN_CUST_ALL, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.HZ_CUST_PROFILE_CLASSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_PROFILE_CLASSES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.HZ_CUST_PROFILE_CLASSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_PROFILE_CLASSES, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.PN_LOCATIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PN_LOCATIONS_ALL, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNTS_ALL, status:VALID,
-
SYNONYM: APPS.PN_LOCATIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PN_LOCATIONS_ALL, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNTS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNTS_ALL, status:VALID,
-
SYNONYM: APPS.HZ_CUSTOMER_PROFILES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUSTOMER_PROFILES, status:VALID,
-
SYNONYM: APPS.HZ_CUSTOMER_PROFILES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUSTOMER_PROFILES, status:VALID,
-
VIEW: APPS.PN_SPACE_ASSIGN_CUST_PUB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_SPACE_ASSIGN_CUST_PUB_V, object_name:PN_SPACE_ASSIGN_CUST_PUB_V, status:VALID,
-
VIEW: APPS.PN_SPACE_ASSIGN_CUST_PUB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_SPACE_ASSIGN_CUST_PUB_V, object_name:PN_SPACE_ASSIGN_CUST_PUB_V, status:VALID,
-
SYNONYM: APPS.HZ_CUST_SITE_USES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_SITE_USES_ALL, status:VALID,
-
SYNONYM: APPS.HZ_CUST_SITE_USES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_SITE_USES_ALL, status:VALID,
-
VIEW: APPS.AR_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LOOKUPS, object_name:AR_LOOKUPS, status:VALID,
-
VIEW: APPS.AR_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LOOKUPS, object_name:AR_LOOKUPS, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
eTRM - PN Tables and Views
12.1.1
description: Interface table to contain batch lines information. ,
-
eTRM - PN Tables and Views
12.2.2
description: Interface table to contain batch lines information. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - PN Tables and Views
12.1.1
description: Interface table to contain batch lines information. ,
-
eTRM - PN Tables and Views
12.2.2
description: Interface table to contain batch lines information. ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,