DBA Data[Home] [Help]

APPS.PAY_PBA_BUS dependencies on HR_MULTI_MESSAGE

Line 61: hr_multi_message.add

57: --
58: -- The primary key is invalid therefore we must error
59: --
60: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
61: hr_multi_message.add
62: (p_associated_column1
63: => nvl(p_associated_column1,'BALANCE_ATTRIBUTE_ID')
64: );
65: --

Line 741: hr_multi_message.end_validation_set;

737: -- after validating the set of important attributes,
738: -- if Multiple Message Detection is enabled and at least
739: -- one error has been found then abort further validation.
740: --
741: hr_multi_message.end_validation_set;
742: END IF;
743: --
744: -- Validate Dependent Attributes
745: --

Line 806: hr_multi_message.end_validation_set;

802: -- After validating the set of important attributes,
803: -- if Multiple Message Detection is enabled and at least
804: -- one error has been found then abort further validation.
805: --
806: hr_multi_message.end_validation_set;
807: END IF;
808: --
809: -- Call all supporting business operations
810: --