DBA Data[Home] [Help]

APPS.IRC_CMR_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_RECIPIENT_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 215: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

211: IF NOT irc_cmr_shd.api_updating
212: (p_communication_recipient_id => p_rec.communication_recipient_id
213: ,p_object_version_number => p_rec.object_version_number
214: ) THEN
215: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
216: fnd_message.set_token('PROCEDURE ', l_proc);
217: fnd_message.set_token('STEP ', '5');
218: fnd_message.raise_error;
219: END IF;

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

212: (p_communication_recipient_id => p_rec.communication_recipient_id
213: ,p_object_version_number => p_rec.object_version_number
214: ) THEN
215: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
216: fnd_message.set_token('PROCEDURE ', l_proc);
217: fnd_message.set_token('STEP ', '5');
218: fnd_message.raise_error;
219: END IF;
220: --

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

213: ,p_object_version_number => p_rec.object_version_number
214: ) THEN
215: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
216: fnd_message.set_token('PROCEDURE ', l_proc);
217: fnd_message.set_token('STEP ', '5');
218: fnd_message.raise_error;
219: END IF;
220: --
221: -- EDIT_HERE: Add checks to ensure non-updateable args have

Line 218: fnd_message.raise_error;

214: ) THEN
215: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
216: fnd_message.set_token('PROCEDURE ', l_proc);
217: fnd_message.set_token('STEP ', '5');
218: fnd_message.raise_error;
219: END IF;
220: --
221: -- EDIT_HERE: Add checks to ensure non-updateable args have
222: -- not been updated.

Line 314: fnd_message.set_name('PER','IRC_412393_BAD_COMM_OBJ_ID');

310: hr_utility.set_location(l_proc,30);
311: --
312: if csr_comm_topic%notfound then
313: close csr_comm_topic;
314: fnd_message.set_name('PER','IRC_412393_BAD_COMM_OBJ_ID');
315: fnd_message.raise_error;
316: end if;
317: --
318: hr_utility.set_location(l_proc,40);

Line 315: fnd_message.raise_error;

311: --
312: if csr_comm_topic%notfound then
313: close csr_comm_topic;
314: fnd_message.set_name('PER','IRC_412393_BAD_COMM_OBJ_ID');
315: fnd_message.raise_error;
316: end if;
317: --
318: hr_utility.set_location(l_proc,40);
319: --

Line 407: fnd_message.set_name('PER','IRC_412394_BAD_RECIPIENT_ID');

403: hr_utility.set_location(l_proc,30);
404: --
405: if csr_recipient_person%notfound then
406: close csr_recipient_person;
407: fnd_message.set_name('PER','IRC_412394_BAD_RECIPIENT_ID');
408: fnd_message.raise_error;
409: end if;
410: --
411: hr_utility.set_location(l_proc,40);

Line 408: fnd_message.raise_error;

404: --
405: if csr_recipient_person%notfound then
406: close csr_recipient_person;
407: fnd_message.set_name('PER','IRC_412394_BAD_RECIPIENT_ID');
408: fnd_message.raise_error;
409: end if;
410: --
411: hr_utility.set_location(l_proc,40);
412: --

Line 423: fnd_message.set_name('PER','IRC_412395_BAD_RECIPIENT_ID');

419: hr_utility.set_location(l_proc,50);
420: --
421: if csr_recipient_agency%notfound then
422: close csr_recipient_agency;
423: fnd_message.set_name('PER','IRC_412395_BAD_RECIPIENT_ID');
424: fnd_message.raise_error;
425: end if;
426: --
427: hr_utility.set_location(l_proc,60);

Line 424: fnd_message.raise_error;

420: --
421: if csr_recipient_agency%notfound then
422: close csr_recipient_agency;
423: fnd_message.set_name('PER','IRC_412395_BAD_RECIPIENT_ID');
424: fnd_message.raise_error;
425: end if;
426: --
427: hr_utility.set_location(l_proc,60);
428: --

Line 438: fnd_message.set_name('PER','IRC_412396_ALREADY_RECIPIENT');

434: hr_utility.set_location(l_proc,70);
435: --
436: if csr_recipient%found then
437: close csr_recipient;
438: fnd_message.set_name('PER','IRC_412396_ALREADY_RECIPIENT');
439: fnd_message.raise_error;
440: end if;
441: --
442: hr_utility.set_location(l_proc,80);

Line 439: fnd_message.raise_error;

435: --
436: if csr_recipient%found then
437: close csr_recipient;
438: fnd_message.set_name('PER','IRC_412396_ALREADY_RECIPIENT');
439: fnd_message.raise_error;
440: end if;
441: --
442: hr_utility.set_location(l_proc,80);
443: --

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

492: ,p_argument_value => p_start_date_active
493: );
494: --
495: if p_start_date_active > nvl(p_end_date_active,p_start_date_active) then
496: fnd_message.set_name('PER','IRC_412397_START_DATE_BEFORE_END');
497: fnd_message.raise_error;
498: end if;
499: --
500: exception

Line 497: fnd_message.raise_error;

493: );
494: --
495: if p_start_date_active > nvl(p_end_date_active,p_start_date_active) then
496: fnd_message.set_name('PER','IRC_412397_START_DATE_BEFORE_END');
497: fnd_message.raise_error;
498: end if;
499: --
500: exception
501: when app_exception.application_exception then