DBA Data[Home] [Help]

APPS.PER_GRADES_PKG dependencies on PER_GRADES_VL

Line 204: from per_grades_vl g

200: p_language_code varchar2 default hr_api.userenv_lang) IS
201:
202: cursor OPM_CUR is
203: select *
204: from per_grades_vl g
205: where g.row_id = chartorowid(P_ROW_ID)
206: for update of grade_id nowait;
207:
208: OPM_REC OPM_CUR%rowtype;