DBA Data[Home] [Help]

APPS.PER_PAC_BUS dependencies on HR_MULTI_MESSAGE

Line 69: hr_multi_message.add

65: --
66: -- The primary key is invalid therefore we must error
67: --
68: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
69: hr_multi_message.add
70: (p_associated_column1
71: => nvl(p_associated_column1,'ALLOCATED_CHECKLIST_ID')
72: );
73: --

Line 249: IF hr_multi_message.exception_add

245: IF g_debug THEN hr_utility.set_location('Leaving:'||l_proc, 30); END IF;
246: --
247: EXCEPTION
248: WHEN app_exception.application_exception THEN
249: IF hr_multi_message.exception_add
250: (p_associated_column1 => 'PER_ALLOCATED_CHECKLISTS.CHECKLIST_NAME'
251: ) THEN
252: hr_utility.set_location(' Leaving:'|| l_proc, 40);
253: RAISE;