DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PVT dependencies on ASO_NOTES_INT

Line 1846: ASO_NOTES_INT.COPY_NOTES (

1842: aso_debug_pub.ADD ('Copy_Rows - Begin- before copy_notes ' , 1, 'N' );
1843: aso_debug_pub.ADD ('Copy_Rows - Begin- creating new reference for note ' , 1, 'N' );
1844: END IF;
1845:
1846: ASO_NOTES_INT.COPY_NOTES (
1847: p_api_version => l_api_version
1848: , p_init_msg_list => FND_API.G_FALSE
1849: , p_commit => FND_API.G_FALSE
1850: , x_return_status => l_return_status

Line 1879: ASO_NOTES_INT.Copy_Notes_copy_quote (

1875: ELSE -- this means new quote is being created
1876: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1877: aso_debug_pub.ADD ('Copy_Rows - Begin- creating new note ' , 1, 'N' );
1878: END IF;
1879: ASO_NOTES_INT.Copy_Notes_copy_quote (
1880: p_api_version => l_api_version
1881: , p_init_msg_list => FND_API.G_FALSE
1882: , p_commit => FND_API.G_FALSE
1883: , p_old_object_id => l_old_qte_header_id