DBA Data[Home] [Help]

APPS.FF_FFN_BUS dependencies on HR_MULTI_MESSAGE

Line 64: hr_multi_message.add

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

Line 216: if hr_multi_message.exception_add

212: hr_utility.set_location(' Leaving:'|| l_proc, 20);
213: --
214: exception
215: when app_exception.application_exception then
216: if hr_multi_message.exception_add
217: (p_associated_column1 => 'FF_FUNCTIONS.LEGISLATION_CODE'
218: ) then
219: raise;
220: end if;

Line 268: if hr_multi_message.exception_add

264: hr_utility.set_location('Entering:'|| l_proc, 40);
265: --
266: exception
267: when app_exception.application_exception then
268: if hr_multi_message.exception_add
269: (p_associated_column1 => 'FF_FUNCTIONS.CLASS'
270: ) then
271: raise;
272: end if;

Line 309: if hr_multi_message.exception_add

305: hr_utility.set_location('Entering:'|| l_proc, 20);
306: --
307: exception
308: when app_exception.application_exception then
309: if hr_multi_message.exception_add
310: (p_associated_column1 => 'FF_FUNCTIONS.DATA_TYPE'
311: ) then
312: raise;
313: end if;

Line 355: if hr_multi_message.exception_add

351: hr_utility.set_location('Entering:'|| l_proc, 20);
352: --
353: exception
354: when app_exception.application_exception then
355: if hr_multi_message.exception_add
356: (p_associated_column1 => 'FF_FUNCTIONS.NAME'
357: ) then
358: raise;
359: end if;

Line 399: if hr_multi_message.exception_add

395: end if;
396: --
397: exception
398: when app_exception.application_exception then
399: if hr_multi_message.exception_add
400: (p_associated_column1 => 'FF_FUNCTIONS.ALIAS_NAME'
401: ) then
402: raise;
403: end if;

Line 567: hr_multi_message.end_validation_set;

563: -- after validating the set of important attributes,
564: -- if Multiple Message Detection is enabled and at least
565: -- one error has been found then abort further validation.
566: --
567: hr_multi_message.end_validation_set;
568: END IF;
569:
570: --
571: -- ----------------------------------------------------------------------------

Line 641: hr_multi_message.end_validation_set;

637: -- After validating the set of important attributes,
638: -- if Multiple Message Detection is enabled and at least
639: -- one error has been found then abort further validation.
640: --
641: hr_multi_message.end_validation_set;
642: END IF;
643: --
644: --
645: -- Validate Dependent Attributes

Line 699: hr_multi_message.end_validation_set;

695: -- After validating the set of important attributes,
696: -- if Multiple Message Detection is enabled and at least
697: -- one error has been found then abort further validation.
698: --
699: hr_multi_message.end_validation_set;
700: END IF;
701: --
702: -- Call all supporting business operations
703: --