DBA Data[Home] [Help]

APPS.FF_FGL_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,'GLOBAL_ID')
67: );
68: --

Line 469: hr_multi_message.end_validation_set;

465: -- after validating the set of important attributes,
466: -- if Multiple Message Detection is enabled and at least
467: -- one error has been found then abort further validation.
468: --
469: hr_multi_message.end_validation_set;
470: END IF;
471: --
472: --
473: -- Validate Dependent Attributes

Line 516: hr_multi_message.end_validation_set;

512: -- After validating the set of important attributes,
513: -- if Multiple Message Detection is enabled and at least
514: -- one error has been found then abort further validation.
515: --
516: hr_multi_message.end_validation_set;
517: END IF;
518: --
519: --
520: -- Validate Dependent Attributes

Line 570: hr_multi_message.end_validation_set;

566: -- After validating the set of important attributes,
567: -- if Multiple Message Detection is enabled and at least
568: -- one error has been found then abort further validation.
569: --
570: hr_multi_message.end_validation_set;
571: END IF;
572: --
573: -- Call all supporting business operations
574: --