DBA Data[Home] [Help]

APPS.HR_GRADE_SCALE_API dependencies on PER_SPINAL_POINT_PLACEMENTS_F

Line 512: from per_spinal_point_placements_f spp

508: select 'x'
509: from per_spinal_point_steps_f sps
510: where sps.grade_spine_id = p_grade_spine_id
511: and exists (select null
512: from per_spinal_point_placements_f spp
513: where spp.step_id = sps.step_id
514: and p_date < spp.effective_end_date);
515: --
516: cursor csr_chk_assignments(p_date date) is