DBA Data[Home] [Help]

APPS.PAY_ELE_SHD dependencies on HR_COMMENTS

Line 557: from hr_comments hc

553: -- Cursor C_Sel3 select comment text
554: --
555: Cursor C_Sel3 is
556: select hc.comment_text
557: from hr_comments hc
558: where hc.comment_id = pay_ele_shd.g_old_rec.comment_id;
559: --
560: -- Assignment locking cursor
561: --