DBA Data[Home] [Help]

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

Line 883: hr_multi_message.end_validation_set;

879: -- After validating the set of important attributes,
880: -- if Multiple Message detection is enabled and at least
881: -- one error has been found then abort further validation.
882: --
883: hr_multi_message.end_validation_set;
884:
885: --
886: -- Validate Dependent Attributes
887: --

Line 970: hr_multi_message.end_validation_set;

966: -- After validating the set of important attributes,
967: -- if Multiple Message detection is enabled and at least
968: -- one error has been found then abort further validation.
969: --
970: hr_multi_message.end_validation_set;
971:
972: --
973: -- Validate Dependent Attributes
974: --