DBA Data[Home] [Help]

APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on DUAL

Line 269: FROM dual;

265:
266: -- Get the Batch ID for admission application import process
267: CURSOR c_bat_id IS
268: SELECT igs_ad_interface_batch_id_s.NEXTVAL
269: FROM dual;
270:
271: -- Get the Person number for the passed person id.
272: CURSOR c_person_info (cp_person_id igs_pe_person_base_v.person_id%TYPE) IS
273: SELECT person_number, last_name surname, first_name given_names, gender sex, birth_date birth_dt