DBA Data[Home] [Help]

APPS.JTF_TTY_CREATE_TERR_FROM_GEO dependencies on JTF_TERR_S

Line 153: SELECT JTF_TERR_S.nextval

149:
150: ELSE
151: /*create the sequence only when call is from create otherwise use the existing ID */
152:
153: SELECT JTF_TERR_S.nextval
154: INTO l_terr_id
155: FROM dual;
156:
157: END IF;