DBA Data[Home] [Help]

APPS.ASO_QUOTE_HEADERS_PVT dependencies on ASO_PRICING_INT

Line 3032: /* Commented the following code to call new api aso_pricing_int.delete_promotion 07/22/02

3028: p_ATTRIBUTE20 => l_price_attributes_rec.ATTRIBUTE20,
3029: p_OBJECT_VERSION_NUMBER => l_price_attributes_rec.OBJECT_VERSION_NUMBER
3030: );
3031:
3032: /* Commented the following code to call new api aso_pricing_int.delete_promotion 07/22/02
3033:
3034: ELSIF l_price_attributes_rec.operation_code = 'DELETE' THEN
3035: ASO_PRICE_ATTRIBUTES_PKG.Delete_Row(
3036: p_PRICE_ATTRIBUTE_ID => l_price_attributes_rec.price_attribute_id);

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

3040: END IF;
3041:
3042: END LOOP;
3043:
3044: -- New code to call aso_pricing_int.delete_promotion 07/22/02
3045:
3046: IF aso_debug_pub.g_debug_flag = 'Y' THEN
3047: aso_debug_pub.add('Update_Rows: p_Price_Attributes_Tbl.count: '||p_Price_Attributes_Tbl.count,1, 'N');
3048: aso_debug_pub.add('Update_Rows: Before call to aso_pricing_int.Delete_Promotion',1, 'N');

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

3044: -- New code to call aso_pricing_int.delete_promotion 07/22/02
3045:
3046: IF aso_debug_pub.g_debug_flag = 'Y' THEN
3047: aso_debug_pub.add('Update_Rows: p_Price_Attributes_Tbl.count: '||p_Price_Attributes_Tbl.count,1, 'N');
3048: aso_debug_pub.add('Update_Rows: Before call to aso_pricing_int.Delete_Promotion',1, 'N');
3049: END IF;
3050:
3051: IF p_Price_Attributes_Tbl.count > 0 THEN
3052:

Line 3053: aso_pricing_int.Delete_Promotion (

3049: END IF;
3050:
3051: IF p_Price_Attributes_Tbl.count > 0 THEN
3052:
3053: aso_pricing_int.Delete_Promotion (
3054: P_Api_Version_Number => 1.0,
3055: P_Init_Msg_List => FND_API.G_FALSE,
3056: P_Commit => FND_API.G_FALSE,
3057: p_price_attr_tbl => p_Price_Attributes_Tbl,

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

3065: END IF;
3066:
3067: END IF;
3068:
3069: -- End of New code to call aso_pricing_int.delete_promotion 07/22/02
3070:
3071:
3072: -- sales credits
3073: FOR i in 1..p_Sales_Credit_Tbl.count LOOP

Line 3983: l_pricing_control_rec ASO_PRICING_INT.PRICING_CONTROL_REC_TYPE;

3979: l_Price_Adj_Attr_Tbl_out ASO_QUOTE_PUB.Price_Adj_Attr_Tbl_Type;
3980: l_Price_Adjustment_Tbl ASO_QUOTE_PUB.Price_Adj_Tbl_Type :=p_Price_Adjustment_Tbl;
3981: l_line_rltship_rec ASO_QUOTE_PUB.Line_Rltship_Rec_Type;
3982: l_price_adj_rltship_rec ASO_QUOTE_PUB.Price_Adj_Rltship_Rec_Type;
3983: l_pricing_control_rec ASO_PRICING_INT.PRICING_CONTROL_REC_TYPE;
3984:
3985: l_shipment_id NUMBER;
3986: l_payment_id NUMBER;
3987: l_found VARCHAR2(1);

Line 6043: aso_debug_pub.add('Create_Quote: Before call to ASO_PRICING_INT.Pricing_Order');

6039: lv_hd_shipment_rec := lv_hd_shipment_tbl(1);
6040: end if;
6041:
6042: IF aso_debug_pub.g_debug_flag = 'Y' THEN
6043: aso_debug_pub.add('Create_Quote: Before call to ASO_PRICING_INT.Pricing_Order');
6044: aso_debug_pub.add('Create_Quote: x_qte_line_tbl.count: ' || x_qte_line_tbl.count);
6045: END IF;
6046:
6047: ASO_PRICING_INT.Pricing_Order(

Line 6047: ASO_PRICING_INT.Pricing_Order(

6043: aso_debug_pub.add('Create_Quote: Before call to ASO_PRICING_INT.Pricing_Order');
6044: aso_debug_pub.add('Create_Quote: x_qte_line_tbl.count: ' || x_qte_line_tbl.count);
6045: END IF;
6046:
6047: ASO_PRICING_INT.Pricing_Order(
6048: P_Api_Version_Number => 1.0,
6049: P_Init_Msg_List => fnd_api.g_false,
6050: P_Commit => fnd_api.g_false,
6051: p_control_rec => l_pricing_control_rec,

Line 6074: aso_debug_pub.add('Create_Quote: After call to ASO_PRICING_INT.Pricing_Order');

6070:
6071: x_qte_line_tbl := lx_qte_line_tbl;
6072:
6073: IF aso_debug_pub.g_debug_flag = 'Y' THEN
6074: aso_debug_pub.add('Create_Quote: After call to ASO_PRICING_INT.Pricing_Order');
6075: aso_debug_pub.add('Create_Quote: l_return_status: ' || l_return_status);
6076: aso_debug_pub.add('Create_Quote: lx_qte_line_tbl.count: ' || lx_qte_line_tbl.count);
6077: aso_debug_pub.add('Create_Quote: x_qte_line_tbl.count: ' || x_qte_line_tbl.count);
6078: END IF;

Line 6730: l_pricing_control_rec ASO_PRICING_INT.PRICING_CONTROL_REC_TYPE;

6726: l_Price_Adj_Tbl ASO_QUOTE_PUB.Price_Adj_Tbl_Type;
6727: l_Price_Adj_Tbl_out ASO_QUOTE_PUB.Price_Adj_Tbl_Type;
6728: l_Price_Adj_Attr_Tbl ASO_QUOTE_PUB.Price_Adj_Attr_Tbl_Type;
6729: l_Price_Adj_Attr_Tbl_out ASO_QUOTE_PUB.Price_Adj_Attr_Tbl_Type;
6730: l_pricing_control_rec ASO_PRICING_INT.PRICING_CONTROL_REC_TYPE;
6731: l_Price_Adjustment_Tbl ASO_QUOTE_PUB.Price_Adj_Tbl_Type := p_Price_Adjustment_Tbl;
6732: l_line_rltship_rec ASO_QUOTE_PUB.Line_Rltship_Rec_Type;
6733: l_price_adj_rltship_rec ASO_QUOTE_PUB.Price_Adj_Rltship_Rec_Type;
6734: l_Tax_Control_Rec ASO_TAX_INT.Tax_Control_Rec_Type;

Line 10113: aso_debug_pub.add('Update_Quote: Before call to ASO_PRICING_INT.Pricing_Order');

10109: lv_hd_shipment_rec := lv_hd_shipment_tbl(1);
10110: end if;
10111:
10112: IF aso_debug_pub.g_debug_flag = 'Y' THEN
10113: aso_debug_pub.add('Update_Quote: Before call to ASO_PRICING_INT.Pricing_Order');
10114: aso_debug_pub.add('Update_Quote: x_qte_line_tbl.count: ' || x_qte_line_tbl.count);
10115: END IF;
10116:
10117: ASO_PRICING_INT.Pricing_Order(

Line 10117: ASO_PRICING_INT.Pricing_Order(

10113: aso_debug_pub.add('Update_Quote: Before call to ASO_PRICING_INT.Pricing_Order');
10114: aso_debug_pub.add('Update_Quote: x_qte_line_tbl.count: ' || x_qte_line_tbl.count);
10115: END IF;
10116:
10117: ASO_PRICING_INT.Pricing_Order(
10118: P_Api_Version_Number => 1.0,
10119: P_Init_Msg_List => fnd_api.g_false,
10120: P_Commit => fnd_api.g_false,
10121: p_control_rec => l_pricing_control_rec,

Line 10144: aso_debug_pub.add('Update_Quote: After call to ASO_PRICING_INT.Pricing_Order');

10140:
10141: x_qte_line_tbl := lx_qte_line_tbl;
10142:
10143: IF aso_debug_pub.g_debug_flag = 'Y' THEN
10144: aso_debug_pub.add('Update_Quote: After call to ASO_PRICING_INT.Pricing_Order');
10145: aso_debug_pub.add('Update_Quote: l_return_status: ' || l_return_status);
10146: aso_debug_pub.add('Update_Quote: lx_qte_line_tbl.count: ' || lx_qte_line_tbl.count);
10147: aso_debug_pub.add('Update_Quote: x_qte_line_tbl.count: ' || x_qte_line_tbl.count);
10148: END IF;