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 8563: -- New code to call aso_pricing_int.delete_promotion 07/22/02

8559:
8560: END LOOP;
8561:
8562:
8563: -- New code to call aso_pricing_int.delete_promotion 07/22/02
8564: IF aso_debug_pub.g_debug_flag = 'Y' THEN
8565: aso_debug_pub.add('Update_Rows: l_Price_Attributes_Tbl.count: '||l_Price_Attributes_Tbl.count,1, 'N');
8566: aso_debug_pub.add('Update_Rows: Before call to aso_pricing_int.Delete_Promotion',1, 'N');
8567: end if;

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

8562:
8563: -- New code to call aso_pricing_int.delete_promotion 07/22/02
8564: IF aso_debug_pub.g_debug_flag = 'Y' THEN
8565: aso_debug_pub.add('Update_Rows: l_Price_Attributes_Tbl.count: '||l_Price_Attributes_Tbl.count,1, 'N');
8566: aso_debug_pub.add('Update_Rows: Before call to aso_pricing_int.Delete_Promotion',1, 'N');
8567: end if;
8568:
8569: IF l_Price_Attributes_Tbl.count > 0 THEN
8570:

Line 8571: aso_pricing_int.Delete_Promotion (

8567: end if;
8568:
8569: IF l_Price_Attributes_Tbl.count > 0 THEN
8570:
8571: aso_pricing_int.Delete_Promotion (
8572: P_Api_Version_Number => 1.0,
8573: P_Init_Msg_List => FND_API.G_FALSE,
8574: P_Commit => FND_API.G_FALSE,
8575: p_price_attr_tbl => l_Price_Attributes_Tbl,

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

8582: end if;
8583:
8584: END IF;
8585:
8586: -- End of New code to call aso_pricing_int.delete_promotion 07/22/02
8587:
8588:
8589: -- insert rows into aso_payments_tbl
8590:

Line 8848: ASO_PRICING_INT.Pricing_Order(

8844: l_hd_shipment_rec := l_hd_shipment_tbl(1);
8845: end if;
8846:
8847:
8848: ASO_PRICING_INT.Pricing_Order(
8849: P_Api_Version_Number => 1.0,
8850: P_Init_Msg_List => fnd_api.g_false,
8851: P_Commit => fnd_api.g_false,
8852: p_control_rec => l_pricing_control_rec,