DBA Data[Home] [Help]

APPS.ASO_QUOTE_LINES_PVT dependencies on ASO_COPY_QUOTE_PVT

Line 2916: aso_copy_quote_pvt.copy_quote( P_Api_Version_Number => 1.0,

2912:
2913: l_copy_quote_control_rec.new_version := FND_API.G_TRUE;
2914: l_copy_quote_header_rec.quote_header_id := l_old_header_rec.quote_header_id;
2915:
2916: aso_copy_quote_pvt.copy_quote( P_Api_Version_Number => 1.0,
2917: P_Init_Msg_List => FND_API.G_FALSE,
2918: P_Commit => FND_API.G_FALSE,
2919: P_Copy_Quote_Header_Rec => l_copy_quote_header_rec,
2920: P_Copy_Quote_Control_Rec => l_copy_quote_control_rec,

Line 5117: aso_copy_quote_pvt.copy_quote( P_Api_Version_Number => 1.0,

5113:
5114: l_copy_quote_control_rec.new_version := FND_API.G_TRUE;
5115: l_copy_quote_header_rec.quote_header_id := l_old_header_rec.quote_header_id;
5116:
5117: aso_copy_quote_pvt.copy_quote( P_Api_Version_Number => 1.0,
5118: P_Init_Msg_List => FND_API.G_FALSE,
5119: P_Commit => FND_API.G_FALSE,
5120: P_Copy_Quote_Header_Rec => l_copy_quote_header_rec,
5121: P_Copy_Quote_Control_Rec => l_copy_quote_control_rec,

Line 9455: aso_copy_quote_pvt.copy_quote( P_Api_Version_Number => 1.0,

9451:
9452: l_copy_quote_control_rec.new_version := fnd_api.g_true;
9453: l_copy_quote_header_rec.quote_header_id := l_old_header_rec.quote_header_id;
9454:
9455: aso_copy_quote_pvt.copy_quote( P_Api_Version_Number => 1.0,
9456: P_Init_Msg_List => FND_API.G_FALSE,
9457: P_Commit => FND_API.G_FALSE,
9458: P_Copy_Quote_Header_Rec => l_copy_quote_header_rec,
9459: P_Copy_Quote_Control_Rec => l_copy_quote_control_rec,

Line 9468: aso_debug_pub.add('Delete_Quote_Line: After call to aso_copy_quote_pvt.copy_quote');

9464: X_Msg_Data => x_msg_data
9465: );
9466:
9467: if aso_debug_pub.g_debug_flag = 'Y' THEN
9468: aso_debug_pub.add('Delete_Quote_Line: After call to aso_copy_quote_pvt.copy_quote');
9469: aso_debug_pub.add('After copy_quote l_return_status: ' || l_return_status);
9470: aso_debug_pub.add('After copy_quote x_quote_header_id: ' || x_quote_header_id);
9471: aso_debug_pub.add('After copy_quote l_qte_nbr: ' || l_qte_nbr);
9472: end if;