DBA Data[Home] [Help]

APPS.PAY_BAD_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,'ATTRIBUTE_ID')
64: );
65: --

Line 880: hr_multi_message.end_validation_set;

876: -- after validating the set of important attributes,
877: -- if Multiple Message Detection is enabled and at least
878: -- one error has been found then abort further validation.
879: --
880: hr_multi_message.end_validation_set;
881: END IF;
882: --
883: -- Validate Dependent Attributes
884: --

Line 944: hr_multi_message.end_validation_set;

940: -- After validating the set of important attributes,
941: -- if Multiple Message Detection is enabled and at least
942: -- one error has been found then abort further validation.
943: --
944: hr_multi_message.end_validation_set;
945: hr_utility.set_location(l_proc, 20);
946: END IF;
947: --
948: -- Call all supporting business operations