DBA Data[Home] [Help]

APPS.AME_ACT_BUS dependencies on HR_MULTI_MESSAGE

Line 186: if hr_multi_message.exception_add

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

Line 390: if hr_multi_message.exception_add

386: fnd_message.raise_error;
387: end if;
388: exception
389: when app_exception.application_exception then
390: if hr_multi_message.exception_add
391: (p_associated_column1 => 'PARAMETER') then
392: hr_utility.set_location(' Leaving:'|| l_proc, 50);
393: raise;
394: end if;

Line 458: if hr_multi_message.exception_add

454: fnd_message.raise_error;
455: END IF;
456: exception
457: when app_exception.application_exception then
458: if hr_multi_message.exception_add
459: (p_associated_column1 => 'DESCRIPTION') then
460: hr_utility.set_location(' Leaving:'|| l_proc, 50);
461: raise;
462: end if;

Line 527: if hr_multi_message.exception_add

523: end if;
524: close c_sel1;
525: exception
526: when app_exception.application_exception then
527: if hr_multi_message.exception_add
528: (p_associated_column1 => 'ACTION_ID') then
529: hr_utility.set_location(' Leaving:'|| l_proc, 50);
530: raise;
531: end if;