DBA Data[Home] [Help]

APPS.IEU_WPACTIONS_PVT dependencies on JTF_NOTES_PUB

Line 114: l_note_ctxt_tbl jtf_notes_pub.jtf_note_contexts_tbl_type;

110:
111: -- notes related parameters
112: l_note_id NUMBER;
113: l_context_id NUMBER;
114: l_note_ctxt_tbl jtf_notes_pub.jtf_note_contexts_tbl_type;
115: l_note_ctxt_idx NUMBER;
116:
117: cursor C_note_context_id(p_object_id NUMBER) is
118: select contact_id

Line 661: jtf_notes_pub.create_note(

657: l_note_ctxt_tbl(l_note_ctxt_idx).NOTE_CONTEXT_TYPE := l_src_task;
658: l_note_ctxt_tbl(l_note_ctxt_idx).NOTE_CONTEXT_TYPE_ID := l_task_rec_tbl(i).id;
659: l_note_ctxt_idx := l_note_ctxt_idx+1;
660:
661: jtf_notes_pub.create_note(
662: -- p_parent_note_id => fnd_api.g_miss_num,
663: -- p_jtf_note_id => fnd_api.g_miss_num,
664: p_api_version => l_api_version,
665: p_init_msg_list => G_FALSE,

Line 729: jtf_notes_pub.Create_note_context

725: -- if the source object type of the task is registered for notes usage,
726: -- create a note context for
727: IF (c_task_src%FOUND) THEN
728: if (l_note_context_type_id is not null) then
729: jtf_notes_pub.Create_note_context
730: ( p_validation_level => l_valid_level_full,
731: p_jtf_note_id => l_note_id,
732: p_last_update_date => FND_API.G_MISS_DATE,
733: p_last_updated_by => G_USER_ID,

Line 777: jtf_notes_pub.Create_note_context

773: -- create a note context for
774: if (l_obj_type_code = 'LEAD' ) then
775: IF (c_task_src%FOUND) THEN
776: if (l_note_context_type_id is not null) then
777: jtf_notes_pub.Create_note_context
778: ( p_validation_level => l_valid_level_full,
779: p_jtf_note_id => l_note_id,
780: p_last_update_date => FND_API.G_MISS_DATE,
781: p_last_updated_by => G_USER_ID,

Line 826: jtf_notes_pub.Create_note_context

822: -- create a note context for
823: if ( l_obj_type_code = 'LEAD' ) then
824: IF (c_task_src%FOUND) THEN
825: if (l_note_context_type_id is not null) then
826: jtf_notes_pub.Create_note_context
827: ( p_validation_level => l_valid_level_full,
828: p_jtf_note_id => l_note_id,
829: p_last_update_date => FND_API.G_MISS_DATE,
830: p_last_updated_by => G_USER_ID,

Line 877: jtf_notes_pub.Create_note_context

873: -- create a note context for
874: if (l_obj_type_code = 'OPPORTUNITY' ) then
875: IF (c_task_src%FOUND) THEN
876: if (l_note_context_type_id is not null) then
877: jtf_notes_pub.Create_note_context
878: ( p_validation_level => l_valid_level_full,
879: p_jtf_note_id => l_note_id,
880: p_last_update_date => FND_API.G_MISS_DATE,
881: p_last_updated_by => G_USER_ID,

Line 931: jtf_notes_pub.Create_note_context

927: -- create a note context for
928: if ( l_obj_type_code = 'OPPORTUNITY' ) then
929: IF (c_task_src%FOUND) THEN
930: if (l_note_context_type_id is not null) then
931: jtf_notes_pub.Create_note_context
932: ( p_validation_level => l_valid_level_full,
933: p_jtf_note_id => l_note_id,
934: p_last_update_date => FND_API.G_MISS_DATE,
935: p_last_updated_by => G_USER_ID,

Line 995: jtf_notes_pub.Create_note_context

991: -- create a note context for
992: if (l_obj_type_code = 'PARTY' ) then
993: IF (c_task_src%FOUND) THEN
994: if (l_note_context_type_id is not null) then
995: jtf_notes_pub.Create_note_context
996: ( p_validation_level => l_valid_level_full,
997: p_jtf_note_id => l_note_id,
998: p_last_update_date => FND_API.G_MISS_DATE,
999: p_last_updated_by => G_USER_ID,

Line 1059: jtf_notes_pub.Create_note_context

1055: -- create a note context for
1056: if ( l_obj_type_code = 'PARTY' ) then
1057: IF (c_task_src%FOUND) THEN
1058: if (l_note_context_type_id is not null) then
1059: jtf_notes_pub.Create_note_context
1060: ( p_validation_level => l_valid_level_full,
1061: p_jtf_note_id => l_note_id,
1062: p_last_update_date => FND_API.G_MISS_DATE,
1063: p_last_updated_by => G_USER_ID,