DBA Data[Home] [Help]

APPS.IGS_PE_GEN_002 dependencies on IGS_PE_PE003_WF_S

Line 152: IGS_PE_PE003_WF_S.nextval

148: || (reverse chronological order - newest change first)
149: */
150: CURSOR c_seq_num IS
151: SELECT
152: IGS_PE_PE003_WF_S.nextval
153: FROM
154: DUAL;
155:
156: ln_seq_val NUMBER;