DBA Data[Home] [Help]

APPS.OTA_TPS_DEL dependencies on HR_MULTI_MESSAGE

Line 293: hr_multi_message.end_validation_set;

289: --
290: ota_tps_bus.delete_validate(p_rec);
291:
292: --CALL TO RAISE ANY ERRORS ON MULTI MESSAGE LIST
293: hr_multi_message.end_validation_set;
294: --
295: -- Call the supporting pre-delete operation
296: --
297: ota_tps_del.pre_delete(p_rec);

Line 308: hr_multi_message.end_validation_set;

304: --
305: ota_tps_del.post_delete(p_rec);
306: --
307: --CALL TO RAISE ANY ERRORS ON MULTI MESSAGE LIST
308: hr_multi_message.end_validation_set;
309:
310: End del;
311: --
312: -- ----------------------------------------------------------------------------