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 5093: aso_copy_quote_pvt.copy_quote( P_Api_Version_Number => 1.0,

5089:
5090: l_copy_quote_control_rec.new_version := FND_API.G_TRUE;
5091: l_copy_quote_header_rec.quote_header_id := l_old_header_rec.quote_header_id;
5092:
5093: aso_copy_quote_pvt.copy_quote( P_Api_Version_Number => 1.0,
5094: P_Init_Msg_List => FND_API.G_FALSE,
5095: P_Commit => FND_API.G_FALSE,
5096: P_Copy_Quote_Header_Rec => l_copy_quote_header_rec,
5097: P_Copy_Quote_Control_Rec => l_copy_quote_control_rec,

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

9333:
9334: l_copy_quote_control_rec.new_version := fnd_api.g_true;
9335: l_copy_quote_header_rec.quote_header_id := l_old_header_rec.quote_header_id;
9336:
9337: aso_copy_quote_pvt.copy_quote( P_Api_Version_Number => 1.0,
9338: P_Init_Msg_List => FND_API.G_FALSE,
9339: P_Commit => FND_API.G_FALSE,
9340: P_Copy_Quote_Header_Rec => l_copy_quote_header_rec,
9341: P_Copy_Quote_Control_Rec => l_copy_quote_control_rec,

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

9346: X_Msg_Data => x_msg_data
9347: );
9348:
9349: if aso_debug_pub.g_debug_flag = 'Y' THEN
9350: aso_debug_pub.add('Delete_Quote_Line: After call to aso_copy_quote_pvt.copy_quote');
9351: aso_debug_pub.add('After copy_quote l_return_status: ' || l_return_status);
9352: aso_debug_pub.add('After copy_quote x_quote_header_id: ' || x_quote_header_id);
9353: aso_debug_pub.add('After copy_quote l_qte_nbr: ' || l_qte_nbr);
9354: end if;