DBA Data[Home] [Help]

APPS.PAY_EMP_ACTION_ARCH dependencies on PER_GRADES_VL

Line 1505: from per_grades_vl

1501:
1502: cursor c_grade(cp_grade_id in number
1503: ,cp_effective_date in date) is
1504: select name
1505: from per_grades_vl
1506: where grade_id = cp_grade_id
1507: and date_from <= cp_effective_date
1508: and nvl(date_to, cp_effective_date) >= cp_effective_date;
1509: