DBA Data[Home] [Help]

APPS.IGS_UC_EXPORT_HESA_TO_OSS_PKG dependencies on IGS_AD_INTERFACE_BATCH_ID_S

Line 268: SELECT igs_ad_interface_batch_id_s.NEXTVAL

264: WHERE person_id = p_per_id;
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