DBA Data[Home] [Help]

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

Line 236: hr_multi_message.end_validation_set;

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

Line 267: hr_multi_message.end_validation_set;

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