DBA Data[Home] [Help]

APPS.CN_QUOTA_ASSIGN_PVT dependencies on JTF_NOTES_PUB

Line 237: jtf_notes_pub.create_note

233: fnd_message.set_name ('CN', 'CNR12_NOTE_COMPPLAN_ASPE_AS');
234: fnd_message.set_token ('PE_NAME', l_pe_name);
235: fnd_message.set_token ('CP_NAME', l_cp_name);
236: l_note_msg := fnd_message.get;
237: jtf_notes_pub.create_note
238: (p_api_version => 1.0,
239: x_return_status => x_return_status,
240: x_msg_count => x_msg_count,
241: x_msg_data => x_msg_data,

Line 593: /*jtf_notes_pub.create_note

589: fnd_message.set_token ('PE_NAME', l_pe_name);
590: fnd_message.set_token ('CP_NAME', l_cp_name);
591: l_note_msg := fnd_message.get;
592: l_consolidated_note := l_note_msg || fnd_global.local_chr(10);
593: /*jtf_notes_pub.create_note
594: (p_api_version => 1.0,
595: x_return_status => x_return_status,
596: x_msg_count => x_msg_count,
597: x_msg_data => x_msg_data,

Line 620: /*jtf_notes_pub.create_note

616: fnd_message.set_token ('CP_NAME', l_cp_name);
617: l_note_msg := fnd_message.get;
618: l_consolidated_note := l_consolidated_note || l_note_msg ||fnd_global.local_chr(10);
619:
620: /*jtf_notes_pub.create_note
621: (p_api_version => 1.0,
622: x_return_status => x_return_status,
623: x_msg_count => x_msg_count,
624: x_msg_data => x_msg_data,

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

634: END IF;
635:
636: IF LENGTH(l_consolidated_note) > 1 THEN
637:
638: jtf_notes_pub.create_note (p_api_version => 1.0,
639: x_return_status => x_return_status,
640: x_msg_count => x_msg_count,
641: x_msg_data => x_msg_data,
642: p_source_object_id => l_comp_plan_id,

Line 816: jtf_notes_pub.create_note

812: fnd_message.set_name ('CN', 'CNR12_NOTE_COMPPLAN_ASPE_UNAS');
813: fnd_message.set_token ('PE_NAME', l_pe_name);
814: fnd_message.set_token ('CP_NAME', l_cp_name);
815: l_note_msg := fnd_message.get;
816: jtf_notes_pub.create_note
817: (p_api_version => 1.0,
818: x_return_status => x_return_status,
819: x_msg_count => x_msg_count,
820: x_msg_data => x_msg_data,