DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F2_PKG dependencies on PER_VALID_GRADES

Line 278: from per_valid_grades vg

274: -- Cursor modified to improve performance.
275:
276: cursor valid_pos_grades is
277: select 1
278: from per_valid_grades vg
279: where vg.business_group_id = P_BUS_GRP_ID
280: and vg.position_id is not null;
281: --
282: -- Bug fix 3648612.

Line 287: from per_valid_grades vg

283: -- Cursor modified to improve performance.
284:
285: cursor valid_job_grades is
286: select 1
287: from per_valid_grades vg
288: where vg.business_group_id = P_BUS_GRP_ID
289: and vg.job_id is not null;
290: --
291: cursor get_pd_of_ser is