DBA Data[Home] [Help]

APPS.PAY_EMP_ACTION_ARCH dependencies on PER_GRADES_VL

Line 1575: from per_grades_vl

1571:
1572: cursor c_grade(cp_grade_id in number
1573: ,cp_effective_date in date) is
1574: select name
1575: from per_grades_vl
1576: where grade_id = cp_grade_id
1577: and date_from <= cp_effective_date
1578: and nvl(date_to, cp_effective_date) >= cp_effective_date;
1579: