DBA Data[Home] [Help]

APPS.PER_GRADE_SPINES_PKG dependencies on PER_ASSIGNMENTS_F

Line 233: from per_assignments_f a

229: and gs.parent_spine_id = p_pspine_id
230: and gs.grade_id = p_grd_id
231: and exists
232: (select null
233: from per_assignments_f a
234: where a.special_ceiling_step_id = sps.step_id
235: and a.special_ceiling_step_id is not null);
236: --
237: begin