DBA Data[Home] [Help]

APPS.ASO_QUOTE_LINES_PVT dependencies on ASO_PRICING_INT

Line 2667: l_pricing_control_rec ASO_PRICING_INT.PRICING_CONTROL_REC_TYPE;

2663: l_quote_version NUMBER;
2664: x_quote_header_id NUMBER;
2665: l_hd_discount_percent NUMBER;
2666: l_control_rec ASO_QUOTE_PUB.Control_REc_Type := p_control_rec;
2667: l_pricing_control_rec ASO_PRICING_INT.PRICING_CONTROL_REC_TYPE;
2668: l_hd_shipment_rec ASO_QUOTE_PUB.Shipment_Rec_Type;
2669: l_hd_shipment_tbl ASO_QUOTE_PUB.Shipment_Tbl_Type;
2670: l_hd_price_attr_tbl ASO_QUOTE_PUB.Price_Attributes_Tbl_Type;
2671: x_qte_line_tbl ASO_QUOTE_PUB.Qte_Line_Tbl_Type;

Line 4249: ASO_PRICING_INT.Pricing_Order(

4245: l_hd_shipment_rec := l_hd_shipment_tbl(1);
4246: end if;
4247:
4248:
4249: ASO_PRICING_INT.Pricing_Order(
4250: P_Api_Version_Number => 1.0,
4251: P_Init_Msg_List => fnd_api.g_false,
4252: P_Commit => fnd_api.g_false,
4253: p_control_rec => l_pricing_control_rec,

Line 4836: l_pricing_control_rec ASO_PRICING_INT.PRICING_CONTROL_REC_TYPE;

4832:
4833: l_tax_control_rec ASO_TAX_INT.Tax_control_rec_type;
4834: x_tax_amount NUMBER;
4835: l_calc_tax_detail_rec ASO_QUOTE_PUB.Tax_Detail_Rec_Type := ASO_QUOTE_PUB.G_MISS_TAX_DETAIL_REC;
4836: l_pricing_control_rec ASO_PRICING_INT.PRICING_CONTROL_REC_TYPE;
4837:
4838: l_db_qte_line_rec ASO_QUOTE_PUB.Qte_Line_Rec_Type := ASO_QUOTE_PUB.G_MISS_Qte_Line_Rec;
4839: l_db_shipment_tbl ASO_QUOTE_PUB.Shipment_Tbl_Type := ASO_QUOTE_PUB.G_MISS_Shipment_Tbl;
4840: l_db_shipment_rec ASO_QUOTE_PUB.Shipment_Rec_Type := ASO_QUOTE_PUB.G_MISS_Shipment_Rec;

Line 8445: -- New code to call aso_pricing_int.delete_promotion 07/22/02

8441:
8442: END LOOP;
8443:
8444:
8445: -- New code to call aso_pricing_int.delete_promotion 07/22/02
8446: IF aso_debug_pub.g_debug_flag = 'Y' THEN
8447: aso_debug_pub.add('Update_Rows: l_Price_Attributes_Tbl.count: '||l_Price_Attributes_Tbl.count,1, 'N');
8448: aso_debug_pub.add('Update_Rows: Before call to aso_pricing_int.Delete_Promotion',1, 'N');
8449: end if;

Line 8448: aso_debug_pub.add('Update_Rows: Before call to aso_pricing_int.Delete_Promotion',1, 'N');

8444:
8445: -- New code to call aso_pricing_int.delete_promotion 07/22/02
8446: IF aso_debug_pub.g_debug_flag = 'Y' THEN
8447: aso_debug_pub.add('Update_Rows: l_Price_Attributes_Tbl.count: '||l_Price_Attributes_Tbl.count,1, 'N');
8448: aso_debug_pub.add('Update_Rows: Before call to aso_pricing_int.Delete_Promotion',1, 'N');
8449: end if;
8450:
8451: IF l_Price_Attributes_Tbl.count > 0 THEN
8452:

Line 8453: aso_pricing_int.Delete_Promotion (

8449: end if;
8450:
8451: IF l_Price_Attributes_Tbl.count > 0 THEN
8452:
8453: aso_pricing_int.Delete_Promotion (
8454: P_Api_Version_Number => 1.0,
8455: P_Init_Msg_List => FND_API.G_FALSE,
8456: P_Commit => FND_API.G_FALSE,
8457: p_price_attr_tbl => l_Price_Attributes_Tbl,

Line 8468: -- End of New code to call aso_pricing_int.delete_promotion 07/22/02

8464: end if;
8465:
8466: END IF;
8467:
8468: -- End of New code to call aso_pricing_int.delete_promotion 07/22/02
8469:
8470:
8471: -- insert rows into aso_payments_tbl
8472:

Line 8730: ASO_PRICING_INT.Pricing_Order(

8726: l_hd_shipment_rec := l_hd_shipment_tbl(1);
8727: end if;
8728:
8729:
8730: ASO_PRICING_INT.Pricing_Order(
8731: P_Api_Version_Number => 1.0,
8732: P_Init_Msg_List => fnd_api.g_false,
8733: P_Commit => fnd_api.g_false,
8734: p_control_rec => l_pricing_control_rec,