DBA Data[Home] [Help]

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

Line 618: hr_multi_message.end_validation_set;

614: -- After validating the set of important attributes,
615: -- if Multiple Message detection is enabled and at least
616: -- one error has been found then abort further validation.
617: --
618: hr_multi_message.end_validation_set;
619: --
620: -- Validate Dependent Attributes
621: --
622: --

Line 653: hr_multi_message.end_validation_set;

649: -- After validating the set of important attributes,
650: -- if Multiple Message detection is enabled and at least
651: -- one error has been found then abort further validation.
652: --
653: hr_multi_message.end_validation_set;
654: --
655: -- Validate Dependent Attributes
656: --
657: chk_non_updateable_args