DBA Data[Home] [Help]

APPS.HR_COMPETENCES_API dependencies on PER_RATING_SCALES

Line 1703: from per_rating_scales

1699:
1700: cursor csr_rsc
1701: is
1702: select rating_scale_id
1703: from per_rating_scales
1704: where business_group_id is null
1705: and name = p_rating_scale_name;
1706:
1707: --