DBA Data[Home] [Help]

APPS.HR_OBJECTIVES_API dependencies on PER_PERFORMANCE_RATINGS

Line 863: FROM per_performance_ratings

859: ( p_objective_id per_objectives.objective_id%TYPE
860: )
861: IS
862: SELECT performance_rating_id, object_version_number
863: FROM per_performance_ratings
864: WHERE objective_id = p_objective_id;
865:
866: --
867: --