DBA Data[Home] [Help]

APPS.HR_PROCESS_ASSIGNMENT_STEP_SS dependencies on PER_SPINAL_POINT_STEPS_F

Line 994: per_spinal_points psp, per_spinal_point_steps_f psps where

990: l_proc varchar2(72) := g_package||'get_transaction_data';
991:
992: cursor get_spinal_point is
993: select spinal_point from
994: per_spinal_points psp, per_spinal_point_steps_f psps where
995: psp.spinal_point_id=psps.spinal_point_id and psps.step_id=p_step_id;
996:
997: begin
998: