DBA Data[Home] [Help]

APPS.PAY_PAY_SHD dependencies on HR_COMMENTS

Line 546: from hr_comments hc

542: -- Cursor C_Sel3 select comment text
543: --
544: Cursor C_Sel3 is
545: select hc.comment_text
546: from hr_comments hc
547: where hc.comment_id = pay_pay_shd.g_old_rec.comment_id;
548: --
549: Begin
550: hr_utility.set_location('Entering:'||l_proc, 5);