DBA Data[Home] [Help]

APPS.CN_QUOTA_ASSIGN_PVT dependencies on FND_GLOBAL

Line 592: l_consolidated_note := l_note_msg || fnd_global.local_chr(10);

588: fnd_message.set_name ('CN', 'CNR12_NOTE_COMPPLAN_ASPE_AS');
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,

Line 618: l_consolidated_note := l_consolidated_note || l_note_msg ||fnd_global.local_chr(10);

614: fnd_message.set_name ('CN', 'CNR12_NOTE_COMPPLAN_ASPE_UNAS');
615: fnd_message.set_token ('PE_NAME', l_pe_name);
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,