Search Results rent related terms
The PN_INDEX_EXCLUDE_TERM_ALL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component within the Property Manager (PN) module, specifically designed to manage lease indexing functionality. This table stores terms that should be excluded from full-text indexing operations, ensuring that irrelevant or redundant words are not processed during lease document searches. Below is a detailed analysis of its structure, purpose, and integration within Oracle EBS.
Purpose and Functional Overview
ThePN_INDEX_EXCLUDE_TERM_ALL
table acts as a repository for terms that are flagged to be omitted from lease document indexing. This exclusion mechanism enhances search efficiency by preventing common or insignificant words (e.g., "and," "the," or legal boilerplate terms) from being indexed, thereby optimizing storage and query performance. The table is leveraged by Oracle Text, Oracle's full-text indexing technology, to refine search results in Property Manager.
Table Structure and Key Columns
The table comprises the following key columns:- TERM_ID: A unique identifier for each excluded term.
- TERM: The actual word or phrase to be excluded from indexing (case-insensitive by default).
- DESCRIPTION: Optional field for administrative notes about the term's exclusion.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE: Standard Oracle EBS audit columns tracking record creation/modification.
- LAST_UPDATE_LOGIN: Captures the login session ID of the last user who modified the record.
Integration with Oracle Text and Lease Indexing
In Oracle EBS Property Manager, lease documents often undergo full-text indexing to enable advanced search capabilities. ThePN_INDEX_EXCLUDE_TERM_ALL
table integrates with Oracle Text's stoplist feature, which filters out excluded terms during indexing. When a lease document is processed:
- Oracle Text references the terms in
PN_INDEX_EXCLUDE_TERM_ALL
to build a dynamic stoplist. - Terms matching entries in the table are skipped during index creation, reducing index size and improving query speed.
Configuration and Customization
Administrators can populate this table manually via Oracle EBS forms or programmatically using PL/SQL scripts. Typical use cases include:- Adding industry-specific jargon or legal terms that add no value to searches.
- Excluding high-frequency words to declutter search results.
Impact on Performance and Maintenance
Proper maintenance ofPN_INDEX_EXCLUDE_TERM_ALL
is crucial for:
- Index Size: Fewer indexed terms reduce storage overhead.
- Search Accuracy: Eliminating noise terms improves relevance in search results.
- Reindexing Efficiency: Excluded terms streamline periodic reindexing tasks.
Version-Specific Considerations
In both EBS 12.1.1 and 12.2.2, the table's schema remains consistent, but 12.2.2 may offer enhanced integration with Oracle Text's newer features. For example, 12.2.2 supports advanced stoplist management through REST APIs, though the core functionality ofPN_INDEX_EXCLUDE_TERM_ALL
remains unchanged.
Conclusion
ThePN_INDEX_EXCLUDE_TERM_ALL
table is a specialized yet pivotal element in Oracle EBS Property Manager, optimizing lease document indexing by excluding non-essential terms. Its proper configuration directly impacts system performance and user experience in lease-related searches. Organizations should periodically review and update excluded terms to align with evolving lease documentation standards.
-
File: Rent Schedules.pdf
12.2.2
product: PN - Property Manager , size: 80.662 KBytes , file_type: PDF Diagram ,
-
File: Rent Schedules.pdf
12.1.1
product: PN - Property Manager , size: 80.662 KBytes , file_type: PDF Diagram ,
-
Concurrent Program: PNVRTERM
12.1.1
execution_filename: PN_VARIABLE_TERM_PKG.Create_Payment_Term_Batch , product: PN - Property Manager , user_name: PNVRTERM , description: Create Variable Rent Terms , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PNVRTERM
12.2.2
execution_filename: PN_VARIABLE_TERM_PKG.Create_Payment_Term_Batch , product: PN - Property Manager , user_name: PNVRTERM , description: Create Variable Rent Terms , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PNVRAPPR
12.1.1
execution_filename: PN_APPROVE_VARENT_PKG.Approve_Payment_Term_Batch , product: PN - Property Manager , user_name: PNVRAPPR , description: Approve Variable Rent Payment Terms , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PNVRAPPR
12.2.2
execution_filename: PN_APPROVE_VARENT_PKG.Approve_Payment_Term_Batch , product: PN - Property Manager , user_name: PNVRAPPR , description: Approve Variable Rent Payment Terms , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PNAPRIND
12.1.1
execution_filename: PN_INDEX_AMOUNT_PKG.approve_index_pay_term_batch , product: PN - Property Manager , user_name: PNAPRIND , description: PN - Mass Approve Index Rent Payment Terms , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PNAPRIND
12.2.2
execution_filename: PN_INDEX_AMOUNT_PKG.approve_index_pay_term_batch , product: PN - Property Manager , user_name: PNAPRIND , description: PN - Mass Approve Index Rent Payment Terms , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: PN_TERM_SOURCE_TYPE
12.2.2
product: PN - Property Manager , meaning: PN_TERM_SOURCE_TYPE , description: Source of payment/billing terms ,
-
Lookup Type: PN_TERM_SOURCE_TYPE
12.1.1
product: PN - Property Manager , meaning: PN_TERM_SOURCE_TYPE , description: Source of payment/billing terms ,
-
Lookup Type: PN_TERM_INCL_RI_BASIS
12.1.1
product: PN - Property Manager , meaning: Include Terms as Rent Increase Basis by default ,
-
Lookup Type: PN_TERM_INCL_RI_BASIS
12.2.2
product: PN - Property Manager , meaning: Include Terms as Rent Increase Basis by default ,
-
Lookup Type: PN_PAYMENT_BKPT_BASIS_TYPE
12.1.1
product: PN - Property Manager , meaning: PN_PAYMENT_BKPT_BASIS_TYPE ,
-
Lookup Type: PN_PAYMENT_BKPT_BASIS_TYPE
12.2.2
product: PN - Property Manager , meaning: PN_PAYMENT_BKPT_BASIS_TYPE ,
-
Table: PN_INDEX_EXCLUDE_TERM_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_INDEX_EXCLUDE_TERM_ALL, object_name:PN_INDEX_EXCLUDE_TERM_ALL, status:VALID, product: PN - Property Manager , description: This table has terms which have to excluded from the calculation of the Rent increase. , implementation_dba_data: PN.PN_INDEX_EXCLUDE_TERM_ALL ,
-
Table: PN_INDEX_EXCLUDE_TERM_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_INDEX_EXCLUDE_TERM_ALL, object_name:PN_INDEX_EXCLUDE_TERM_ALL, status:VALID, product: PN - Property Manager , description: This table has terms which have to excluded from the calculation of the Rent increase. , implementation_dba_data: PN.PN_INDEX_EXCLUDE_TERM_ALL ,
-
Table: PN_VAR_BKPTS_DET_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_BKPTS_DET_ALL, object_name:PN_VAR_BKPTS_DET_ALL, status:VALID, product: PN - Property Manager , description: Stores breakpoint related information to be used in the calculation of variable rent for each line item. , implementation_dba_data: PN.PN_VAR_BKPTS_DET_ALL ,
-
Table: PN_VAR_BKPTS_DET_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_BKPTS_DET_ALL, object_name:PN_VAR_BKPTS_DET_ALL, status:VALID, product: PN - Property Manager , description: Stores breakpoint related information to be used in the calculation of variable rent for each line item. , implementation_dba_data: PN.PN_VAR_BKPTS_DET_ALL ,
-
Table: PN_VAR_GRP_DATES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_GRP_DATES_ALL, object_name:PN_VAR_GRP_DATES_ALL, status:VALID, product: PN - Property Manager , description: Stores critical dates related to the variable rent agreement generated by the periods generation program. , implementation_dba_data: PN.PN_VAR_GRP_DATES_ALL ,
-
Table: PN_VAR_BKPTS_HEAD_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_BKPTS_HEAD_ALL, object_name:PN_VAR_BKPTS_HEAD_ALL, status:VALID, product: PN - Property Manager , description: Stores breakpoint related detail information to be used in the calculation of variable rent for each line item. , implementation_dba_data: PN.PN_VAR_BKPTS_HEAD_ALL ,
-
Table: PN_VAR_GRP_DATES_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_GRP_DATES_ALL, object_name:PN_VAR_GRP_DATES_ALL, status:VALID, product: PN - Property Manager , description: Stores critical dates related to the variable rent agreement generated by the periods generation program. , implementation_dba_data: PN.PN_VAR_GRP_DATES_ALL ,
-
Table: PN_VAR_BKPTS_HEAD_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_BKPTS_HEAD_ALL, object_name:PN_VAR_BKPTS_HEAD_ALL, status:VALID, product: PN - Property Manager , description: Stores breakpoint related detail information to be used in the calculation of variable rent for each line item. , implementation_dba_data: PN.PN_VAR_BKPTS_HEAD_ALL ,
-
Table: PN_VAR_LINES_ALL
12.1.1
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_LINES_ALL, object_name:PN_VAR_LINES_ALL, status:VALID, product: PN - Property Manager , description: Stores information related to line items associated within each period for a variable rent. , implementation_dba_data: PN.PN_VAR_LINES_ALL ,
-
Table: PN_VAR_LINES_ALL
12.2.2
owner:PN, object_type:TABLE, fnd_design_data:PN.PN_VAR_LINES_ALL, object_name:PN_VAR_LINES_ALL, status:VALID, product: PN - Property Manager , description: Stores information related to line items associated within each period for a variable rent. , implementation_dba_data: PN.PN_VAR_LINES_ALL ,
-
View: PN_VAR_RENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_RENTS_V, object_name:PN_VAR_RENTS_V, status:VALID, product: PN - Property Manager , description: Form view used to input variable rent agreement related information. , implementation_dba_data: APPS.PN_VAR_RENTS_V ,
-
View: PN_VAR_RENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PN.PN_VAR_RENTS_V, object_name:PN_VAR_RENTS_V, status:VALID, product: PN - Property Manager , description: Form view used to input variable rent agreement related information. , implementation_dba_data: APPS.PN_VAR_RENTS_V ,
-
Lookup Type: PN_VAR_CALCULATION_METHOD
12.2.2
product: PN - Property Manager , meaning: PN_VAR_CALCULATION_METHOD ,
-
Lookup Type: PN_VAR_CALCULATION_METHOD
12.1.1
product: PN - Property Manager , meaning: PN_VAR_CALCULATION_METHOD ,
-
Concurrent Program: RXPNRIDR
12.2.2
execution_filename: pnrx_c_rent_increase_detail.rent_increase_detail , product: PN - Property Manager , user_name: RX Rent Increase Detail Report , description: RX Rent Increase Detail Report , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PNVRSUMMR
12.1.1
execution_filename: PNVRSUMMR , product: PN - Property Manager , user_name: Variable Rent Billing Report(PNVRSUMMR) , description: Variable Rent Billing Report(PNVRSUMMR) , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RXPNRIDR
12.1.1
execution_filename: pnrx_c_rent_increase_detail.rent_increase_detail , product: PN - Property Manager , user_name: RX Rent Increase Detail Report , description: RX Rent Increase Detail Report , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PNVRSUMMR
12.2.2
execution_filename: PNVRSUMMR , product: PN - Property Manager , user_name: Variable Rent Billing Report(PNVRSUMMR) , description: Variable Rent Billing Report(PNVRSUMMR) , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: RXPNRISR
12.2.2
execution_filename: pnrx_c_rent_increase_summary.rent_increase_summary , product: PN - Property Manager , user_name: RX Rent Increase Summary Report , description: RX Rent Increase Summary Report , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: PN_TERM_SOURCE_MODULE
12.1.1
product: PN - Property Manager , meaning: PN_TERM_SOURCE_MODULE ,
-
Concurrent Program: RXPNCRLS
12.1.1
execution_filename: pnrx_c_rent_roll_lease_exp.pn_c_rent_roll_lease_exp , product: PN - Property Manager , user_name: RX Rent Roll and Lease Expiration , description: RX Rent Roll and Lease Expiration , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: RXPNRIAD
12.1.1
execution_filename: pnrx_c_rent_increase_detailacc.rent_increase_detailacc , product: PN - Property Manager , user_name: RX Rent Increase with Accounting Details , description: RX Rent Increase with Accounting Details , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: RXPNRISR
12.1.1
execution_filename: pnrx_c_rent_increase_summary.rent_increase_summary , product: PN - Property Manager , user_name: RX Rent Increase Summary Report , description: RX Rent Increase Summary Report , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: RXPNCRLS
12.2.2
execution_filename: pnrx_c_rent_roll_lease_exp.pn_c_rent_roll_lease_exp , product: PN - Property Manager , user_name: RX Rent Roll and Lease Expiration , description: RX Rent Roll and Lease Expiration , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: RXPNRIAD
12.2.2
execution_filename: pnrx_c_rent_increase_detailacc.rent_increase_detailacc , product: PN - Property Manager , user_name: RX Rent Increase with Accounting Details , description: RX Rent Increase with Accounting Details , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: PN_CONSTR_CATEGORY
12.2.2
product: PN - Property Manager , meaning: PN_CONSTR_CATEGORY , description: Constraints category used in Variable Rent ,
-
Lookup Type: PN_TERM_SOURCE_MODULE
12.2.2
product: PN - Property Manager , meaning: PN_TERM_SOURCE_MODULE ,
-
Concurrent Program: PNVRECON
12.1.1
execution_filename: pn_var_rent_calc_pkg.Process_Rent_Batch , product: PN - Property Manager , user_name: PNVRCALC , description: Calculate,Reconcile or Adjust Variable Rent , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PNEXPSCH
12.1.1
execution_filename: PNEXPSCH , product: PN - Property Manager , user_name: PNEXPSCH , description: Rent Schedule Export Report (PNEXPSCH) , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: PNVRTRUP
12.1.1
execution_filename: pn_var_trueup_pkg.trueup_batch_process , product: PN - Property Manager , user_name: PNVRTRUP , description: PN - Variable Rent True Up , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PNSOIPUR
12.2.2
execution_filename: pn_soi_vol_import.delete_vol_hist , product: PN - Property Manager , user_name: Variable Rent Gateway Purge Process , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: PN_CONSTR_CATEGORY
12.1.1
product: PN - Property Manager , meaning: PN_CONSTR_CATEGORY , description: Constraints category used in Variable Rent ,
-
Concurrent Program: PNVRPTRX
12.2.2
execution_filename: pn_var_upg_trx_pkg.vr_upgrade_batch_process , product: PN - Property Manager , user_name: PNVRPTRX , description: This program creates transactions for existing variable rent agreements. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PNCALNDX
12.1.1
execution_filename: PN_INDEX_AMOUNT_PKG.calculate_batch , product: PN - Property Manager , user_name: PNCALNDX , description: PN - Calculate Index Rent , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PNVRECON
12.2.2
execution_filename: pn_var_rent_calc_pkg.Process_Rent_Batch , product: PN - Property Manager , user_name: PNVRCALC , description: Calculate,Reconcile or Adjust Variable Rent , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: PNRSCHDD
12.2.2
execution_filename: PNRSCHDD , product: PN - Property Manager , user_name: PNRSCHDD , description: Rent Schedule Details Report (PNRSCHDD) , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,