DBA Data[Home] [Help]

APPS.PAY_PEL_SHD dependencies on HR_COMMENTS

Line 469: from hr_comments hc

465: -- Cursor C_Sel3 select comment text
466: --
467: Cursor C_Sel3 is
468: select hc.comment_text
469: from hr_comments hc
470: where hc.comment_id = pay_pel_shd.g_old_rec.comment_id;
471: --
472: Begin
473: hr_utility.set_location('Entering:'||l_proc, 5);