2255: -- Cursor to find the meaning of lookup code CORE
2256: --
2257: CURSOR cur_get_lkp_meaning IS
2258: SELECT meaning
2259: FROM igs_lookup_values lkup, IGS_EN_SS_DISP_STPS en
2260: WHERE lkup.lookup_type = 'IGS_EN_CORE_IND'
2261: AND lkup.lookup_code = en.core_req_ind;
2262:
2263:
5227: -- Cursor to find the meaning of lookup code CORE
5228: --
5229: CURSOR cur_get_lkp_meaning IS
5230: SELECT meaning
5231: FROM igs_lookup_values lkup, IGS_EN_SS_DISP_STPS en
5232: WHERE lkup.lookup_type = 'IGS_EN_CORE_IND'
5233: AND lkup.lookup_code = en.core_req_ind;
5234:
5235: