DBA Data[Home] [Help]

APPS.OKL_PRICING_UTILS_PVT dependencies on OKL_LEASE_APP_PVT

Line 9258: okl_lease_app_pvt.get_credit_classfication(

9254: FOR t_rec IN get_cust_details_csr( p_lq_id => p_qte_id )
9255: LOOP
9256: l_adj_mat_cat_rec.territory := t_rec.sales_territory_id;
9257: l_adj_mat_cat_rec.customer_credit_class :=
9258: okl_lease_app_pvt.get_credit_classfication(
9259: p_party_id => t_rec.prospect_id,
9260: p_cust_acct_id => t_rec.cust_acct_id,
9261: p_site_use_id => -99);
9262: END LOOP;

Line 9269: okl_lease_app_pvt.get_credit_classfication(

9265: FOR t_rec IN get_cust_details_csr_lapp( p_lq_id => p_qte_id )
9266: LOOP
9267: l_adj_mat_cat_rec.territory := t_rec.sales_territory_id;
9268: l_adj_mat_cat_rec.customer_credit_class :=
9269: okl_lease_app_pvt.get_credit_classfication(
9270: p_party_id => t_rec.prospect_id,
9271: p_cust_acct_id => t_rec.cust_acct_id,
9272: p_site_use_id => -99);
9273: END LOOP;

Line 11922: okl_lease_app_pvt.get_credit_classfication(

11918: FOR t_rec IN get_cust_details_csr( p_lq_id => p_qte_id )
11919: LOOP
11920: l_adj_mat_cat_rec.territory := t_rec.sales_territory_id;
11921: l_adj_mat_cat_rec.customer_credit_class :=
11922: okl_lease_app_pvt.get_credit_classfication(
11923: p_party_id => t_rec.prospect_id,
11924: p_cust_acct_id => t_rec.cust_acct_id,
11925: p_site_use_id => -99);
11926: -- Store the currency now

Line 11935: okl_lease_app_pvt.get_credit_classfication(

11931: FOR t_rec IN get_cust_details_csr_lapp( p_lq_id => p_qte_id )
11932: LOOP
11933: l_adj_mat_cat_rec.territory := t_rec.sales_territory_id;
11934: l_adj_mat_cat_rec.customer_credit_class :=
11935: okl_lease_app_pvt.get_credit_classfication(
11936: p_party_id => t_rec.prospect_id,
11937: p_cust_acct_id => t_rec.cust_acct_id,
11938: p_site_use_id => -99);
11939: -- Store the currency now