DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on PER_GRADES_VL

Line 909: from per_grades_vl g

905: g_grd_flex_07,
906: g_grd_flex_08,
907: g_grd_flex_09,
908: g_grd_flex_10
909: from per_grades_vl g
910: where g.grade_id = p_grade_id;
911:
912: if g_debug then
913: hr_utility.set_location('Exiting'||l_proc, 15);

Line 3038: from per_grades_vl

3034: ;
3035:
3036: cursor c_grade(p_grade_id number) is
3037: select name
3038: from per_grades_vl
3039: where grade_id = p_grade_id
3040: ;
3041:
3042: cursor c_loc(p_loc_id number) is