DBA Data[Home] [Help]

APPS.PAY_OPM_SHD dependencies on HR_COMMENTS

Line 402: from hr_comments hc

398: -- Cursor C_Sel3 select comment text
399: --
400: Cursor C_Sel3 is
401: select hc.comment_text
402: from hr_comments hc
403: where hc.comment_id = pay_opm_shd.g_old_rec.comment_id;
404: --
405: Begin
406: hr_utility.set_location('Entering:'||l_proc, 5);