DBA Data[Home] [Help]

APPS.AME_ACF_BUS dependencies on HR_MULTI_MESSAGE

Line 122: if hr_multi_message.exception_add

118: end if;
119: close c_sel1;
120: exception
121: when app_exception.application_exception then
122: if hr_multi_message.exception_add
123: (p_associated_column1 => 'ACTION_TYPE_ID') then
124: hr_utility.set_location(' Leaving:'|| l_proc, 50);
125: raise;
126: end if;

Line 188: if hr_multi_message.exception_add

184: end if;
185: close c_sel1;
186: exception
187: when app_exception.application_exception then
188: if hr_multi_message.exception_add
189: (p_associated_column1 => 'APPLICATION_ID') then
190: hr_utility.set_location(' Leaving:'|| l_proc, 50);
191: raise;
192: end if;

Line 248: if hr_multi_message.exception_add

244: fnd_message.raise_error;
245: END if;
246: exception
247: when app_exception.application_exception then
248: if hr_multi_message.exception_add
249: (p_associated_column1 => 'APPLICATION_ID') then
250: hr_utility.set_location(' Leaving:'|| l_proc, 50);
251: raise;
252: end if;

Line 316: if hr_multi_message.exception_add

312: fnd_message.raise_error;
313: end if;
314: exception
315: when app_exception.application_exception then
316: if hr_multi_message.exception_add
317: (p_associated_column1 => 'VOTING_REGIME') then
318: hr_utility.set_location(' Leaving:'|| l_proc, 50);
319: raise;
320: end if;

Line 382: if hr_multi_message.exception_add

378: fnd_message.raise_error;
379: end if;
380: exception
381: when app_exception.application_exception then
382: if hr_multi_message.exception_add
383: (p_associated_column1 => 'CHAIN_ORDERING_MODE') then
384: hr_utility.set_location(' Leaving:'|| l_proc, 50);
385: raise;
386: end if;

Line 452: if hr_multi_message.exception_add

448: fnd_message.raise_error;
449: end if;
450: exception
451: when app_exception.application_exception then
452: if hr_multi_message.exception_add
453: (p_associated_column1 => 'ORDER_NUMBER') then
454: hr_utility.set_location(' Leaving:'|| l_proc, 50);
455: raise;
456: end if;

Line 543: if hr_multi_message.exception_add

539: close c_sel1;
540:
541: exception
542: when app_exception.application_exception then
543: if hr_multi_message.exception_add
544: (p_associated_column1 => 'ACTION_TYPE_ID') then
545: hr_utility.set_location(' Leaving:'|| l_proc, 50);
546: raise;
547: end if;