DBA Data[Home] [Help]

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

Line 738: hr_multi_message.end_validation_set;

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

Line 809: hr_multi_message.end_validation_set;

805: -- After validating the set of important attributes,
806: -- if Multiple Message Detection is enabled and at least
807: -- one error has been found then abort further validation.
808: --
809: hr_multi_message.end_validation_set;
810: END IF;
811: --
812: --
813: -- Validate Dependent Attributes

Line 867: hr_multi_message.end_validation_set;

863: -- After validating the set of important attributes,
864: -- if Multiple Message Detection is enabled and at least
865: -- one error has been found then abort further validation.
866: --
867: hr_multi_message.end_validation_set;
868: END IF;
869: --
870: -- Call all supporting business operations
871: --