DBA Data[Home] [Help]

APPS.IRC_IAS_BUS dependencies on HR_MULTI_MESSAGE

Line 55: hr_multi_message.add

51: --
52: -- The primary key is invalid therefore we must error
53: --
54: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
55: hr_multi_message.add
56: (p_associated_column1
57: => nvl(p_associated_column1,'ASSIGNMENT_ID')
58: );
59: --

Line 283: if hr_multi_message.exception_add

279: hr_utility.set_location(' Leaving:'|| l_proc, 50);
280: --
281: exception
282: when app_exception.application_exception then
283: if hr_multi_message.exception_add
284: (p_associated_column1 => 'IRC_ASSIGNMENT_STATUSES.ASSIGNMENT_ID'
285: ) then
286: hr_utility.set_location(' Leaving:'|| l_proc, 60);
287: raise;

Line 352: if hr_multi_message.exception_add

348: hr_utility.set_location(' Leaving:'|| l_proc, 30);
349: --
350: exception
351: when app_exception.application_exception then
352: if hr_multi_message.exception_add
353: (p_associated_column1=>
354: 'IRC_ASSIGNMENT_STATUSES.ASSIGNMENT_STATUS_TYPE_ID'
355: ) then
356: hr_utility.set_location(' Leaving:'|| l_proc, 50);