DBA Data[Home] [Help]

APPS.OTA_TAV_INS dependencies on HR_MULTI_MESSAGE

Line 391: hr_multi_message.end_validation_set;

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

Line 406: hr_multi_message.end_validation_set;

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