DBA Data[Home] [Help]

APPS.IRC_CMC_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_ID')
73: );
74: --

Line 418: if hr_multi_message.exception_add

414:
415: hr_utility.set_location(' Leaving:'||l_proc,50);
416: exception
417: when app_exception.application_exception then
418: if hr_multi_message.exception_add
419: (p_associated_column1 =>
420: 'IRC_COMMUNICATIONS.OBJECT_ID'
421: ) then
422: hr_utility.set_location(' Leaving:'||l_proc,60);

Line 474: if hr_multi_message.exception_add

470: end if;
471: hr_utility.set_location(' Leaving:'||l_proc,20);
472: exception
473: when app_exception.application_exception then
474: if hr_multi_message.exception_add
475: (p_associated_column1 =>
476: 'IRC_COMMUNICATIONS.OBJECT_TYPE'
477: ) then
478: hr_utility.set_location(' Leaving:'||l_proc,30);