DBA Data[Home] [Help]

APPS.PAY_PPR_SHD dependencies on HR_COMMENTS

Line 305: from hr_comments hc

301: -- Cursor C_Sel3 select comment text
302: --
303: Cursor C_Sel3 is
304: select hc.comment_text
305: from hr_comments hc
306: where hc.comment_id = pay_ppr_shd.g_old_rec.comment_id;
307: --
308: Begin
309: hr_utility.set_location('Entering:'||l_proc, 5);