DBA Data[Home] [Help]

APPS.IRC_CMT_BUS dependencies on HR_MULTI_MESSAGE

Line 70: hr_multi_message.add

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_TOPIC_ID')
73: );
74: --

Line 290: if hr_multi_message.exception_add

286: hr_utility.set_location(l_proc,20);
287: --
288: exception
289: when app_exception.application_exception then
290: if hr_multi_message.exception_add
291: (p_associated_column1 => 'IRC_COMM_TOPICS.COMMUNICATION_ID'
292: ) then
293: --
294: hr_utility.set_location(' Leaving:'||l_proc,30);

Line 343: if hr_multi_message.exception_add

339: hr_utility.set_location(l_proc,20);
340: --
341: exception
342: when app_exception.application_exception then
343: if hr_multi_message.exception_add
344: (p_associated_column1 => 'IRC_COMM_TOPICS.SUBJECT'
345: ) then
346: --
347: hr_utility.set_location(' Leaving:'||l_proc,30);

Line 404: if hr_multi_message.exception_add

400: end if;
401: --
402: exception
403: when app_exception.application_exception then
404: if hr_multi_message.exception_add
405: (p_associated_column1 => 'IRC_COMM_TOPICS.STATUS'
406: ) then
407: --
408: hr_utility.set_location(' Leaving:'||l_proc,40);