DBA Data[Home] [Help]

APPS.PER_PPS_DEL dependencies on HR_MULTI_MESSAGE

Line 334: hr_multi_message.end_validation_set;

330: --
331: per_pps_bus.delete_validate(p_rec);
332: --
333: -- Call to raise any errors on multi-message list
334: hr_multi_message.end_validation_set;
335: --
336: -- Call the supporting pre-delete operation
337: --
338: per_pps_del.pre_delete(p_rec);

Line 349: hr_multi_message.end_validation_set;

345: --
346: per_pps_del.post_delete(p_rec);
347: --
348: -- Call to raise any errors on multi-message list
349: hr_multi_message.end_validation_set;
350: --
351: End del;
352: --
353: -- ----------------------------------------------------------------------------