DBA Data[Home] [Help]

APPS.GMD_LAB_MIGRATION dependencies on GEM5_FORMULA_ID_S

Line 63: select gem5_formula_id_s.nextval from sys.dual;

59:
60: /*Cursor to create sequence of the formula_id*/
61:
62: CURSOR fm_formula_id is
63: select gem5_formula_id_s.nextval from sys.dual;
64:
65: /*Cursor to get all formula details for a given formula_id */
66:
67: CURSOR lab_detail (Vformula_id IN NUMBER) is