[Home] [Help]
6030: -- Local Variables
6031: l_lrs_details lrs_details_rec_type;
6032: l_lrs_factor lrs_factor_rec_type;
6033: l_lrs_levels lrs_levels_tbl_type;
6034: l_ac_rec_type OKL_EC_EVALUATE_PVT.okl_ac_rec_type;
6035: l_adj_factor NUMBER;
6036: l_got_adj_factor BOOLEAN;
6037: l_eot_percentage NUMBER;
6038: l_asset_fin_amt NUMBER;
6193: l_ac_rec_type.deal_size := l_sum_fin_amt; -- Not sure how to pass this value
6194: l_ac_rec_type.customer_credit_class := NULL; -- Not sure how to pass this even ..
6195: -- Fetching the deal_size ..
6196: -- Calling the API to get the adjustment factor ..
6197: okl_ec_evaluate_pvt. get_adjustment_factor(
6198: p_api_version => p_api_version,
6199: p_init_msg_list => p_init_msg_list,
6200: x_return_status => x_return_status,
6201: x_msg_count => x_msg_count,
6423: l_lrs_factor lrs_factor_rec_type;
6424: l_lrs_levels lrs_levels_tbl_type;
6425: -- Standard Rate Template Variables
6426: l_srt_details srt_details_rec_type;
6427: l_ac_rec_type OKL_EC_EVALUATE_PVT.okl_ac_rec_type;
6428: l_adj_factor NUMBER;
6429: l_deal_size NUMBER;
6430: l_months_factor NUMBER;
6431: BEGIN
6498: l_ac_rec_type.territory := p_qq_hdr_rec.sales_territory_id;
6499: l_ac_rec_type.deal_size := l_deal_size;
6500: l_ac_rec_type.customer_credit_class := NULL; -- Not sure how to pass this even ..
6501: -- Calling the API to get the adjustment factor ..
6502: okl_ec_evaluate_pvt. get_adjustment_factor(
6503: p_api_version => p_api_version,
6504: p_init_msg_list => p_init_msg_list,
6505: x_return_status => x_return_status,
6506: x_msg_count => x_msg_count,
6788: l_months_per_period NUMBER;
6789: l_months_after NUMBER;
6790: -- Standard Rate Template Variables
6791: l_srt_details srt_details_rec_type;
6792: l_ac_rec_type OKL_EC_EVALUATE_PVT.okl_ac_rec_type;
6793: l_adj_factor NUMBER;
6794: l_months_factor NUMBER;
6795: l_lq_id NUMBER;
6796: l_target_arrears NUMBER;
6881: l_ac_rec_type.territory := p_adj_mat_cat_rec.territory;
6882: l_ac_rec_type.deal_size := p_adj_mat_cat_rec.deal_size; -- Not sure how to pass this value
6883: l_ac_rec_type.customer_credit_class := p_adj_mat_cat_rec.customer_credit_class; -- Not sure how to pass this even ..
6884: -- Calling the API to get the adjustment factor ..
6885: okl_ec_evaluate_pvt. get_adjustment_factor(
6886: p_api_version => p_api_version,
6887: p_init_msg_list => p_init_msg_list,
6888: x_return_status => x_return_status,
6889: x_msg_count => x_msg_count,
8890: l_product_name okl_products.NAME%TYPE;--Bug 5884825 PAGARG
8891: l_lrs_details lrs_details_rec_type;
8892: l_lrs_factor lrs_factor_rec_type;
8893: l_lrs_levels lrs_levels_tbl_type;
8894: l_ac_rec_type OKL_EC_EVALUATE_PVT.okl_ac_rec_type;
8895: l_adj_factor NUMBER;
8896: l_months_per_period NUMBER;
8897: l_months_after NUMBER;
8898: cf_index NUMBER; -- Using as an index for Cash flow levels
9642: l_ac_rec_type.deal_size := lx_pricing_parameter_rec.financed_amount; -- Not sure how to pass this value
9643: l_ac_rec_type.customer_credit_class := l_adj_mat_cat_rec.customer_credit_class; -- Not sure how to pass this even ..
9644: -- Fetching the deal_size ..
9645: -- Calling the API to get the adjustment factor ..
9646: okl_ec_evaluate_pvt.get_adjustment_factor(
9647: p_api_version => p_api_version,
9648: p_init_msg_list => p_init_msg_list,
9649: x_return_status => x_return_status,
9650: x_msg_count => x_msg_count,
11523: l_lrs_details lrs_details_rec_type;
11524: l_lrs_factor lrs_factor_rec_type;
11525: l_lrs_levels lrs_levels_tbl_type;
11526:
11527: l_ac_rec_type OKL_EC_EVALUATE_PVT.okl_ac_rec_type;
11528: l_adj_factor NUMBER;
11529: l_months_per_period NUMBER;
11530: l_months_after NUMBER;
11531: cf_index NUMBER; -- Using as an index for Cash flow levels