DBA Data[Home] [Help]

APPS.OKL_EC_UPTAKE_PVT dependencies on OKL_EC_EVALUATE_PVT

Line 8: PROCEDURE populate_lq_attributes(l_okl_ec_rec_type IN OUT NOCOPY okl_ec_evaluate_pvt.okl_ec_rec_type ,

4: --Added by ssdeshpa to have EC uptakes on LRs,SRT of Lease Quote
5: ---------------------------------------------------------------------------
6:
7:
8: PROCEDURE populate_lq_attributes(l_okl_ec_rec_type IN OUT NOCOPY okl_ec_evaluate_pvt.okl_ec_rec_type ,
9: p_target_id number
10: ,x_return_status OUT NOCOPY VARCHAR2) IS
11:
12: i INTEGER;

Line 314: l_okl_ec_rec_type okl_ec_evaluate_pvt.okl_ec_rec_type;

310: --l_return_status VARCHAR2(1);
311: l_program_name CONSTANT VARCHAR2(30) := 'p_lrs';
312: l_api_name CONSTANT VARCHAR2(61) := G_PKG_NAME||'.'||l_program_name;
313: l_okl_lrs_rec okl_lease_rate_set_rec_type;
314: l_okl_ec_rec_type okl_ec_evaluate_pvt.okl_ec_rec_type;
315: l_okl_lrs_table okl_lease_rate_set_tbl_type;
316: i INTEGER;
317: l_module CONSTANT fnd_log_messages.module%TYPE := 'lrs1';
318: l_debug_enabled varchar2(10);

Line 520: l_okl_ec_rec_type okl_ec_evaluate_pvt.okl_ec_rec_type;

516:
517: l_program_name CONSTANT VARCHAR2(30) := 'p_srt';
518: l_api_name CONSTANT VARCHAR2(61) := G_PKG_NAME||'.'||l_program_name;
519: l_okl_srt_rec okl_std_rate_tmpl_rec_type;
520: l_okl_ec_rec_type okl_ec_evaluate_pvt.okl_ec_rec_type;
521: l_okl_srt_table okl_std_rate_tmpl_tbl_type;
522: l_api_version CONSTANT number := 1.0;
523: l_return_status varchar2(1) := okl_api.g_ret_sts_success;
524: l_module CONSTANT fnd_log_messages.module%TYPE := 'lrs';

Line 530: l_ac_rec_type okl_ec_evaluate_pvt.okl_ac_rec_type;

526: is_debug_procedure_on boolean;
527: is_debug_statement_on boolean;
528: i INTEGER;
529: x_eligible boolean;
530: l_ac_rec_type okl_ec_evaluate_pvt.okl_ac_rec_type;
531: l_adj_factor NUMBER;
532: l_srt_effective_rate NUMBER;
533:
534: -- SCHODAVA Bug #4747677

Line 700: okl_ec_evaluate_pvt.get_adjustment_factor(

696: l_ac_rec_type.territory := p_territory;
697: l_ac_rec_type.deal_size := p_deal_size;
698: l_ac_rec_type.customer_credit_class := p_customer_credit_class; -- Not sure how to pass this even ..
699: -- Calling the API to get the adjustment factor ..
700: okl_ec_evaluate_pvt.get_adjustment_factor(
701: p_api_version => p_api_version,
702: p_init_msg_list => p_init_msg_list,
703: x_return_status => x_return_status,
704: x_msg_count => x_msg_count,

Line 811: l_okl_ec_rec_type okl_ec_evaluate_pvt.okl_ec_rec_type;

807: l_return_status VARCHAR2(1);
808: l_program_name CONSTANT VARCHAR2(30) := 'p_lrslq';
809: l_api_name CONSTANT VARCHAR2(61) := G_PKG_NAME||'.'||l_program_name;
810: l_okl_lrs_rec okl_lease_rate_set_rec_type;
811: l_okl_ec_rec_type okl_ec_evaluate_pvt.okl_ec_rec_type;
812: l_okl_lrs_table okl_lease_rate_set_tbl_type;
813: i INTEGER;
814: x_eligible boolean;
815: l_validation_mode VARCHAR2(30);

Line 992: l_okl_ec_rec_type okl_ec_evaluate_pvt.okl_ec_rec_type;

988: l_return_status VARCHAR2(1);
989: l_program_name CONSTANT VARCHAR2(30) := 'p_srtlq';
990: l_api_name CONSTANT VARCHAR2(61) := G_PKG_NAME||'.'||l_program_name;
991: l_okl_srt_rec okl_std_rate_tmpl_rec_type;
992: l_okl_ec_rec_type okl_ec_evaluate_pvt.okl_ec_rec_type;
993: l_okl_srt_table okl_std_rate_tmpl_tbl_type;
994: l_validation_mode VARCHAR2(30);
995: l_module CONSTANT fnd_log_messages.module%TYPE := 'srt';
996: l_debug_enabled varchar2(10);

Line 1002: l_ac_rec_type okl_ec_evaluate_pvt.okl_ac_rec_type;

998: is_debug_statement_on boolean;
999: l_api_version CONSTANT number := 1.0;
1000: i INTEGER;
1001: x_eligible boolean;
1002: l_ac_rec_type okl_ec_evaluate_pvt.okl_ac_rec_type;
1003: l_adj_factor NUMBER;
1004: l_srt_effective_rate NUMBER;
1005: -- SCHODAVA Bug #4747677
1006: -- Modified cursor to pick up SRTs which are created

Line 1166: okl_ec_evaluate_pvt.get_adjustment_factor(

1162: l_ac_rec_type.territory := l_okl_ec_rec_type.territory;
1163: l_ac_rec_type.deal_size := l_okl_ec_rec_type.deal_size;
1164: l_ac_rec_type.customer_credit_class := l_okl_ec_rec_type.customer_credit_class; -- Not sure how to pass this even ..
1165: -- Calling the API to get the adjustment factor ..
1166: okl_ec_evaluate_pvt.get_adjustment_factor(
1167: p_api_version => p_api_version,
1168: p_init_msg_list => p_init_msg_list,
1169: x_return_status => x_return_status,
1170: x_msg_count => x_msg_count,

Line 1279: l_okl_ec_rec_type okl_ec_evaluate_pvt.okl_ec_rec_type;

1275: l_program_name CONSTANT VARCHAR2(30) := 'p_pdt';
1276: l_module CONSTANT fnd_log_messages.module%TYPE := 'lrs';
1277: l_api_name CONSTANT VARCHAR2(61) := G_PKG_NAME||'.'||l_program_name;
1278: l_okl_prod_rec okl_prod_rec_type;
1279: l_okl_ec_rec_type okl_ec_evaluate_pvt.okl_ec_rec_type;
1280: l_okl_prod_table okl_prod_tbl_type;
1281: i INTEGER;
1282: x_eligible boolean;
1283: l_debug_enabled varchar2(10);

Line 1507: l_okl_ec_rec_type okl_ec_evaluate_pvt.okl_ec_rec_type;

1503:
1504: l_program_name CONSTANT VARCHAR2(30) := 'vp_p';
1505: l_api_name CONSTANT VARCHAR2(61) := G_PKG_NAME||'.'||l_program_name;
1506: l_okl_vp_rec okl_vp_rec_type;
1507: l_okl_ec_rec_type okl_ec_evaluate_pvt.okl_ec_rec_type;
1508: l_okl_vp_table okl_vp_tbl_type;
1509: i INTEGER;
1510: l_api_version CONSTANT number := 1.0;
1511: l_return_status varchar2(1) := okl_api.g_ret_sts_success;