DBA Data[Home] [Help]

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

Line 252: hr_multi_message.end_validation_set;

248: -- After validating the set of important attributes,
249: -- if Multiple Message detection is enabled and at least
250: -- one error has been found then abort further validation.
251: --
252: hr_multi_message.end_validation_set;
253: --
254: -- Validate Dependent Attributes
255: --
256: --

Line 299: hr_multi_message.end_validation_set;

295: -- After validating the set of important attributes,
296: -- if Multiple Message detection is enabled and at least
297: -- one error has been found then abort further validation.
298: --
299: hr_multi_message.end_validation_set;
300: --
301: -- Validate Dependent Attributes
302: --
303: chk_non_updateable_args