DBA Data[Home] [Help]

APPS.IGS_EN_GEN_015 dependencies on IGS_PS_RSV_USEC_PRI

Line 535: FROM igs_ps_rsv_usec_pri

531: -- Cursor to find all the Unit Section Priorities for the Unit Section.
532: --
533: CURSOR cur_usec_priorities IS
534: SELECT rsv_usec_pri_id
535: FROM igs_ps_rsv_usec_pri
536: WHERE uoo_id = p_uoo_id;
537: --
538: -- Cursor to find all the Unit Section Preferences for the passed Unit Section Priority.
539: --