DBA Data[Home] [Help]

APPS.JTF_TASKS_PUB dependencies on JTF_NOTES_PUB

Line 1620: jtf_notes_pub.create_note(

1616: IF p_task_notes_tbl.COUNT > 0 THEN
1617: current_record := p_task_notes_tbl.FIRST;
1618:
1619: FOR i IN 1 .. p_task_notes_tbl.COUNT LOOP
1620: jtf_notes_pub.create_note(
1621: p_api_version => 1.0
1622: , p_init_msg_list => fnd_api.g_false
1623: , p_commit => fnd_api.g_false
1624: , p_validation_level => fnd_api.g_valid_level_full

Line 1639: , p_jtf_note_contexts_tab => jtf_notes_pub.jtf_note_contexts_tab

1635: , p_entered_by => p_task_notes_tbl(i).entered_by
1636: , p_entered_date => p_task_notes_tbl(i).entered_date
1637: , x_jtf_note_id => l_notes_id
1638: , p_note_type => p_task_notes_tbl(i).note_type
1639: , p_jtf_note_contexts_tab => jtf_notes_pub.jtf_note_contexts_tab
1640: , p_creation_date => SYSDATE
1641: , p_last_update_date => SYSDATE
1642: , p_last_updated_by => fnd_global.login_id
1643: , p_attribute1 => p_task_notes_tbl(i).attribute1

Line 6762: jtf_notes_pub.writelobtodata(notes_rec.jtf_note_id, l_notes_detail);

6758: END IF;
6759:
6760: -- Modified on 31/05/2006 for bug# 5211606
6761: FOR notes_rec IN c_notes(l_notes_source_object_code) LOOP
6762: jtf_notes_pub.writelobtodata(notes_rec.jtf_note_id, l_notes_detail);
6763:
6764: SELECT jtf_notes_s.NEXTVAL
6765: INTO l_note_id
6766: FROM DUAL;