DBA Data[Home] [Help]

APPS.PER_SPINAL_PT_PLCMT_PKG dependencies on HR_LOOKUPS

Line 92: from hr_lookups

88: group by p1.spinal_point,gs.starting_step, p1.spinal_point_id;
89: --
90: cursor c21 is
91: select meaning
92: from hr_lookups
93: where lookup_type = 'PLACEMENT_REASON'
94: and lookup_code = p_rsn;
95: --
96: l_count NUMBER;