DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PVT dependencies on JTF_NOTES_PUB

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

1082: CLOSE get_note_id;
1083:
1084: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1085: aso_debug_pub.ADD ( 'Copy_Quote - l_note_id: '|| l_note_id , 1 , 'Y' );
1086: aso_debug_pub.ADD ( 'Copy_Quote - Before Calling JTF_NOTES_PUB.Create_Note_Context', 1 , 'Y' );
1087: END IF;
1088:
1089: JTF_NOTES_PUB.Create_Note_Context(
1090: p_validation_level => FND_API.G_VALID_LEVEL_NONE,

Line 1089: JTF_NOTES_PUB.Create_Note_Context(

1085: aso_debug_pub.ADD ( 'Copy_Quote - l_note_id: '|| l_note_id , 1 , 'Y' );
1086: aso_debug_pub.ADD ( 'Copy_Quote - Before Calling JTF_NOTES_PUB.Create_Note_Context', 1 , 'Y' );
1087: END IF;
1088:
1089: JTF_NOTES_PUB.Create_Note_Context(
1090: p_validation_level => FND_API.G_VALID_LEVEL_NONE,
1091: x_return_status => x_return_status ,
1092: p_jtf_note_id => l_note_id ,
1093: p_last_update_date => sysdate ,

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

1100: x_note_context_id => lx_jtf_note_context_id
1101: );
1102:
1103: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1104: aso_debug_pub.ADD ( 'Copy_Quote - After Calling JTF_NOTES_PUB.Create_Note_Context', 1 , 'Y' );
1105: aso_debug_pub.ADD ( 'Copy_Quote - x_return_status : ' || x_return_status, 1 , 'Y' );
1106: aso_debug_pub.ADD ( 'Copy_Quote - lx_jtf_note_context_id: ' || lx_jtf_note_context_id, 1 , 'Y' );
1107: END IF;
1108: IF x_return_status = FND_API.G_RET_STS_ERROR THEN