DBA Data[Home] [Help]

APPS.OKL_PRICING_UTILS_PVT dependencies on OKL_EC_EVALUATE_PVT

Line 5701: l_ac_rec_type OKL_EC_EVALUATE_PVT.okl_ac_rec_type;

5697: -- Local Variables
5698: l_lrs_details lrs_details_rec_type;
5699: l_lrs_factor lrs_factor_rec_type;
5700: l_lrs_levels lrs_levels_tbl_type;
5701: l_ac_rec_type OKL_EC_EVALUATE_PVT.okl_ac_rec_type;
5702: l_adj_factor NUMBER;
5703: l_got_adj_factor BOOLEAN;
5704: l_eot_percentage NUMBER;
5705: l_asset_fin_amt NUMBER;

Line 5864: okl_ec_evaluate_pvt. get_adjustment_factor(

5860: l_ac_rec_type.deal_size := l_sum_fin_amt; -- Not sure how to pass this value
5861: l_ac_rec_type.customer_credit_class := NULL; -- Not sure how to pass this even ..
5862: -- Fetching the deal_size ..
5863: -- Calling the API to get the adjustment factor ..
5864: okl_ec_evaluate_pvt. get_adjustment_factor(
5865: p_api_version => p_api_version,
5866: p_init_msg_list => p_init_msg_list,
5867: x_return_status => x_return_status,
5868: x_msg_count => x_msg_count,

Line 6094: l_ac_rec_type OKL_EC_EVALUATE_PVT.okl_ac_rec_type;

6090: l_lrs_factor lrs_factor_rec_type;
6091: l_lrs_levels lrs_levels_tbl_type;
6092: -- Standard Rate Template Variables
6093: l_srt_details srt_details_rec_type;
6094: l_ac_rec_type OKL_EC_EVALUATE_PVT.okl_ac_rec_type;
6095: l_adj_factor NUMBER;
6096: l_deal_size NUMBER;
6097: l_months_factor NUMBER;
6098: BEGIN

Line 6169: okl_ec_evaluate_pvt. get_adjustment_factor(

6165: l_ac_rec_type.territory := p_qq_hdr_rec.sales_territory_id;
6166: l_ac_rec_type.deal_size := l_deal_size;
6167: l_ac_rec_type.customer_credit_class := NULL; -- Not sure how to pass this even ..
6168: -- Calling the API to get the adjustment factor ..
6169: okl_ec_evaluate_pvt. get_adjustment_factor(
6170: p_api_version => p_api_version,
6171: p_init_msg_list => p_init_msg_list,
6172: x_return_status => x_return_status,
6173: x_msg_count => x_msg_count,

Line 6459: l_ac_rec_type OKL_EC_EVALUATE_PVT.okl_ac_rec_type;

6455: l_months_per_period NUMBER;
6456: l_months_after NUMBER;
6457: -- Standard Rate Template Variables
6458: l_srt_details srt_details_rec_type;
6459: l_ac_rec_type OKL_EC_EVALUATE_PVT.okl_ac_rec_type;
6460: l_adj_factor NUMBER;
6461: l_months_factor NUMBER;
6462: l_lq_id NUMBER;
6463: l_target_arrears NUMBER;

Line 6552: okl_ec_evaluate_pvt. get_adjustment_factor(

6548: l_ac_rec_type.territory := p_adj_mat_cat_rec.territory;
6549: l_ac_rec_type.deal_size := p_adj_mat_cat_rec.deal_size; -- Not sure how to pass this value
6550: l_ac_rec_type.customer_credit_class := p_adj_mat_cat_rec.customer_credit_class; -- Not sure how to pass this even ..
6551: -- Calling the API to get the adjustment factor ..
6552: okl_ec_evaluate_pvt. get_adjustment_factor(
6553: p_api_version => p_api_version,
6554: p_init_msg_list => p_init_msg_list,
6555: x_return_status => x_return_status,
6556: x_msg_count => x_msg_count,

Line 8556: l_ac_rec_type OKL_EC_EVALUATE_PVT.okl_ac_rec_type;

8552: l_product_name okl_products.NAME%TYPE;--Bug 5884825 PAGARG
8553: l_lrs_details lrs_details_rec_type;
8554: l_lrs_factor lrs_factor_rec_type;
8555: l_lrs_levels lrs_levels_tbl_type;
8556: l_ac_rec_type OKL_EC_EVALUATE_PVT.okl_ac_rec_type;
8557: l_adj_factor NUMBER;
8558: l_months_per_period NUMBER;
8559: l_months_after NUMBER;
8560: cf_index NUMBER; -- Using as an index for Cash flow levels

Line 9306: okl_ec_evaluate_pvt.get_adjustment_factor(

9302: l_ac_rec_type.deal_size := lx_pricing_parameter_rec.financed_amount; -- Not sure how to pass this value
9303: l_ac_rec_type.customer_credit_class := l_adj_mat_cat_rec.customer_credit_class; -- Not sure how to pass this even ..
9304: -- Fetching the deal_size ..
9305: -- Calling the API to get the adjustment factor ..
9306: okl_ec_evaluate_pvt.get_adjustment_factor(
9307: p_api_version => p_api_version,
9308: p_init_msg_list => p_init_msg_list,
9309: x_return_status => x_return_status,
9310: x_msg_count => x_msg_count,

Line 10547: l_ac_rec_type OKL_EC_EVALUATE_PVT.okl_ac_rec_type;

10543: l_lrs_details lrs_details_rec_type;
10544: l_lrs_factor lrs_factor_rec_type;
10545: l_lrs_levels lrs_levels_tbl_type;
10546:
10547: l_ac_rec_type OKL_EC_EVALUATE_PVT.okl_ac_rec_type;
10548: l_adj_factor NUMBER;
10549: l_months_per_period NUMBER;
10550: l_months_after NUMBER;
10551: cf_index NUMBER; -- Using as an index for Cash flow levels