DBA Data[Home] [Help]

APPS.PER_PPB_INS dependencies on HR_MULTI_MESSAGE

Line 513: hr_multi_message.end_validation_set;

509: (p_rec
510: );
511: --
512: -- Call to raise any errors on multi-message list
513: hr_multi_message.end_validation_set;
514: --
515: -- Call the supporting pre-insert operation
516: --
517: per_ppb_ins.pre_insert(p_rec);

Line 530: hr_multi_message.end_validation_set;

526: (p_rec
527: );
528: --
529: -- Call to raise any errors on multi-message list
530: hr_multi_message.end_validation_set;
531: --
532: hr_utility.set_location('Leaving:'||l_proc, 20);
533: Exception
534: When Others Then