DBA Data[Home] [Help]

APPS.PER_CKL_BUS dependencies on HR_MULTI_MESSAGE

Line 65: hr_multi_message.add

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

Line 239: if hr_multi_message.exception_add

235:
236: if g_debug then hr_utility.set_location('Entering:'||l_proc, 50); end if;
237: --
238: exception when app_exception.application_exception then
239: if hr_multi_message.exception_add
240: (p_associated_column1 => 'PER_CHECKLISTS.NAME'
241: ) then
242: hr_utility.set_location(' Leaving:'|| l_proc, 60);
243: raise;

Line 320: if hr_multi_message.exception_add

316: --
317: hr_utility.set_location(l_proc, 5);
318: --
319: exception when app_exception.application_exception then
320: if hr_multi_message.exception_add
321: (p_associated_column1 => 'PER_CHECKLISTS.EVENT_REASON_ID'
322: ) then
323: hr_utility.set_location(' Leaving:'|| l_proc, 60);
324: raise;

Line 383: if hr_multi_message.exception_add

379: --
380: hr_utility.set_location(' Leaving:'|| l_proc, 20);
381:
382: exception when app_exception.application_exception then
383: if hr_multi_message.exception_add
384: (p_associated_column1 => 'PER_CHECKLISTS.CHECKLIST_CATEGORY'
385: ) then
386: hr_utility.set_location(' Leaving:'|| l_proc, 60);
387: raise;

Line 765: hr_multi_message.end_validation_set;

761: -- After validating the set of important attributes,
762: -- if Multiple Message detection is enabled and at least
763: -- one error has been found then abort further validation.
764: --
765: hr_multi_message.end_validation_set;
766: --
767: -- Validate Dependent Attributes
768: --
769: --

Line 822: hr_multi_message.end_validation_set;

818: -- After validating the set of important attributes,
819: -- if Multiple Message detection is enabled and at least
820: -- one error has been found then abort further validation.
821: --
822: hr_multi_message.end_validation_set;
823: --
824: -- Validate Dependent Attributes
825: --
826: chk_non_updateable_args