DBA Data[Home] [Help]

APPS.PER_PER_SHD dependencies on HR_COMMENTS

Line 605: from hr_comments hc

601: -- Cursor C_Sel3 select comment text
602: --
603: Cursor C_Sel3 is
604: select hc.comment_text
605: from hr_comments hc
606: where hc.comment_id = per_per_shd.g_old_rec.comment_id;
607: --
608:
609: Begin