DBA Data[Home] [Help]

APPS.PER_APL_DEL dependencies on HR_MULTI_MESSAGE

Line 285: hr_multi_message.end_validation_set;

281: per_apl_bus.delete_validate(p_rec);
282: --
283: -- Call to raise any errors on multi-message list
284: --
285: hr_multi_message.end_validation_set;
286: --
287: -- Call the supporting pre-delete operation
288: --
289: pre_delete(p_rec);

Line 301: hr_multi_message.end_validation_set;

297: post_delete(p_rec);
298: --
299: -- Call to raise any errors on multi-message list
300: --
301: hr_multi_message.end_validation_set;
302: --
303: -- If we are validating then raise the Validate_Enabled exception
304: --
305: If p_validate then