DBA Data[Home] [Help]

APPS.PAY_PPM_SHD dependencies on HR_COMMENTS

Line 438: from hr_comments hc

434: -- Cursor C_Sel3 select comment text
435: --
436: Cursor C_Sel3 is
437: select hc.comment_text
438: from hr_comments hc
439: where hc.comment_id = pay_ppm_shd.g_old_rec.comment_id;
440: --
441: Begin
442: hr_utility.set_location('Entering:'||l_proc, 5);