DBA Data[Home] [Help]

APPS.OTA_TRB_INS dependencies on HR_MULTI_MESSAGE

Line 538: hr_multi_message.end_validation_set;

534: ,p_rec
535: );
536: --
537: -- Call to raise any errors on multi-message list
538: hr_multi_message.end_validation_set;
539: --
540: -- Call the supporting pre-insert operation
541: --
542: ota_trb_ins.pre_insert(p_rec);

Line 556: hr_multi_message.end_validation_set;

552: ,p_rec
553: );
554: --
555: -- Call to raise any errors on multi-message list
556: hr_multi_message.end_validation_set;
557: --
558: hr_utility.set_location('Leaving:'||l_proc, 20);
559: end ins;
560: --