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 263: if hr_multi_message.exception_add

259: hr_utility.set_location(' Leaving:'|| l_proc, 50);
260: --
261: exception
262: when app_exception.application_exception then
263: if hr_multi_message.exception_add
264: (p_associated_column1 => 'IRC_ASSIGNMENT_STATUSES.ASSIGNMENT_ID'
265: ) then
266: hr_utility.set_location(' Leaving:'|| l_proc, 60);
267: raise;

Line 327: if hr_multi_message.exception_add

323: hr_utility.set_location(' Leaving:'|| l_proc, 50);
324: --
325: exception
326: when app_exception.application_exception then
327: if hr_multi_message.exception_add
328: (p_associated_column1 => 'IRC_ASSIGNMENT_STATUSES.ASSIGNMENT_ID'
329: ) then
330: hr_utility.set_location(' Leaving:'|| l_proc, 60);
331: raise;

Line 398: if hr_multi_message.exception_add

394: hr_utility.set_location(' Leaving:'|| l_proc, 30);
395: --
396: exception
397: when app_exception.application_exception then
398: if hr_multi_message.exception_add
399: (p_associated_column1=>
400: 'IRC_ASSIGNMENT_STATUSES.ASSIGNMENT_STATUS_TYPE_ID'
401: ) then
402: hr_utility.set_location(' Leaving:'|| l_proc, 50);