DBA Data[Home] [Help]

APPS.IGS_EN_WORKFLOW dependencies on IGS_EN_PRGTRN_S

Line 492: SELECT igs_en_prgtrn_s.NEXTVAL

488:
489: -- Gets a unique sequence number
490:
491: CURSOR c_seq_num IS
492: SELECT igs_en_prgtrn_s.NEXTVAL
493: FROM dual;
494:
495:
496: -- Getting the Profile value for the profile IGS_WF_ENABLE, to check if workflow is installed in the environment