DBA Data[Home] [Help]

APPS.PA_SEARCH_PUB dependencies on PER_RATING_LEVELS

Line 101: FROM per_rating_levels

97:
98: -- cursor to the the rating level from the rating level id.
99: CURSOR get_step_value(l_rating_level_id NUMBER) IS
100: SELECT step_value
101: FROM per_rating_levels
102: WHERE rating_level_id = l_rating_level_id;
103:
104: BEGIN
105: