DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PVT dependencies on JTF_NOTES_PUB

Line 783: aso_debug_pub.ADD ( 'Copy_Quote - Before Calling JTF_NOTES_PUB.Create_Note_Context', 1 , 'Y' );

779: CLOSE get_note_id;
780:
781: IF aso_debug_pub.g_debug_flag = 'Y' THEN
782: aso_debug_pub.ADD ( 'Copy_Quote - l_note_id: '|| l_note_id , 1 , 'Y' );
783: aso_debug_pub.ADD ( 'Copy_Quote - Before Calling JTF_NOTES_PUB.Create_Note_Context', 1 , 'Y' );
784: END IF;
785:
786: JTF_NOTES_PUB.Create_Note_Context(
787: p_validation_level => FND_API.G_VALID_LEVEL_NONE,

Line 786: JTF_NOTES_PUB.Create_Note_Context(

782: aso_debug_pub.ADD ( 'Copy_Quote - l_note_id: '|| l_note_id , 1 , 'Y' );
783: aso_debug_pub.ADD ( 'Copy_Quote - Before Calling JTF_NOTES_PUB.Create_Note_Context', 1 , 'Y' );
784: END IF;
785:
786: JTF_NOTES_PUB.Create_Note_Context(
787: p_validation_level => FND_API.G_VALID_LEVEL_NONE,
788: x_return_status => x_return_status ,
789: p_jtf_note_id => l_note_id ,
790: p_last_update_date => sysdate ,

Line 801: aso_debug_pub.ADD ( 'Copy_Quote - After Calling JTF_NOTES_PUB.Create_Note_Context', 1 , 'Y' );

797: x_note_context_id => lx_jtf_note_context_id
798: );
799:
800: IF aso_debug_pub.g_debug_flag = 'Y' THEN
801: aso_debug_pub.ADD ( 'Copy_Quote - After Calling JTF_NOTES_PUB.Create_Note_Context', 1 , 'Y' );
802: aso_debug_pub.ADD ( 'Copy_Quote - x_return_status : ' || x_return_status, 1 , 'Y' );
803: aso_debug_pub.ADD ( 'Copy_Quote - lx_jtf_note_context_id: ' || lx_jtf_note_context_id, 1 , 'Y' );
804: END IF;
805: IF x_return_status = FND_API.G_RET_STS_ERROR THEN