DBA Data[Home] [Help]

APPS.EDW_HR_SERVICE_PKG dependencies on HRI_SERVICE_BANDS

Line 12: FROM hri_service_bands

8: l_service_band_pk VARCHAR2(400);
9:
10: CURSOR ratio_cur IS
11: SELECT days_to_month
12: FROM hri_service_bands
13: WHERE days_to_month IS NOT NULL;
14:
15: CURSOR service_band_cur
16: (v_days_to_month NUMBER) IS