3833: Open c_org_id;
3834: fetch c_org_id into l_org_id,l_quote_type;
3835: Close c_org_id;
3836:
3837: l_installment_option := oe_sys_parameters.value(param_name => 'INSTALLMENT_OPTIONS',
3838: p_org_id =>l_org_id);
3839:
3840: IF aso_debug_pub.g_debug_flag = 'Y' THEN
3841: aso_debug_pub.add('Update_Quote_Total - Value of Installment Option Param: '||l_installment_option, 1, 'Y');
6370:
6371: -- Start of PNPL Changes
6372: x_qte_header_rec := aso_utility_pvt.query_header_row(x_qte_header_rec.quote_header_id);
6373:
6374: l_installment_option := oe_sys_parameters.value(param_name => 'INSTALLMENT_OPTIONS',
6375: p_org_id =>x_qte_header_rec.org_id);
6376:
6377: IF aso_debug_pub.g_debug_flag = 'Y' THEN
6378: aso_debug_pub.add('Create_Quote - Value of Installment Option Param: '||l_installment_option, 1, 'Y');
11388:
11389: -- Start of PNPL Changes
11390: x_qte_header_rec := aso_utility_pvt.query_header_row(x_qte_header_rec.quote_header_id);
11391:
11392: l_installment_option := oe_sys_parameters.value(param_name => 'INSTALLMENT_OPTIONS',
11393: p_org_id =>x_qte_header_rec.org_id);
11394:
11395: IF aso_debug_pub.g_debug_flag = 'Y' THEN
11396: aso_debug_pub.add('Update_Quote - Value of Installment Option Param: '||l_installment_option, 1, 'Y');