DBA Data[Home] [Help]

APPS.GMD_RECIPE_DETAIL_PVT dependencies on GMD_RECIPE_VALIDITY_ID_S

Line 310: SELECT gmd_recipe_validity_id_s.nextval

306: /* ======================================== */
307: /* Generate the Validity Rule Id */
308: /* Sequence number */
309: /* ======================================== */
310: SELECT gmd_recipe_validity_id_s.nextval
311: INTO l_recipe_vr_id
312: FROM sys.dual;
313:
314: --Added as part of Default Status Build 3408799