DBA Data[Home] [Help]

APPS.PER_APR_DEL dependencies on HR_MULTI_MESSAGE

Line 271: hr_multi_message.end_validation_set;

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

Line 285: hr_multi_message.end_validation_set;

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