DBA Data[Home] [Help]

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

Line 692: hr_multi_message.end_validation_set;

688: -- after validating the set of important attributes,
689: -- if Multiple Message Detection is enabled and at least
690: -- one error has been found then abort further validation.
691: --
692: hr_multi_message.end_validation_set;
693: END IF;
694: --
695: --
696: -- Validate Dependent Attributes

Line 768: hr_multi_message.end_validation_set;

764: -- After validating the set of important attributes,
765: -- if Multiple Message Detection is enabled and at least
766: -- one error has been found then abort further validation.
767: --
768: hr_multi_message.end_validation_set;
769: END IF;
770: --
771: --
772: -- Validate Dependent Attributes

Line 841: hr_multi_message.end_validation_set;

837: -- After validating the set of important attributes,
838: -- if Multiple Message Detection is enabled and at least
839: -- one error has been found then abort further validation.
840: --
841: hr_multi_message.end_validation_set;
842: END IF;
843: --
844: -- Call all supporting business operations
845: --