DBA Data[Home] [Help]

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

Line 238: hr_multi_message.end_validation_set;

234: -- After validating the set of important attributes,
235: -- if Multiple Message detection is enabled and at least
236: -- one error has been found then abort further validation.
237: --
238: hr_multi_message.end_validation_set;
239: --
240: -- Validate Dependent Attributes
241: --
242: --

Line 270: hr_multi_message.end_validation_set;

266: -- After validating the set of important attributes,
267: -- if Multiple Message detection is enabled and at least
268: -- one error has been found then abort further validation.
269: --
270: hr_multi_message.end_validation_set;
271: --
272: -- Validate Dependent Attributes
273: --
274: chk_non_updateable_args