Search Results location_alias
Overview
APPS.PN_TRX_LEASE_REVENUE is a reporting view within the Oracle Property Manager (PN) module of Oracle E-Business Suite, shipped in releases 12.1.1 and 12.2.2. It exposes lease revenue and payment term information for real estate leases in a flattened, denormalized form that is convenient for reporting, extraction, and integration. The view is owned by the APPS schema, is registered in FND Design Data as PN.PN_TRX_LEASE_REVENUE, and carries a VALID status in the ETRM documentation.
The view type is documented as a multi-org view. It therefore restricts returned rows to the operating unit of the current session, relying on the standard FND_GLOBAL package context. This behavior means reports and integrations must run in the context of the correct operating unit or set the client_info environment variables appropriately; data belonging to other operating units is filtered out automatically. The view is primarily used by Oracle Property Manager lease billing and revenue reporting, and by custom extracts that need lease, customer, location, and payment term attributes in a single record.
Underlying Base Objects
The documented dependencies of APPS.PN_TRX_LEASE_REVENUE span several schemas within EBS:
- PN_PAYMENT_ITEMS — the transaction-level payment or billing item records; the source of PAYMENT_ITEM_ID.
- PN_PAYMENT_TERMS_ALL — payment term definitions supplying PAYMENT_TYPE and PAYMENT_PURPOSE.
- PN_LEASES_ALL — lease header information including LEASE_NUMBER and LEASE_NAME.
- PN_LOCATIONS_ALL — location hierarchy data yielding LOCATION_CODE.
- HZ_CUST_ACCOUNTS_ALL, HZ_CUST_SITE_USES_ALL, and HZ_PARTIES — Trading Community Architecture tables that supply CUSTOMER_NAME and CUSTOMER_SITE.
- FND_LOOKUPS — lookup value validation and display of flexibly defined codes.
- FND_GLOBAL — the package that supplies the operating unit context for the multi-org view predicate.
The presence of HZ and PN synonyms indicates the view joins lease administration data (PN) with customer master data (HZ). No Oracle-provided business logic beyond these joins is documented in the metadata.
Key Columns
- PAYMENT_ITEM_ID — NUMBER. Primary identifier of a payment or billing item row, populated from the PN_PAYMENT_ITEMS_S sequence.
- LEASE_NUMBER — VARCHAR2(30). Unique lease identifier. Populated manually, or automatically via PN_LEASES_NUM_S when the profile option "PN: Automatic Lease Number Generation" is set to Yes.
- LEASE_NAME — VARCHAR2(50). Descriptive name of the lease.
- CUSTOMER_NAME — VARCHAR2(240). Party name of the customer associated with the lease.
- CUSTOMER_SITE — VARCHAR2(40). Site use identifier for the customer's bill-to or lease site.
- PAYMENT_PURPOSE — VARCHAR2(80). Purpose of the term, such as rent, operating expense, or insurance.
- PAYMENT_TYPE — VARCHAR2(80). Term type, such as base, escalation, or pre-payment.
- LOCATION_CODE — VARCHAR2(90). Unique hierarchical location identifier generated from the location_alias entered by the user. Buildings, floors, and offices are each classified and combined; for example, building alias 3OP yields 3OP, a floor alias -02 yields 3OP-2, and an office alias -201 yields 3OP-02-201.
Common Use Cases and Queries
Typical uses include lease revenue reconciliations, rent roll and billing extracts, and interfaces that push lease transactions into external accounting or analytics systems. Because the LOCATION_CODE column is derived from location_alias, users searching for "location_alias" often query this view to resolve user-entered aliases to the generated codes.
A basic select restricting to the current operating unit:
- SELECT lease_number, lease_name, customer_name, payment_purpose, payment_type, location_code FROM apps.pn_trx_lease_revenue WHERE location_code LIKE '3OP%';
A join back to PN_PAYMENT_ITEMS to retrieve the underlying transaction detail by PAYMENT_ITEM_ID:
- SELECT r.lease_number, r.location_code, p.payment_item_id, p.amount FROM apps.pn_trx_lease_revenue r, apps.pn_payment_items p WHERE r.payment_item_id = p.payment_item_id;
Users should remember that without an operating unit context, the multi-org predicate may return no rows, so initialization via FND_GLOBAL or the standard report runtime is required.
-
VIEW: APPS.PN_TRX_LEASE_REVENUE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_TRX_LEASE_REVENUE, object_name:PN_TRX_LEASE_REVENUE, status:VALID,
-
VIEW: PN.PN_LOCATIONS_ALL#
12.2.2
-
VIEW: APPS.PN_TRX_LEASE_EXPENSE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_TRX_LEASE_EXPENSE, object_name:PN_TRX_LEASE_EXPENSE, status:VALID,
-
VIEW: APPS.PN_TRX_LEASE_REVENUE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_TRX_LEASE_REVENUE, object_name:PN_TRX_LEASE_REVENUE, status:VALID,
-
VIEW: APPS.PN_TRX_LEASE_EXPENSE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_TRX_LEASE_EXPENSE, object_name:PN_TRX_LEASE_EXPENSE, status:VALID,
-
VIEW: PN.PN_LOCATIONS_ITF#
12.2.2
-
APPS.PN_LOCATION_ALIAS_PKG SQL Statements
12.2.2
-
APPS.PN_LOCATION_ALIAS_PKG SQL Statements
12.1.1
-
VIEW: APPS.PN_LOCATIONS_ITF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_LOCATIONS_ITF_V, object_name:PN_LOCATIONS_ITF_V, status:VALID,
-
View: PN_FLOORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_FLOORS_V, object_name:PN_FLOORS_V, status:VALID, product: PN - Property Manager , description: Public view used to view Location information. , implementation_dba_data: APPS.PN_FLOORS_V ,
-
View: PN_FLOORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_FLOORS_V, object_name:PN_FLOORS_V, status:VALID, product: PN - Property Manager , description: Public view used to view Location information. , implementation_dba_data: APPS.PN_FLOORS_V ,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.PN_LOCATIONS_ITF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_LOCATIONS_ITF_V, object_name:PN_LOCATIONS_ITF_V, status:VALID,
-
VIEW: PN.PN_LOCATIONS_ALL#
12.2.2
owner:PN, object_type:VIEW, object_name:PN_LOCATIONS_ALL#, status:VALID,
-
TABLE: PN.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,
-
TABLE: PN.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
View: PN_OFFICES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_OFFICES_V, object_name:PN_OFFICES_V, status:VALID, product: PN - Property Manager , description: Public view used to view Location information. , implementation_dba_data: APPS.PN_OFFICES_V ,
-
View: PN_OFFICES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_OFFICES_V, object_name:PN_OFFICES_V, status:VALID, product: PN - Property Manager , description: Public view used to view Location information. , implementation_dba_data: APPS.PN_OFFICES_V ,
-
VIEW: APPS.PN_FLOORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_FLOORS_V, object_name:PN_FLOORS_V, status:VALID,
-
VIEW: PN.PN_LOCATIONS_ITF#
12.2.2
owner:PN, object_type:VIEW, object_name:PN_LOCATIONS_ITF#, status:VALID,
-
VIEW: APPS.PN_OFFICES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_OFFICES_V, object_name:PN_OFFICES_V, status:VALID,
-
VIEW: APPS.PN_FLOORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_FLOORS_V, object_name:PN_FLOORS_V, status:VALID,
-
VIEW: APPS.PN_FLOORS_V
12.2.2
-
VIEW: APPS.PN_FLOORS_V
12.1.1
-
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: APPS.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,
-
VIEW: APPS.PN_OFFICES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_OFFICES_V, object_name:PN_OFFICES_V, status:VALID,
-
VIEW: APPS.PN_OFFICES_V
12.1.1
-
VIEW: APPS.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,
-
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_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: APPS.PN_OFFICES_V
12.2.2
-
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: APPS.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,
-
VIEW: APPS.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,
-
PACKAGE BODY: APPS.PN_LOCATION_ALIAS_PKG
12.1.1
-
VIEW: APPS.PN_LOCATIONS_V
12.1.1
-
VIEW: APPS.PN_LOCATIONS_V
12.2.2
-
VIEW: APPS.PN_BUILDINGS_V
12.1.1
-
VIEW: APPS.PN_BUILDINGS_V
12.2.2
-
PACKAGE BODY: APPS.PN_LOCATION_ALIAS_PKG
12.2.2
-
TABLE: PN.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,
-
TABLE: PN.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,
-
VIEW: APPS.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,
-
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 ,
-
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: APPS.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,