DBA Data[Home] [Help]

APPS.PNRX_RENT_INCREASE_DETAIL dependencies on PN_INDEX_LEASE_COMMON_PKG

Line 589: pn_index_lease_common_pkg.get_approver (

585:
586: EXIT WHEN c_lease_pn%NOTFOUND;
587: pnp_debug_pkg.put_log_msg ('pn_rentincdet_get_details(+)');
588: term_rec.abstracted_by_user_name :=
589: pn_index_lease_common_pkg.get_approver (
590: l_lease_detail.abstracted_by_user
591: );
592: l_vendor_rec := get_vendor (l_lease_detail.vendor_id);
593: term_rec.vendor_name := l_vendor_rec.vendor_name;

Line 605: pn_index_lease_common_pkg.get_accounting_rule (

601: get_customer_bill_site (l_lease_detail.customer_site_use_id);
602: term_rec.customer_ship_site :=
603: get_customer_ship_site (l_lease_detail.cust_ship_site_id);
604: term_rec.account_rule_name :=
605: pn_index_lease_common_pkg.get_accounting_rule (
606: l_lease_detail.account_rule_id
607: );
608: term_rec.index_name := get_index_name (l_lease_detail.index_id);
609: term_rec.location_code :=

Line 692: pn_index_lease_common_pkg.get_approver (

688: l_lease_detail.location_id,
689: term_rec.ilp_assessment_date
690: );
691: term_rec.approved_by_name :=
692: pn_index_lease_common_pkg.get_approver (
693: l_lease_detail.approved_by
694: );
695: term_rec.tax_group :=
696: pn_r12_util_pkg.get_tax_group (

Line 700: pn_index_lease_common_pkg.get_po_number (

696: pn_r12_util_pkg.get_tax_group (
697: l_lease_detail.tax_group_id
698: );
699: term_rec.po_number :=
700: pn_index_lease_common_pkg.get_po_number (
701: l_lease_detail.po_header_id
702: );
703: term_rec.payment_method :=
704: pn_index_lease_common_pkg.get_receipt_method (

Line 704: pn_index_lease_common_pkg.get_receipt_method (

700: pn_index_lease_common_pkg.get_po_number (
701: l_lease_detail.po_header_id
702: );
703: term_rec.payment_method :=
704: pn_index_lease_common_pkg.get_receipt_method (
705: l_lease_detail.receipt_method_id
706: );
707: term_rec.cust_trx_type_name :=
708: pn_index_lease_common_pkg.get_ar_trx_type (

Line 708: pn_index_lease_common_pkg.get_ar_trx_type (

704: pn_index_lease_common_pkg.get_receipt_method (
705: l_lease_detail.receipt_method_id
706: );
707: term_rec.cust_trx_type_name :=
708: pn_index_lease_common_pkg.get_ar_trx_type (
709: l_lease_detail.cust_trx_type_id
710: );
711: term_rec.inv_rule_name :=
712: pn_index_lease_common_pkg.get_invoicing_rule (

Line 712: pn_index_lease_common_pkg.get_invoicing_rule (

708: pn_index_lease_common_pkg.get_ar_trx_type (
709: l_lease_detail.cust_trx_type_id
710: );
711: term_rec.inv_rule_name :=
712: pn_index_lease_common_pkg.get_invoicing_rule (
713: l_lease_detail.inv_rule_id
714: );
715:
716: term_rec.spread_frequency_meaning :=