DBA Data[Home] [Help]

APPS.OTA_TAV_INS dependencies on HR_MULTI_MESSAGE

Line 389: hr_multi_message.end_validation_set;

385: --
386: ota_tav_bus.insert_validate(p_rec);
387: --
388: -- Call to raise any errors on multi-message list
389: hr_multi_message.end_validation_set;
390: --
391: -- Call the supporting pre-insert operation
392: --
393: pre_insert(p_rec);

Line 404: hr_multi_message.end_validation_set;

400: --
401: post_insert(p_rec);
402: --
403: -- Call to raise any errors on multi-message list
404: hr_multi_message.end_validation_set;
405: --
406: -- If we are validating then raise the Validate_Enabled exception
407: --
408: If p_validate then