DBA Data[Home] [Help]

APPS.IRC_CMP_BUS dependencies on FND_MESSAGE

Line 69: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');

65: close csr_sec_grp;
66: --
67: -- The primary key is invalid therefore we must error
68: --
69: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
70: hr_multi_message.add
71: (p_associated_column1
72: => nvl(p_associated_column1,'COMMUNICATION_PROPERTY_ID')
73: );

Line 156: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');

152: --
153: -- The primary key is invalid therefore we must error
154: --
155: close csr_leg_code;
156: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
157: fnd_message.raise_error;
158: end if;
159: hr_utility.set_location(l_proc,30);
160: --

Line 157: fnd_message.raise_error;

153: -- The primary key is invalid therefore we must error
154: --
155: close csr_leg_code;
156: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
157: fnd_message.raise_error;
158: end if;
159: hr_utility.set_location(l_proc,30);
160: --
161: -- Set the global variables so the values are

Line 409: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

405: IF NOT irc_cmp_shd.api_updating
406: (p_communication_property_id => p_rec.communication_property_id
407: ,p_object_version_number => p_rec.object_version_number
408: ) THEN
409: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
410: fnd_message.set_token('PROCEDURE ', l_proc);
411: fnd_message.set_token('STEP ', '5');
412: fnd_message.raise_error;
413: END IF;

Line 410: fnd_message.set_token('PROCEDURE ', l_proc);

406: (p_communication_property_id => p_rec.communication_property_id
407: ,p_object_version_number => p_rec.object_version_number
408: ) THEN
409: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
410: fnd_message.set_token('PROCEDURE ', l_proc);
411: fnd_message.set_token('STEP ', '5');
412: fnd_message.raise_error;
413: END IF;
414: --

Line 411: fnd_message.set_token('STEP ', '5');

407: ,p_object_version_number => p_rec.object_version_number
408: ) THEN
409: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
410: fnd_message.set_token('PROCEDURE ', l_proc);
411: fnd_message.set_token('STEP ', '5');
412: fnd_message.raise_error;
413: END IF;
414: --
415: -- EDIT_HERE: Add checks to ensure non-updateable args have

Line 412: fnd_message.raise_error;

408: ) THEN
409: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
410: fnd_message.set_token('PROCEDURE ', l_proc);
411: fnd_message.set_token('STEP ', '5');
412: fnd_message.raise_error;
413: END IF;
414: --
415: -- EDIT_HERE: Add checks to ensure non-updateable args have
416: -- not been updated.

Line 496: fnd_message.set_name('PER','IRC_412408_INVALID_COMM_STATUS');

492: --
493: -- raise error as does not exist as lookup
494: --
495: hr_utility.set_location('Leaving: '|| l_proc, 20);
496: fnd_message.set_name('PER','IRC_412408_INVALID_COMM_STATUS');
497: fnd_message.raise_error;
498: end if;
499: end if;
500: hr_utility.set_location('Leaving: '|| l_proc, 30);

Line 497: fnd_message.raise_error;

493: -- raise error as does not exist as lookup
494: --
495: hr_utility.set_location('Leaving: '|| l_proc, 20);
496: fnd_message.set_name('PER','IRC_412408_INVALID_COMM_STATUS');
497: fnd_message.raise_error;
498: end if;
499: end if;
500: hr_utility.set_location('Leaving: '|| l_proc, 30);
501: end chk_default_comm_status;

Line 560: fnd_message.set_name('PER','IRC_412409_INVALID_ATTACHMENT_FLAG');

556: --
557: -- raise error as does not exist as lookup
558: --
559: hr_utility.set_location('Leaving: '|| l_proc, 20);
560: fnd_message.set_name('PER','IRC_412409_INVALID_ATTACHMENT_FLAG');
561: fnd_message.raise_error;
562: end if;
563: end if;
564: hr_utility.set_location('Leaving: '|| l_proc, 30);

Line 561: fnd_message.raise_error;

557: -- raise error as does not exist as lookup
558: --
559: hr_utility.set_location('Leaving: '|| l_proc, 20);
560: fnd_message.set_name('PER','IRC_412409_INVALID_ATTACHMENT_FLAG');
561: fnd_message.raise_error;
562: end if;
563: end if;
564: hr_utility.set_location('Leaving: '|| l_proc, 30);
565: end chk_allow_attachment_flag;

Line 624: fnd_message.set_name('PER','IRC_412410_INVALID_ALLOW_ADD_RECIPIENT');

620: --
621: -- raise error as does not exist as lookup
622: --
623: hr_utility.set_location('Leaving: '|| l_proc, 20);
624: fnd_message.set_name('PER','IRC_412410_INVALID_ALLOW_ADD_RECIPIENT');
625: fnd_message.raise_error;
626: end if;
627: end if;
628: hr_utility.set_location('Leaving: '|| l_proc, 30);

Line 625: fnd_message.raise_error;

