DBA Data[Home] [Help]

APPS.PAY_PBD_BUS dependencies on HR_MULTI_MESSAGE

Line 61: hr_multi_message.add

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

Line 804: hr_multi_message.end_validation_set;

800: -- after validating the set of important attributes,
801: -- if Multiple Message Detection is enabled and at least
802: -- one error has been found then abort further validation.
803: --
804: hr_multi_message.end_validation_set;
805: END IF;
806: --
807: -- Validate Dependent Attributes
808: --

Line 865: hr_multi_message.end_validation_set;

861: -- After validating the set of important attributes,
862: -- if Multiple Message Detection is enabled and at least
863: -- one error has been found then abort further validation.
864: --
865: hr_multi_message.end_validation_set;
866: END IF;
867: --
868: -- Call all supporting business operations
869: --