DBA Data[Home] [Help]

APPS.OKL_PRICING_UTILS_PVT dependencies on OKL_LEASE_APP_PVT

Line 8918: okl_lease_app_pvt.get_credit_classfication(

8914: FOR t_rec IN get_cust_details_csr( p_lq_id => p_qte_id )
8915: LOOP
8916: l_adj_mat_cat_rec.territory := t_rec.sales_territory_id;
8917: l_adj_mat_cat_rec.customer_credit_class :=
8918: okl_lease_app_pvt.get_credit_classfication(
8919: p_party_id => t_rec.prospect_id,
8920: p_cust_acct_id => t_rec.cust_acct_id,
8921: p_site_use_id => -99);
8922: END LOOP;

Line 8929: okl_lease_app_pvt.get_credit_classfication(

8925: FOR t_rec IN get_cust_details_csr_lapp( p_lq_id => p_qte_id )
8926: LOOP
8927: l_adj_mat_cat_rec.territory := t_rec.sales_territory_id;
8928: l_adj_mat_cat_rec.customer_credit_class :=
8929: okl_lease_app_pvt.get_credit_classfication(
8930: p_party_id => t_rec.prospect_id,
8931: p_cust_acct_id => t_rec.cust_acct_id,
8932: p_site_use_id => -99);
8933: END LOOP;

Line 10879: okl_lease_app_pvt.get_credit_classfication(

10875: FOR t_rec IN get_cust_details_csr( p_lq_id => p_qte_id )
10876: LOOP
10877: l_adj_mat_cat_rec.territory := t_rec.sales_territory_id;
10878: l_adj_mat_cat_rec.customer_credit_class :=
10879: okl_lease_app_pvt.get_credit_classfication(
10880: p_party_id => t_rec.prospect_id,
10881: p_cust_acct_id => t_rec.cust_acct_id,
10882: p_site_use_id => -99);
10883: -- Store the currency now

Line 10892: okl_lease_app_pvt.get_credit_classfication(

10888: FOR t_rec IN get_cust_details_csr_lapp( p_lq_id => p_qte_id )
10889: LOOP
10890: l_adj_mat_cat_rec.territory := t_rec.sales_territory_id;
10891: l_adj_mat_cat_rec.customer_credit_class :=
10892: okl_lease_app_pvt.get_credit_classfication(
10893: p_party_id => t_rec.prospect_id,
10894: p_cust_acct_id => t_rec.cust_acct_id,
10895: p_site_use_id => -99);
10896: -- Store the currency now