621: -- raise error as does not exist as lookup
622: --
623: hr_utility.set_location('Leaving: '|| l_proc, 20);
624: fnd_message.set_name('PER','IRC_412410_INVALID_ALLOW_ADD_RECIPIENT');
625: fnd_message.raise_error;
626: end if;
627: end if;
628: hr_utility.set_location('Leaving: '|| l_proc, 30);
629: end chk_allow_add_recipients;

Line 688: fnd_message.set_name('PER','IRC_412411_INVALID_NOTIFICATION_FLAG');

684: --
685: -- raise error as does not exist as lookup
686: --
687: hr_utility.set_location('Leaving: '|| l_proc, 20);
688: fnd_message.set_name('PER','IRC_412411_INVALID_NOTIFICATION_FLAG');
689: fnd_message.raise_error;
690: end if;
691: end if;
692: hr_utility.set_location('Leaving: '|| l_proc, 30);

Line 689: fnd_message.raise_error;

685: -- raise error as does not exist as lookup
686: --
687: hr_utility.set_location('Leaving: '|| l_proc, 20);
688: fnd_message.set_name('PER','IRC_412411_INVALID_NOTIFICATION_FLAG');
689: fnd_message.raise_error;
690: end if;
691: end if;
692: hr_utility.set_location('Leaving: '|| l_proc, 30);
693: end chk_auto_notification_flag;

Line 752: fnd_message.set_name('PER','IRC_412412_INVALID_DEFAULT_MODERATOR');

748: --
749: -- raise error as does not exist as lookup
750: --
751: hr_utility.set_location('Leaving: '|| l_proc, 20);
752: fnd_message.set_name('PER','IRC_412412_INVALID_DEFAULT_MODERATOR');
753: fnd_message.raise_error;
754: end if;
755: end if;
756: hr_utility.set_location('Leaving: '|| l_proc, 30);

Line 753: fnd_message.raise_error;

749: -- raise error as does not exist as lookup
750: --
751: hr_utility.set_location('Leaving: '|| l_proc, 20);
752: fnd_message.set_name('PER','IRC_412412_INVALID_DEFAULT_MODERATOR');
753: fnd_message.raise_error;
754: end if;
755: end if;
756: hr_utility.set_location('Leaving: '|| l_proc, 30);
757: end chk_default_moderator;

Line 820: fnd_message.set_name('PER','IRC_412413_BAD_OBJECT_ID');

816: fetch csr_object_id into l_object_id;
817: hr_utility.set_location(l_proc,30);
818: if csr_object_id%NOTFOUND then
819: close csr_object_id;
820: fnd_message.set_name('PER','IRC_412413_BAD_OBJECT_ID');
821: fnd_message.raise_error;
822: end if;
823: close csr_object_id;
824:

Line 821: fnd_message.raise_error;

817: hr_utility.set_location(l_proc,30);
818: if csr_object_id%NOTFOUND then
819: close csr_object_id;
820: fnd_message.set_name('PER','IRC_412413_BAD_OBJECT_ID');
821: fnd_message.raise_error;
822: end if;
823: close csr_object_id;
824:
825: -- Check that combination of (object_id,object_type) is unique.

Line 831: fnd_message.set_name('PER','IRC_412414_OBJID_OBJTYP_NOT_UNQ');

827: fetch csr_object_type into l_object_type;
828: hr_utility.set_location(l_proc,40);
829: if csr_object_type%FOUND then
830: close csr_object_type;
831: fnd_message.set_name('PER','IRC_412414_OBJID_OBJTYP_NOT_UNQ');
832: fnd_message.raise_error;
833: end if;
834: close csr_object_type;
835:

Line 832: fnd_message.raise_error;

828: hr_utility.set_location(l_proc,40);
829: if csr_object_type%FOUND then
830: close csr_object_type;
831: fnd_message.set_name('PER','IRC_412414_OBJID_OBJTYP_NOT_UNQ');
832: fnd_message.raise_error;
833: end if;
834: close csr_object_type;
835:
836: hr_utility.set_location(' Leaving:'||l_proc,50);

Line 889: fnd_message.set_name('PER','IRC_412415_BAD_OBJECT_TYPE');

885: ,p_argument_value => p_object_type
886: );
887:
888: if p_object_type <> 'VACANCY' then
889: fnd_message.set_name('PER','IRC_412415_BAD_OBJECT_TYPE');
890: fnd_message.raise_error;
891: end if;
892: hr_utility.set_location(' Leaving:'||l_proc,20);
893: exception

Line 890: fnd_message.raise_error;

886: );
887:
888: if p_object_type <> 'VACANCY' then
889: fnd_message.set_name('PER','IRC_412415_BAD_OBJECT_TYPE');
890: fnd_message.raise_error;
891: end if;
892: hr_utility.set_location(' Leaving:'||l_proc,20);
893: exception
894: when app_exception.application_exception then