DBA Data[Home] [Help]

APPS.GMD_RECIPE_HEADER dependencies on GMD_RECIPE_VAL

Line 373: GMD_RECIPE_VAL.RECIPE_EXISTS

369: /* ============================================ */
370: /* Recipe_id or Recipe_no/Version Combo has to be */
371: /* provided for updates and it must exists */
372: /* ============================================= */
373: GMD_RECIPE_VAL.RECIPE_EXISTS
374: ( P_API_VERSION => 1.0 ,
375: P_RECIPE_ID => p_recipe_header_rec.Recipe_id ,
376: P_RECIPE_NO => p_recipe_header_rec.Recipe_no ,
377: P_RECIPE_VERSION => p_recipe_header_rec.Recipe_version ,