DBA Data[Home] [Help]

APPS.CUG_INCIDNT_ATTR_VALS_PVT dependencies on JTF_NOTES_PUB

Line 362: l_note_context_tab_dflt JTF_NOTES_PUB.jtf_note_contexts_tbl_type;

358: l_msg_count NUMBER;
359: l_login_id NUMBER := 0 ;
360: l_created_by_user_id NUMBER := 0;
361: l_incident_id NUMBER := p_incident_id ;
362: l_note_context_tab_dflt JTF_NOTES_PUB.jtf_note_contexts_tbl_type;
363:
364:
365: Begin
366: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 396: JTF_NOTES_PUB.Create_note (

392: incident_county
393: */
394: -- dbms_output.put_line( ' Came Here 30' || x_return_status );
395: -- dbms_output.put_line( ' Came Here 40' || l_addr_notes );
396: JTF_NOTES_PUB.Create_note (
397: p_api_version => 1.0 ,
398: p_init_msg_list => 'T',
399: p_commit => l_commit,
400: p_validation_level => csc_core_utils_pvt.g_valid_level_none,