DBA Data[Home] [Help]

APPS.IGS_EN_WORKFLOW dependencies on IGS_EN_INTRMN_S

Line 227: SELECT igs_en_intrmn_s.NEXTVAL

223:
224: -- Gets a unique sequence number
225:
226: CURSOR c_seq_num IS
227: SELECT igs_en_intrmn_s.NEXTVAL
228: FROM dual;
229:
230:
231: -- Getting the Profile value for the profile IGS_WF_ENABLE, to check if workflow is installed in the environment