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 3072: from per_grades_vl

3068: ;
3069:
3070: cursor c_grade(p_grade_id number) is
3071: select name
3072: from per_grades_vl
3073: where grade_id = p_grade_id
3074: ;
3075:
3076: cursor c_loc(p_loc_id number) is