DBA Data[Home] [Help]

APPS.IRC_ILP_BUS dependencies on HR_MULTI_MESSAGE

Line 75: if hr_multi_message.exception_add

71: --
72: hr_utility.set_location(' Leaving:'||l_proc,20);
73: exception
74: when app_exception.application_exception then
75: if hr_multi_message.exception_add
76: (p_associated_column1 => 'IRC_LOCATION_PREFERENCES.BUSINESS_GROUP_ID'
77: ) then
78: hr_utility.set_location(' Leaving:'|| l_proc, 25);
79: raise;

Line 144: if hr_multi_message.exception_add

140: --
141: hr_utility.set_location(' Leaving:'||l_proc,20);
142: exception
143: when app_exception.application_exception then
144: if hr_multi_message.exception_add
145: (p_associated_column1 => 'IRC_LOCATION_PREFERENCES.COUNTRY_CODE'
146: ) then
147: hr_utility.set_location(' Leaving:'|| l_proc, 25);
148: raise;

Line 213: if hr_multi_message.exception_add

209: --
210: hr_utility.set_location(' Leaving:'||l_proc,20);
211: exception
212: when app_exception.application_exception then
213: if hr_multi_message.exception_add
214: (p_associated_column1 => 'IRC_LOCATION_PREFERENCES.LOCATION_ID'
215: ) then
216: hr_utility.set_location(' Leaving:'|| l_proc, 25);
217: raise;

Line 288: if hr_multi_message.exception_add

284: --
285: hr_utility.set_location(' Leaving:'||l_proc,20);
286: exception
287: when app_exception.application_exception then
288: if hr_multi_message.exception_add
289: (p_associated_column1 => 'IRC_LOCATION_PREFERENCES.OBJECT_ID'
290: ,p_associated_column2 => 'IRC_LOCATION_PREFERENCES.OBJECT_TYPE'
291: ) then
292: hr_utility.set_location(' Leaving:'|| l_proc, 25);

Line 572: hr_multi_message.end_validation_set;

568: -- After validating the set of important attributes,
569: -- if Multiple Message detection is enabled and at least
570: -- one error has been found then abort further validation.
571: --
572: hr_multi_message.end_validation_set;
573: --
574: -- Validate Dependent Attributes
575: --
576: hr_utility.set_location(l_proc, 15);

Line 652: hr_multi_message.end_validation_set;

648: -- After validating the set of important attributes,
649: -- if Multiple Message detection is enabled and at least
650: -- one error has been found then abort further validation.
651: --
652: hr_multi_message.end_validation_set;
653: --
654: -- Validate Dependent Attributes
655: --
656: chk_non_updateable_args