DBA Data[Home] [Help]

APPS.OTA_TPS_INS dependencies on HR_MULTI_MESSAGE

Line 471: hr_multi_message.end_validation_set;

467: ,p_rec
468: );
469: --
470: --CALL TO RAISE ANY ERRORS ON MULTI MESSAGE LIST
471: hr_multi_message.end_validation_set;
472:
473: -- Call the supporting pre-insert operation
474: --
475: ota_tps_ins.pre_insert(p_rec);

Line 489: hr_multi_message.end_validation_set;

485: ,p_rec
486: );
487: --
488: --CALL TO RAISE ANY ERRORS ON MULTI MESSAGE LIST
489: hr_multi_message.end_validation_set;
490:
491: hr_utility.set_location('Leaving:'||l_proc, 20);
492: end ins;
493: --