DBA Data[Home] [Help]

APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on DUAL

Line 182: FROM dual;

178: WHERE person_id = p_person_id;
179:
180: CURSOR c_sid IS
181: SELECT igs_he_stdnt_id_s.nextval
182: FROM dual;
183:
184: --TO select all the alternate person id's with type in (UCASID,NMASID,SWASID,GTTRID)
185: --Cursor to check number of person id types exisitng .
186: -- smaddali modified this cursor to get records which are effective in the HESA submission period, bug#3235753