DBA Data[Home] [Help]

APPS.PER_PGS_BUS dependencies on PER_ASSIGNMENTS_F

Line 749: from per_assignments_f a

745: and gs.parent_spine_id = p_parent_spine_id
746: and gs.grade_id = p_grade_id
747: and exists
748: (select null
749: from per_assignments_f a
750: where a.special_ceiling_step_id = sps.step_id
751: and a.special_ceiling_step_id is not null);
752:
753: --