DBA Data[Home] [Help]

APPS.PER_APR_DEL dependencies on HR_MULTI_MESSAGE

Line 273: hr_multi_message.end_validation_set;

269: -- Call the supporting delete validate operation
270:
271: per_apr_bus.delete_validate(p_rec);
272: -- raise any errors
273: hr_multi_message.end_validation_set;
274:
275: -- Call the supporting pre-delete operation
276:
277: pre_delete(p_rec);

Line 287: hr_multi_message.end_validation_set;

283: -- Call the supporting post-delete operation
284:
285: post_delete(p_rec);
286: -- raise any errors
287: hr_multi_message.end_validation_set;
288:
289: -- If we are validating then raise the Validate_Enabled exception
290:
291: If p_validate then