DBA Data[Home] [Help]

APPS.PER_PHN_DEL dependencies on HR_MULTI_MESSAGE

Line 246: hr_multi_message.end_validation_set;

242: per_phn_bus.delete_validate(p_rec);
243: --
244: -- Call to raise any errors on multi-message list
245: --
246: hr_multi_message.end_validation_set;
247: --
248: -- Call the supporting pre-delete operation
249: --
250: pre_delete(p_rec);

Line 262: hr_multi_message.end_validation_set;

258: post_delete(p_rec);
259: --
260: -- Call to raise any errors on multi-message list
261: --
262: hr_multi_message.end_validation_set;
263: --
264: -- If we are validating then raise the Validate_Enabled exception
265: --
266: If p_validate then