DBA Data[Home] [Help]

APPS.CSZ_SERVICEREQUEST_UTIL_PVT dependencies on FND_MESSAGE

Line 433: fnd_message.set_name('CS','CS_SR_MULTIPLE_TASK_TEMP_GRP');

429: --
430: end loop;
431: --
432: if fnd_msg_pub.check_msg_level( fnd_msg_pub.g_msg_lvl_success ) then
433: fnd_message.set_name('CS','CS_SR_MULTIPLE_TASK_TEMP_GRP');
434: fnd_message.set_token('TGT_NAMES', l_task_temp_grp_names);
435: fnd_msg_pub.add_detail(p_message_type => fnd_msg_pub.G_WARNING_MSG);
436: end if;
437: elsif l_task_template_group_tbl.count = 1 then

Line 434: fnd_message.set_token('TGT_NAMES', l_task_temp_grp_names);

430: end loop;
431: --
432: if fnd_msg_pub.check_msg_level( fnd_msg_pub.g_msg_lvl_success ) then
433: fnd_message.set_name('CS','CS_SR_MULTIPLE_TASK_TEMP_GRP');
434: fnd_message.set_token('TGT_NAMES', l_task_temp_grp_names);
435: fnd_msg_pub.add_detail(p_message_type => fnd_msg_pub.G_WARNING_MSG);
436: end if;
437: elsif l_task_template_group_tbl.count = 1 then
438: l_new_task_group_template_id := l_task_template_group_tbl(0).task_template_group_id;

Line 457: fnd_message.set_name('CS', 'CS_SR_TASK_TEMP_GRP_MISMATCH');

453: fetch c_task_temp_grp_name into l_task_temp_grp_name;
454: close c_task_temp_grp_name;
455: --
456: if fnd_msg_pub.check_msg_level( fnd_msg_pub.g_msg_lvl_success ) then
457: fnd_message.set_name('CS', 'CS_SR_TASK_TEMP_GRP_MISMATCH');
458: fnd_message.set_token('TGT_NAME', l_task_temp_grp_name);
459: fnd_msg_pub.add_detail(p_message_type => fnd_msg_pub.G_WARNING_MSG);
460: end if;
461: --

Line 458: fnd_message.set_token('TGT_NAME', l_task_temp_grp_name);

454: close c_task_temp_grp_name;
455: --
456: if fnd_msg_pub.check_msg_level( fnd_msg_pub.g_msg_lvl_success ) then
457: fnd_message.set_name('CS', 'CS_SR_TASK_TEMP_GRP_MISMATCH');
458: fnd_message.set_token('TGT_NAME', l_task_temp_grp_name);
459: fnd_msg_pub.add_detail(p_message_type => fnd_msg_pub.G_WARNING_MSG);
460: end if;
461: --
462: end if;

Line 481: fnd_message.set_name('CS', 'CS_SR_TASK_TEMP_GRP_API_ERROR');

477: when fnd_api.g_exc_error then
478: --
479: x_return_status := fnd_api.g_ret_sts_success;
480: if fnd_msg_pub.check_msg_level( fnd_msg_pub.g_msg_lvl_success ) then
481: fnd_message.set_name('CS', 'CS_SR_TASK_TEMP_GRP_API_ERROR');
482: fnd_msg_pub.add_detail(p_message_type => fnd_msg_pub.G_WARNING_MSG);
483: end if;
484: --
485: fnd_msg_pub.count_and_get

Line 493: fnd_message.set_name('CS', 'CS_SR_TASK_TEMP_GRP_API_ERROR');

489: when fnd_api.g_exc_unexpected_error then
490: --
491: x_return_status := fnd_api.g_ret_sts_success;
492: if fnd_msg_pub.check_msg_level( fnd_msg_pub.g_msg_lvl_success ) then
493: fnd_message.set_name('CS', 'CS_SR_TASK_TEMP_GRP_API_ERROR');
494: fnd_msg_pub.add_detail(p_message_type => fnd_msg_pub.G_WARNING_MSG);
495: end if;
496: --
497: fnd_msg_pub.count_and_get

Line 513: fnd_message.set_name('CS', 'CS_SR_TASK_TEMP_GRP_API_ERROR');

509: end if;
510: --
511: x_return_status := fnd_api.g_ret_sts_success;
512: if fnd_msg_pub.check_msg_level( fnd_msg_pub.g_msg_lvl_success ) then
513: fnd_message.set_name('CS', 'CS_SR_TASK_TEMP_GRP_API_ERROR');
514: fnd_msg_pub.add_detail(p_message_type => fnd_msg_pub.G_WARNING_MSG);
515: end if;
516: --
517: fnd_msg_pub.count_and_get