DBA Data[Home] [Help]

APPS.PER_PSO_BUS dependencies on HR_MULTI_MESSAGE

Line 64: hr_multi_message.add

60: --
61: -- The primary key is invalid therefore we must error
62: --
63: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
64: hr_multi_message.add
65: (p_associated_column1
66: => nvl(p_associated_column1,'SECURITY_ORGANIZATION_ID')
67: );
68: --

Line 199: if hr_multi_message.exception_add

195: --
196:
197: exception
198: when app_exception.application_exception then
199: if hr_multi_message.exception_add
200: (p_associated_column1 => per_pso_shd.g_tab_nam||'.ORGANIZATION_ID'
201: ) then
202: hr_utility.set_location(' Leaving:'|| l_proc, 40);
203: raise;

Line 235: if hr_multi_message.exception_add

231:
232: --
233: exception
234: when app_exception.application_exception then
235: if hr_multi_message.exception_add
236: (p_associated_column1 => per_pso_shd.g_tab_nam||'.ORGANIZATION_ID'
237: ) then
238: hr_utility.set_location(' Leaving:'|| l_proc, 40);
239: raise;

Line 318: hr_multi_message.end_validation_set;

314: -- After validating the set of important attributes,
315: -- if Multiple Message detection is enabled and at least
316: -- one error has been found then abort further validation.
317: --
318: hr_multi_message.end_validation_set;
319:
320: --
321: -- Validate Independent Attributes
322: --

Line 355: hr_multi_message.end_validation_set;

351: -- After validating the set of important attributes,
352: -- if Multiple Message detection is enabled and at least
353: -- one error has been found then abort further validation.
354: --
355: hr_multi_message.end_validation_set;
356:
357: --
358: -- Validate Independent Attributes
359: --