Search Results pn_lease_change_type
Overview
APPS.PN_LEASE_TRANSACTIONS_V is a reporting view in the Oracle E-Business Suite Property Manager (ETRM) module. It presents lease transaction records joined to their descriptive change types, the associated lease change identifiers, and the name of the user who created each record. The view is defined over the lease transaction and lease change base objects and enriches them with decoded lookup meanings, providing a denormalized, human-readable projection of lease activity suitable for reporting and integration.
Because it is a view rather than a table, it carries no independent storage and inherits the security model of its base objects, including the ORG_ID column exposed for multi-organization access control. The view is owned by the APPS schema and is the object referenced in the ETRM 12.2.2 documentation.
Underlying Base Objects
The view is defined over the following documented base objects:
- PN_LEASE_TRANSACTIONS (SYNONYM) — the driving table. It supplies the primary key LEASE_TRANSACTION_ID, the LEASE_ID, LOCATION_ID, TRANSACTION_TYPE, DATE_EFFECTIVE, audit columns, and ORG_ID.
- PN_LEASE_CHANGES_ALL (SYNONYM) — joined on LEASE_TRANSACTION_ID to supply LEASE_CHANGE_ID.
- FND_LOOKUPS (VIEW) — joined on LOOKUP_CODE = TRANSACTION_TYPE with LOOKUP_TYPE = 'PN_LEASE_CHANGE_TYPE' to supply the decoded TRANSACTION_TYPE meaning. This is the object directly relevant to the search term pn_lease_change_type.
- FND_USER (SYNONYM) — joined on USER_ID = CREATED_BY to supply the creator's user name.
- FND_GLOBAL (PACKAGE) — referenced for session and organization context.
Unlike a table, the view does not enforce referential constraints itself; correctness depends on the underlying keys. All joins are inner joins, so a lease transaction appears only when a matching lookup, change record, and user exist.
Key Columns
- ROW_ID — the ROWID of the PN_LEASE_TRANSACTIONS row.
- LEASE_TRANSACTION_ID — primary transaction identifier.
- LEASE_ID — the parent lease.
- LOCATION_ID — the location associated with the transaction.
- TRANSACTION_TYPE_CODE — the raw TRANSACTION_TYPE code stored in PN_LEASE_TRANSACTIONS.
- TRANSACTION_TYPE — the decoded lookup meaning for lookup type PN_LEASE_CHANGE_TYPE.
- LEASE_CHANGE_ID — identifier from PN_LEASE_CHANGES_ALL.
- DATE_EFFECTIVE — the effective date of the transaction.
- CREATED_BY_NAME — the FND_USER user_name of the creator.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — standard audit columns.
- ORG_ID — the operating unit, used for multi-org filtering.
Common Use Cases and Queries
Typical uses include lease change reporting, audit of who created transactions, and integration extracts keyed on lease change types.
List decoded transaction types for a lease:
SELECT lease_transaction_id, transaction_type,
transaction_type_code, date_effective
FROM apps.pn_lease_transactions_v
WHERE lease_id = :p_lease_id
ORDER BY date_effective;
Find transactions by decoded change type:
SELECT lease_id, transaction_type, created_by_name FROM apps.pn_lease_transactions_v WHERE transaction_type = 'Rent Increase' AND org_id = :p_org_id;
Audit transactions created by a user:
SELECT lease_transaction_id, lease_change_id,
transaction_type, creation_date
FROM apps.pn_lease_transactions_v
WHERE created_by_name = :p_user_name;
Queries should be constrained by ORG_ID to respect multi-organization security.
-
Lookup Type: PN_LEASE_CHANGE_TYPE
12.1.1
product: PN - Property Manager , meaning: PN LEASE CHANGE TYPE , description: Lease Transaction Type ,
-
Lookup Type: PN_LEASE_CHANGE_TYPE
12.2.2
product: PN - Property Manager , meaning: PN LEASE CHANGE TYPE , description: Lease Transaction Type ,
-
VIEW: APPS.PN_LEASE_TRANSACTIONS_V
12.2.2
-
VIEW: APPS.PN_LEASE_TRANSACTIONS_V
12.1.1
-
VIEW: APPS.PN_TERM_HISTORY_HEADER_V
12.1.1
-
VIEW: APPS.PN_TERM_HISTORY_HEADER_V
12.2.2
-
VIEW: APPS.PN_LEASE_CHANGES_V
12.1.1
-
VIEW: APPS.PN_LEASE_CHANGES_V
12.2.2
-
View: PN_LEASE_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_LEASE_TRANSACTIONS_V, object_name:PN_LEASE_TRANSACTIONS_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_LEASE_TRANSACTIONS_V ,
-
View: PN_LEASE_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_LEASE_TRANSACTIONS_V, object_name:PN_LEASE_TRANSACTIONS_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_LEASE_TRANSACTIONS_V ,
-
View: PN_TERM_HISTORY_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_TERM_HISTORY_HEADER_V, object_name:PN_TERM_HISTORY_HEADER_V, status:VALID, product: PN - Property Manager , description: Term History Header Form View. , implementation_dba_data: APPS.PN_TERM_HISTORY_HEADER_V ,
-
12.1.1 FND Design Data
12.1.1
-
View: PN_TERM_HISTORY_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_TERM_HISTORY_HEADER_V, object_name:PN_TERM_HISTORY_HEADER_V, status:VALID, product: PN - Property Manager , description: Term History Header Form View. , implementation_dba_data: APPS.PN_TERM_HISTORY_HEADER_V ,
-
12.2.2 FND Design Data
12.2.2
-
View: PN_LEASE_CHANGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_LEASE_CHANGES_V, object_name:PN_LEASE_CHANGES_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_LEASE_CHANGES_V ,
-
View: PN_LEASE_CHANGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_LEASE_CHANGES_V, object_name:PN_LEASE_CHANGES_V, status:VALID, product: PN - Property Manager , implementation_dba_data: APPS.PN_LEASE_CHANGES_V ,
-
TABLE: PN.PN_LEASE_TRANSACTIONS_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LEASE_TRANSACTIONS_ALL, object_name:PN_LEASE_TRANSACTIONS_ALL, status:VALID,
-
VIEW: APPS.PN_TERM_HISTORY_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_TERM_HISTORY_HEADER_V, object_name:PN_TERM_HISTORY_HEADER_V, status:VALID,
-
TABLE: PN.PN_LEASE_TRANSACTIONS_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LEASE_TRANSACTIONS_ALL, object_name:PN_LEASE_TRANSACTIONS_ALL, status:VALID,
-
VIEW: APPS.PN_TERM_HISTORY_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_TERM_HISTORY_HEADER_V, object_name:PN_TERM_HISTORY_HEADER_V, status:VALID,
-
VIEW: APPS.PN_LEASE_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_LEASE_TRANSACTIONS_V, object_name:PN_LEASE_TRANSACTIONS_V, status:VALID,
-
VIEW: APPS.PN_LEASE_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_LEASE_TRANSACTIONS_V, object_name:PN_LEASE_TRANSACTIONS_V, status:VALID,
-
TABLE: PN.PN_LEASE_CHANGES_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LEASE_CHANGES_ALL, object_name:PN_LEASE_CHANGES_ALL, status:VALID,
-
TABLE: PN.PN_LEASE_CHANGES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_LEASE_CHANGES_ALL, object_name:PN_LEASE_CHANGES_ALL, 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. ,