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 680: jtf_notes_pub.create_note(

676: l_note_ctxt_tbl(l_note_ctxt_idx).NOTE_CONTEXT_TYPE := l_src_task;
677: l_note_ctxt_tbl(l_note_ctxt_idx).NOTE_CONTEXT_TYPE_ID := l_task_rec_tbl(i).id;
678: l_note_ctxt_idx := l_note_ctxt_idx+1;
679:
680: jtf_notes_pub.create_note(
681: -- p_parent_note_id => fnd_api.g_miss_num,
682: -- p_jtf_note_id => fnd_api.g_miss_num,
683: p_api_version => l_api_version,
684: p_init_msg_list => G_FALSE,

Line 748: jtf_notes_pub.Create_note_context

744: -- if the source object type of the task is registered for notes usage,
745: -- create a note context for
746: IF (c_task_src%FOUND) THEN
747: if (l_note_context_type_id is not null) then
748: jtf_notes_pub.Create_note_context
749: ( p_validation_level => l_valid_level_full,
750: p_jtf_note_id => l_note_id,
751: p_last_update_date => FND_API.G_MISS_DATE,
752: p_last_updated_by => G_USER_ID,

Line 796: jtf_notes_pub.Create_note_context

792: -- create a note context for
793: if (l_obj_type_code = 'LEAD' ) then
794: IF (c_task_src%FOUND) THEN
795: if (l_note_context_type_id is not null) then
796: jtf_notes_pub.Create_note_context
797: ( p_validation_level => l_valid_level_full,
798: p_jtf_note_id => l_note_id,
799: p_last_update_date => FND_API.G_MISS_DATE,
800: p_last_updated_by => G_USER_ID,

Line 845: jtf_notes_pub.Create_note_context

841: -- create a note context for
842: if ( l_obj_type_code = 'LEAD' ) then
843: IF (c_task_src%FOUND) THEN
844: if (l_note_context_type_id is not null) then
845: jtf_notes_pub.Create_note_context
846: ( p_validation_level => l_valid_level_full,
847: p_jtf_note_id => l_note_id,
848: p_last_update_date => FND_API.G_MISS_DATE,
849: p_last_updated_by => G_USER_ID,

Line 896: jtf_notes_pub.Create_note_context

892: -- create a note context for
893: if (l_obj_type_code = 'OPPORTUNITY' ) then
894: IF (c_task_src%FOUND) THEN
895: if (l_note_context_type_id is not null) then
896: jtf_notes_pub.Create_note_context
897: ( p_validation_level => l_valid_level_full,
898: p_jtf_note_id => l_note_id,
899: p_last_update_date => FND_API.G_MISS_DATE,
900: p_last_updated_by => G_USER_ID,

Line 950: jtf_notes_pub.Create_note_context

946: -- create a note context for
947: if ( l_obj_type_code = 'OPPORTUNITY' ) then
948: IF (c_task_src%FOUND) THEN
949: if (l_note_context_type_id is not null) then
950: jtf_notes_pub.Create_note_context
951: ( p_validation_level => l_valid_level_full,
952: p_jtf_note_id => l_note_id,
953: p_last_update_date => FND_API.G_MISS_DATE,
954: p_last_updated_by => G_USER_ID,

Line 1014: jtf_notes_pub.Create_note_context

1010: -- create a note context for
1011: if (l_obj_type_code = 'PARTY' ) then
1012: IF (c_task_src%FOUND) THEN
1013: if (l_note_context_type_id is not null) then
1014: jtf_notes_pub.Create_note_context
1015: ( p_validation_level => l_valid_level_full,
1016: p_jtf_note_id => l_note_id,
1017: p_last_update_date => FND_API.G_MISS_DATE,
1018: p_last_updated_by => G_USER_ID,

Line 1078: jtf_notes_pub.Create_note_context

1074: -- create a note context for
1075: if ( l_obj_type_code = 'PARTY' ) then
1076: IF (c_task_src%FOUND) THEN
1077: if (l_note_context_type_id is not null) then
1078: jtf_notes_pub.Create_note_context
1079: ( p_validation_level => l_valid_level_full,
1080: p_jtf_note_id => l_note_id,
1081: p_last_update_date => FND_API.G_MISS_DATE,
1082: p_last_updated_by => G_USER_ID,