DBA Data[Home] [Help]

APPS.ASO_QUOTE_HEADERS_PVT dependencies on ASO_SHIPPING_INT

Line 3589: l_line_shipping_charge := aso_shipping_int.get_line_freight_charges( p_qte_header_id,

3585: END IF;
3586:
3587: IF p_calculate_freight_charge = 'Y' then
3588:
3589: l_line_shipping_charge := aso_shipping_int.get_line_freight_charges( p_qte_header_id,
3590: qte_rec.quote_line_id );
3591:
3592: IF aso_debug_pub.g_debug_flag = 'Y' THEN
3593: aso_debug_pub.add('Update_quote_total: After call to get_line_freight_charges');

Line 3628: l_line_shipping_charge := aso_shipping_int.get_line_freight_charges( p_qte_header_id,

3624: END IF;
3625:
3626: IF p_calculate_freight_charge = 'Y' then
3627:
3628: l_line_shipping_charge := aso_shipping_int.get_line_freight_charges( p_qte_header_id,
3629: qte_rec.quote_line_id );
3630:
3631: IF aso_debug_pub.g_debug_flag = 'Y' THEN
3632: aso_debug_pub.add('Update_quote_total: After call to get_line_freight_charges');

Line 3698: l_header_shipping_charge := ASO_SHIPPING_INT.get_Header_freight_charges(p_qte_header_id);

3694:
3695:
3696: IF P_calculate_Freight_Charge = 'Y' THEN
3697:
3698: l_header_shipping_charge := ASO_SHIPPING_INT.get_Header_freight_charges(p_qte_header_id);
3699:
3700: IF aso_debug_pub.g_debug_flag = 'Y' THEN
3701: aso_debug_pub.add('Update_quote_total: l_header_shipping_charge: '|| l_header_shipping_charge);
3702: END IF;

Line 3766: l_header_shipping_charge := ASO_SHIPPING_INT.get_Header_freight_charges(p_qte_header_id);

3762: IF ( (l_installment_option = 'ENABLE_PAY_NOW') and (nvl(l_quote_type,'X') <> 'T')
3763: and ((p_control_rec.header_pricing_event <> FND_API.G_MISS_CHAR and p_control_rec.header_pricing_event is not null)
3764: or (p_control_rec.calculate_tax_flag = 'Y')) ) then
3765:
3766: l_header_shipping_charge := ASO_SHIPPING_INT.get_Header_freight_charges(p_qte_header_id);
3767:
3768: -- get the payment term id for the header
3769: open get_hdr_payment_term;
3770: fetch get_hdr_payment_term into l_hdr_term_id;

Line 6284: l_line_shipping_charge := aso_shipping_int.get_line_freight_charges( x_qte_header_rec.quote_header_id,

6280: l_line_quote_price := null;
6281: l_quantity := null;
6282:
6283: -- get the line freight charges
6284: l_line_shipping_charge := aso_shipping_int.get_line_freight_charges( x_qte_header_rec.quote_header_id,
6285: X_Qte_Line_Tbl(i).quote_line_id );
6286:
6287: -- get the line tax
6288: open c_tax_line(x_qte_header_rec.quote_header_id,X_Qte_Line_Tbl(i).quote_line_id);

Line 10367: l_line_shipping_charge := aso_shipping_int.get_line_freight_charges( x_qte_header_rec.quote_header_id,

10363: -- resetting the line term id variable
10364: l_line_term_id := null;
10365:
10366: -- get the line freight charges
10367: l_line_shipping_charge := aso_shipping_int.get_line_freight_charges( x_qte_header_rec.quote_header_id,
10368: quote_lines_rec.quote_line_id );
10369:
10370: -- get the line tax
10371: open c_tax_line(x_qte_header_rec.quote_header_id,quote_lines_rec.quote_line_id);