DBA Data[Home] [Help]

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

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: --
643: -- Validate Dependent Attributes
644: --
645: --

Line 693: hr_multi_message.end_validation_set;

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