DBA Data[Home] [Help]

APPS.BEN_CWB_POST_PROCESS dependencies on PER_PERFORMANCE_REVIEWS

Line 1114: from per_performance_reviews perf

1110: CURSOR c_posted_rating(v_person_id IN NUMBER,
1111: v_effective_date IN DATE)
1112: IS
1113: select perf.performance_rating
1114: from per_performance_reviews perf
1115: where perf.person_id = v_person_id
1116: and perf.review_date = v_effective_date;
1117:
1118: CURSOR c_posted_promotions(v_assignment_id IN NUMBER,