DBA Data[Home] [Help]

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

Line 244: hr_multi_message.end_validation_set;

240: -- After validating the set of important attributes,
241: -- if Multiple Message detection is enabled and at least
242: -- one error has been found then abort further validation.
243: --
244: hr_multi_message.end_validation_set;
245: --
246: -- Validate Dependent Attributes
247: --
248: --

Line 276: hr_multi_message.end_validation_set;

272: -- After validating the set of important attributes,
273: -- if Multiple Message detection is enabled and at least
274: -- one error has been found then abort further validation.
275: --
276: hr_multi_message.end_validation_set;
277: --
278: -- Validate Dependent Attributes
279: --
280: chk_non_updateable_args