DBA Data[Home] [Help]

APPS.PER_OBJ_DEL dependencies on HR_MULTI_MESSAGE

Line 272: hr_multi_message.end_validation_set;

268: -- Call the supporting delete validate operation
269: --
270: per_obj_bus.delete_validate(p_rec);
271: --
272: hr_multi_message.end_validation_set;
273: --
274:
275: --
276: -- Call the supporting pre-delete operation

Line 288: hr_multi_message.end_validation_set;

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