DBA Data[Home] [Help]

APPS.PAY_ETP_SHD_ND dependencies on HR_COMMENTS

Line 522: from hr_comments hc

518: -- Cursor C_Sel3 select comment text
519: --
520: Cursor C_Sel3 is
521: select hc.comment_text
522: from hr_comments hc
523: where hc.comment_id = pay_etp_shd_nd.g_old_rec.comment_id;
524: --
525: Begin
526: hr_utility.set_location('Entering:'||l_proc, 5);