DBA Data[Home] [Help]

APPS.IGS_AZ_GEN_001 dependencies on DUAL

Line 1127: FROM dual;

1123: -- Cursor to generate new sequence number
1124: --
1125: CURSOR cur_seq_num IS
1126: SELECT igs_pe_persenc_effct_seq_num_s.NEXTVAL
1127: FROM dual;
1128: --
1129: -- Cursor to check if the Hold already existes for the Student
1130: --
1131: CURSOR cur_stu_encumb (

Line 1847: FROM DUAL;

1843: -- Gets a unique sequence number
1844: --
1845: CURSOR c_seq_num IS
1846: SELECT igs_as_wf_beas006_s.NEXTVAL
1847: FROM DUAL;
1848: --
1849: BEGIN
1850: --
1851: -- Get the sequence value