DBA Data[Home] [Help]

APPS.IGS_RE_WORKFLOW dependencies on IGS_RE_RESUPD_S

Line 2004: SELECT igs_re_resupd_s.NEXTVAL

2000:
2001: -- Gets a unique sequence number
2002:
2003: CURSOR c_seq_num IS
2004: SELECT igs_re_resupd_s.NEXTVAL
2005: FROM dual;
2006:
2007:
2008: -- Getting the Profile value for the profile IGS_WF_ENABLE, to check if workflow is installed in the environment