DBA Data[Home] [Help]

APPS.PAY_ETP_SHD dependencies on HR_COMMENTS

Line 526: from hr_comments hc

522: -- Cursor C_Sel3 select comment text
523: --
524: Cursor C_Sel3 is
525: select hc.comment_text
526: from hr_comments hc
527: where hc.comment_id = pay_etp_shd.g_old_rec.comment_id;
528: --
529: Begin
530: hr_utility.set_location('Entering:'||l_proc, 5);