DBA Data[Home] [Help]

APPS.PER_PER_SHD dependencies on HR_COMMENTS

Line 604: from hr_comments hc

600: -- Cursor C_Sel3 select comment text
601: --
602: Cursor C_Sel3 is
603: select hc.comment_text
604: from hr_comments hc
605: where hc.comment_id = per_per_shd.g_old_rec.comment_id;
606: --
607: Begin
608: hr_utility.set_location('Entering:'||l_proc, 5);