DBA Data[Home] [Help]

APPS.CN_COMP_PLAN_PVT dependencies on JTF_NOTES_PUB

Line 285: jtf_notes_pub.create_note

281: /* This code is later needed when the Public --> Pvt instead of pvt --> public
282: fnd_message.set_name ('CN', 'CNR12_NOTE_COMPPLAN_CREATE');
283: fnd_message.set_token ('CP_NAME', l_comp_rec.NAME);
284: l_note_msg := fnd_message.get;
285: jtf_notes_pub.create_note
286: (p_api_version => 1.0,
287: x_return_status => x_return_status,
288: x_msg_count => x_msg_count,
289: x_msg_data => x_msg_data,

Line 669: jtf_notes_pub.create_note (p_api_version => 1.0,

665: l_note_msg := fnd_message.get;
666: l_consolidated_note := l_note_msg || fnd_global.local_chr(10);
667:
668: /*
669: jtf_notes_pub.create_note (p_api_version => 1.0,
670: x_return_status => x_return_status,
671: x_msg_count => x_msg_count,
672: x_msg_data => x_msg_data,
673: p_source_object_id => l_old_comp_plan.comp_plan_id,

Line 696: jtf_notes_pub.create_note (p_api_version => 1.0,

692: l_note_msg := fnd_message.get;
693: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
694:
695: /*
696: jtf_notes_pub.create_note (p_api_version => 1.0,
697: x_return_status => x_return_status,
698: x_msg_count => x_msg_count,
699: x_msg_data => x_msg_data,
700: p_source_object_id => l_old_comp_plan.comp_plan_id,

Line 720: jtf_notes_pub.create_note (p_api_version => 1.0,

716: fnd_message.set_token ('NEW_END_DATE', TO_CHAR (p_comp_plan.end_date));
717: l_note_msg := fnd_message.get;
718: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
719: /*
720: jtf_notes_pub.create_note (p_api_version => 1.0,
721: x_return_status => x_return_status,
722: x_msg_count => x_msg_count,
723: x_msg_data => x_msg_data,
724: p_source_object_id => l_old_comp_plan.comp_plan_id,

Line 746: jtf_notes_pub.create_note (p_api_version => 1.0,

742: fnd_message.set_name ('CN', 'CNR12_NOTE_COMPPLAN_ELIG_UPD2');
743: l_note_msg := fnd_message.get;
744: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
745: /*
746: jtf_notes_pub.create_note (p_api_version => 1.0,
747: x_return_status => x_return_status,
748: x_msg_count => x_msg_count,
749: x_msg_data => x_msg_data,
750: p_source_object_id => l_old_comp_plan.comp_plan_id,

Line 772: jtf_notes_pub.create_note (p_api_version => 1.0,

768: fnd_message.set_name ('CN', 'CNR12_NOTE_COMPPLAN_ELIG_UPD1');
769: l_note_msg := fnd_message.get;
770: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
771: /*
772: jtf_notes_pub.create_note (p_api_version => 1.0,
773: x_return_status => x_return_status,
774: x_msg_count => x_msg_count,
775: x_msg_data => x_msg_data,
776: p_source_object_id => l_old_comp_plan.comp_plan_id,

Line 789: jtf_notes_pub.create_note (p_api_version => 1.0,

785:
786:
787: IF LENGTH(l_consolidated_note) > 1 THEN
788:
789: jtf_notes_pub.create_note (p_api_version => 1.0,
790: x_return_status => x_return_status,
791: x_msg_count => x_msg_count,
792: x_msg_data => x_msg_data,
793: p_source_object_id => l_old_comp_plan.comp_plan_id,

Line 964: jtf_notes_pub.create_note (p_api_version => 1.0,

960: THEN
961: fnd_message.set_name ('CN', 'CNR12_NOTE_COMPPLAN_DELETE');
962: fnd_message.set_token ('CP_NAME', l_cp_name);
963: l_note_msg := fnd_message.get;
964: jtf_notes_pub.create_note (p_api_version => 1.0,
965: x_return_status => x_return_status,
966: x_msg_count => x_msg_count,
967: x_msg_data => x_msg_data,
968: p_source_object_id => l_org_id,