DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PVT dependencies on ASO_NOTES_INT

Line 1288: ASO_NOTES_INT.COPY_NOTES (

1284: aso_debug_pub.ADD ('Copy_Rows - Begin- before copy_notes ' , 1, 'N' );
1285: aso_debug_pub.ADD ('Copy_Rows - Begin- creating new reference for note ' , 1, 'N' );
1286: END IF;
1287:
1288: ASO_NOTES_INT.COPY_NOTES (
1289: p_api_version => l_api_version
1290: , p_init_msg_list => FND_API.G_FALSE
1291: , p_commit => FND_API.G_FALSE
1292: , x_return_status => l_return_status

Line 1321: ASO_NOTES_INT.Copy_Notes_copy_quote (

1317: ELSE -- this means new quote is being created
1318: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1319: aso_debug_pub.ADD ('Copy_Rows - Begin- creating new note ' , 1, 'N' );
1320: END IF;
1321: ASO_NOTES_INT.Copy_Notes_copy_quote (
1322: p_api_version => l_api_version
1323: , p_init_msg_list => FND_API.G_FALSE
1324: , p_commit => FND_API.G_FALSE
1325: , p_old_object_id => l_old_qte_header_id