DBA Data[Home] [Help]

APPS.CSM_EMAIL_QUERY_PKG dependencies on JTF_NOTES_PUB

Line 1344: jtf_notes_pub.create_note

1340:
1341: l_note_type := fnd_profile.value('JTF_NTS_NOTE_TYPE');
1342:
1343: IF LENGTH(l_notes) > 2000 THEN
1344: jtf_notes_pub.create_note
1345: ( p_api_version => 1.0
1346: , p_validation_level => FND_API.G_VALID_LEVEL_FULL
1347: , p_init_msg_list => FND_API.G_TRUE
1348: , p_commit => FND_API.G_TRUE

Line 1368: jtf_notes_pub.create_note

1364: , p_note_type => l_note_type
1365: , x_jtf_note_id => l_jtf_note_id
1366: );
1367: ELSE
1368: jtf_notes_pub.create_note
1369: ( p_api_version => 1.0
1370: , p_validation_level => FND_API.G_VALID_LEVEL_FULL
1371: , p_init_msg_list => FND_API.G_TRUE
1372: , p_commit => FND_API.G_TRUE

Line 1396: || ' ROOT ERROR: jtf_notes_pub.Create_note'

1392:
1393: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1394: x_return_status := FND_API.G_RET_STS_ERROR;
1395: x_error_message := 'Error in ADD_TASK_NOTE :'
1396: || ' ROOT ERROR: jtf_notes_pub.Create_note'
1397: || ' for PK TASK_NUMBER: ' || p_task_number
1398: || ' Details:' || x_error_message;
1399: CSM_UTIL_PKG.LOG( x_error_message,g_object_name, FND_LOG.LEVEL_ERROR);
1400: RETURN ;