DBA Data[Home] [Help]

APPS.CN_RATE_DIMENSIONS_PVT dependencies on FND_GLOBAL

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

572: fnd_message.set_name('CN', 'CNR12_NOTE_RT_DIM_UPDATE');
573: fnd_message.set_token('OLD_RT_DIM', l_dimension_name_old);
574: fnd_message.set_token('NEW_RT_DIM', p_name);
575: l_note_msg := fnd_message.get;
576: l_consolidated_note := l_note_msg || fnd_global.local_chr(10);
577: /*jtf_notes_pub.create_note
578: (p_api_version => 1.0,
579: x_return_status => x_return_status,
580: x_msg_count => x_msg_count,

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

592: fnd_message.set_name('CN', 'CNR12_NOTE_RT_DIM_TYPE_UPDATE');
593: fnd_message.set_token('OLD_DIM_TYPE', cn_api.get_lkup_meaning(l_type_old, 'UNIT_OF_MEASURE'));
594: fnd_message.set_token('NEW_DIM_TYPE', cn_api.get_lkup_meaning(p_dim_unit_code, 'UNIT_OF_MEASURE'));
595: l_note_msg := fnd_message.get;
596: l_consolidated_note := l_consolidated_note || l_note_msg || fnd_global.local_chr(10);
597: /* jtf_notes_pub.create_note
598: (p_api_version => 1.0,
599: x_return_status => x_return_status,
600: x_msg_count => x_msg_count,