DBA Data[Home] [Help]

APPS.IGS_EN_ELGBL_UNIT dependencies on IGS_PS_RSV_UOP_PRF

Line 3374: FROM igs_ps_rsv_uop_prf

3370:
3371: -- cursor to fetch preferences defined at unit offering pattern level
3372: CURSOR cur_rsv_uop_prf(p_rsv_uop_pri_id NUMBER) IS
3373: SELECT preference_code,preference_version,group_id,percentage_reserved, rsv_uop_prf_id preference_id
3374: FROM igs_ps_rsv_uop_prf
3375: WHERE rsv_uop_pri_id = p_rsv_uop_pri_id
3376: ORDER BY preference_order;
3377:
3378: -- cursor to fetch priorities defined at owner Organizational Unit level