DBA Data[Home] [Help]

APPS.ASO_QUOTE_HEADERS_PVT dependencies on ASO_SHIPPING_INT

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

3658: END IF;
3659:
3660: IF p_calculate_freight_charge = 'Y' then
3661:
3662: l_line_shipping_charge := aso_shipping_int.get_line_freight_charges( p_qte_header_id,
3663: qte_rec.quote_line_id );
3664:
3665: IF aso_debug_pub.g_debug_flag = 'Y' THEN
3666: aso_debug_pub.add('Update_quote_total: After call to get_line_freight_charges');

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

3699: END IF;
3700:
3701: IF p_calculate_freight_charge = 'Y' then
3702:
3703: l_line_shipping_charge := aso_shipping_int.get_line_freight_charges( p_qte_header_id,
3704: qte_rec.quote_line_id );
3705:
3706: IF aso_debug_pub.g_debug_flag = 'Y' THEN
3707: aso_debug_pub.add('Update_quote_total: After call to get_line_freight_charges');

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

3769:
3770:
3771: IF P_calculate_Freight_Charge = 'Y' THEN
3772:
3773: l_header_shipping_charge := ASO_SHIPPING_INT.get_Header_freight_charges(p_qte_header_id);
3774:
3775: IF aso_debug_pub.g_debug_flag = 'Y' THEN
3776: aso_debug_pub.add('Update_quote_total: l_header_shipping_charge: '|| l_header_shipping_charge);
3777: END IF;

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

3844: IF ( (l_installment_option = 'ENABLE_PAY_NOW') and (nvl(l_quote_type,'X') <> 'T')
3845: and ((p_control_rec.header_pricing_event <> FND_API.G_MISS_CHAR and p_control_rec.header_pricing_event is not null)
3846: or (p_control_rec.calculate_tax_flag = 'Y')) ) then
3847:
3848: l_header_shipping_charge := ASO_SHIPPING_INT.get_Header_freight_charges(p_qte_header_id);
3849:
3850: -- get the payment term id for the header
3851: open get_hdr_payment_term;
3852: fetch get_hdr_payment_term into l_hdr_term_id;

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

6418: l_line_quote_price := null;
6419: l_quantity := null;
6420:
6421: -- get the line freight charges
6422: l_line_shipping_charge := aso_shipping_int.get_line_freight_charges( x_qte_header_rec.quote_header_id,
6423: X_Qte_Line_Tbl(i).quote_line_id );
6424:
6425: -- get the line tax
6426: open c_tax_line(x_qte_header_rec.quote_header_id,X_Qte_Line_Tbl(i).quote_line_id);

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

11434: -- resetting the line term id variable
11435: l_line_term_id := null;
11436:
11437: -- get the line freight charges
11438: l_line_shipping_charge := aso_shipping_int.get_line_freight_charges( x_qte_header_rec.quote_header_id,
11439: quote_lines_rec.quote_line_id );
11440:
11441: -- get the line tax
11442: open c_tax_line(x_qte_header_rec.quote_header_id,quote_lines_rec.quote_line_id);