DBA Data[Home] [Help]

APPS.IRC_ILC_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,'LINK_ID')
73: );
74: --

Line 294: if hr_multi_message.exception_add

290: close csr_party_id;
291: hr_utility.set_location(' Leaving:'||l_proc,30);
292: exception
293: when app_exception.application_exception then
294: if hr_multi_message.exception_add
295: (p_associated_column1 =>
296: 'IRC_LINKED_CANDIDATES.PARTY_ID'
297: ) then
298: hr_utility.set_location(' Leaving:'||l_proc,40);

Line 368: if hr_multi_message.exception_add

364: hr_utility.set_location(' Leaving:'||l_proc,30);
365: --
366: exception
367: when app_exception.application_exception then
368: if hr_multi_message.exception_add
369: (p_associated_column1 =>
370: 'IRC_LINKED_CANDIDATES.PARTY_ID'
371: ) then
372: hr_utility.set_location(' Leaving:'||l_proc,40);

Line 413: if hr_multi_message.exception_add

409: hr_utility.set_location(' Leaving:'||l_proc,30);
410: --
411: exception
412: when app_exception.application_exception then
413: if hr_multi_message.exception_add
414: (p_associated_column1 =>
415: 'IRC_LINKED_CANDIDATES.PARTY_ID'
416: ,p_associated_column2 =>
417: 'IRC_LINKED_CANDIDATES.DUPLICATE_SET_ID'