DBA Data[Home] [Help]

APPS.PER_ASG_SHD dependencies on HR_COMMENTS

Line 502: from hr_comments hc

498: -- Cursor C_Sel3 select comment text
499: --
500: Cursor C_Sel3 is
501: select hc.comment_text
502: from hr_comments hc
503: where hc.comment_id = per_asg_shd.g_old_rec.comment_id;
504: --
505: Begin
506: --