DBA Data[Home] [Help]

APPS.HR_PDT_INS dependencies on HR_MULTI_MESSAGE

Line 547: hr_multi_message.end_validation_set;

543: (p_rec
544: );
545: --
546: -- Call to raise any errors on multi-message list
547: hr_multi_message.end_validation_set;
548: --
549: -- Set the status_change_date
550: --
551: p_rec.status_change_date := trunc(sysdate);

Line 568: hr_multi_message.end_validation_set;

564: (p_rec
565: );
566: --
567: -- Call to raise any errors on multi-message list
568: hr_multi_message.end_validation_set;
569: --
570: hr_utility.set_location('Leaving:'||l_proc, 20);
571: end ins;
572: --