DBA Data[Home] [Help]

APPS.IGS_RE_WORKFLOW dependencies on IGS_RE_SPRVSN_S

Line 402: SELECT igs_re_sprvsn_s.NEXTVAL

398:
399: -- Gets a unique sequence number
400:
401: CURSOR c_seq_num IS
402: SELECT igs_re_sprvsn_s.NEXTVAL
403: FROM dual;
404:
405:
406: -- Getting the Profile value for the profile IGS_WF_ENABLE, to check if workflow is installed in the environment