DBA Data[Home] [Help]

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

Line 358: hr_multi_message.end_validation_set;

354: -- After validating the set of important attributes,
355: -- if Multiple Message detection is enabled and at least
356: -- one error has been found then abort further validation.
357: --
358: hr_multi_message.end_validation_set;
359: --
360: -- Validate Dependent Attributes
361: --
362: chk_all_lookups

Line 397: hr_multi_message.end_validation_set;

393: -- After validating the set of important attributes,
394: -- if Multiple Message detection is enabled and at least
395: -- one error has been found then abort further validation.
396: --
397: hr_multi_message.end_validation_set;
398: --
399: -- Validate Dependent Attributes
400: --
401: chk_all_lookups