DBA Data[Home] [Help]

APPS.IGS_UC_EXPUNGE_APP dependencies on DUAL

Line 248: FROM dual ;

244:
245: -- To Get the interface Run ID which is used to populate the Admission Decision Import Interface table while Suspending the Application Instances.
246: CURSOR cur_interface_run_id IS
247: SELECT igs_ad_interface_ctl_s.NEXTVAL
248: FROM dual ;
249:
250: --To get the Person Number FOR the give person ID
251: CURSOR cur_per_no (cp_person_id igs_pe_person_base_v.person_id%TYPE) IS
252: SELECT person_number