DBA Data[Home] [Help]

APPS.ASO_QUOTE_HEADERS_PVT dependencies on OE_SYS_PARAMETERS

Line 3755: l_installment_option := oe_sys_parameters.value(param_name => 'INSTALLMENT_OPTIONS',

3751: Open c_org_id;
3752: fetch c_org_id into l_org_id,l_quote_type;
3753: Close c_org_id;
3754:
3755: l_installment_option := oe_sys_parameters.value(param_name => 'INSTALLMENT_OPTIONS',
3756: p_org_id =>l_org_id);
3757:
3758: IF aso_debug_pub.g_debug_flag = 'Y' THEN
3759: aso_debug_pub.add('Update_Quote_Total - Value of Installment Option Param: '||l_installment_option, 1, 'Y');

Line 6236: l_installment_option := oe_sys_parameters.value(param_name => 'INSTALLMENT_OPTIONS',

6232:
6233: -- Start of PNPL Changes
6234: x_qte_header_rec := aso_utility_pvt.query_header_row(x_qte_header_rec.quote_header_id);
6235:
6236: l_installment_option := oe_sys_parameters.value(param_name => 'INSTALLMENT_OPTIONS',
6237: p_org_id =>x_qte_header_rec.org_id);
6238:
6239: IF aso_debug_pub.g_debug_flag = 'Y' THEN
6240: aso_debug_pub.add('Create_Quote - Value of Installment Option Param: '||l_installment_option, 1, 'Y');

Line 10321: l_installment_option := oe_sys_parameters.value(param_name => 'INSTALLMENT_OPTIONS',

10317:
10318: -- Start of PNPL Changes
10319: x_qte_header_rec := aso_utility_pvt.query_header_row(x_qte_header_rec.quote_header_id);
10320:
10321: l_installment_option := oe_sys_parameters.value(param_name => 'INSTALLMENT_OPTIONS',
10322: p_org_id =>x_qte_header_rec.org_id);
10323:
10324: IF aso_debug_pub.g_debug_flag = 'Y' THEN
10325: aso_debug_pub.add('Update_Quote - Value of Installment Option Param: '||l_installment_option, 1, 'Y');