DBA Data[Home] [Help]

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

Line 482: hr_multi_message.end_validation_set;

478: -- After validating the set of important attributes,
479: -- if Multiple Message detection is enabled and at least
480: -- one error has been found then abort further validation.
481: --
482: hr_multi_message.end_validation_set;
483: --
484: -- Validate Dependent Attributes
485: --
486: --

Line 519: hr_multi_message.end_validation_set;

515: -- After validating the set of important attributes,
516: -- if Multiple Message detection is enabled and at least
517: -- one error has been found then abort further validation.
518: --
519: hr_multi_message.end_validation_set;
520: --
521: -- Validate Dependent Attributes
522: --
523: chk_non_updateable_args