DBA Data[Home] [Help]

APPS.PER_PSH_BUS dependencies on HR_MULTI_MESSAGE

Line 66: hr_multi_message.add

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

Line 451: IF hr_multi_message.exception_add

447: --
448: EXCEPTION
449:
450: WHEN app_exception.application_exception THEN
451: IF hr_multi_message.exception_add
452: (p_associated_column1 => 'PER_SCORECARD_SHARING.SCORECARD_ID')
453: THEN
454: hr_utility.set_location(' Leaving:'|| l_proc, 980);
455: RAISE;

Line 517: if hr_multi_message.exception_add

513: hr_utility.set_location('Leaving: '|| l_proc, 10);
514: --
515: exception
516: when app_exception.application_exception then
517: if hr_multi_message.exception_add
518: (p_associated_column1 => 'PER_SCORECARD_SHARING.PERSON_ID'
519: ) then
520: raise;
521: end if;

Line 562: IF hr_multi_message.exception_add

558: hr_utility.set_location('Leaving:'|| l_proc, 70);
559: --
560: EXCEPTION
561: WHEN app_exception.application_exception THEN
562: IF hr_multi_message.exception_add
563: (p_associated_column1 => 'PER_SCORECARD_SHARING.SCORECARD_ID'
564: ,p_associated_column2 => 'PER_SCORECARD_SHARING.PERSON_ID')
565: THEN
566: hr_utility.set_location(' Leaving:'|| l_proc, 80);