DBA Data[Home] [Help]

APPS.GMD_LAB_MIGRATION dependencies on GEM5_FORMULALINE_ID_S

Line 75: select gem5_formulaline_id_s.nextval from sys.dual;

71: /*Cursor to create sequence of the formulaline_id */
72:
73: CURSOR fm_formulaline_id is
74:
75: select gem5_formulaline_id_s.nextval from sys.dual;
76:
77: /* local parameters*/
78: Xformula_id number;
79: Xformulaline_id number;