DBA Data[Home] [Help]

APPS.GMD_RECIPE_VAL dependencies on GMD_RECIPE_CUSTOMERS

Line 661: /* GMD_RECIPE_CUSTOMERSS. */

657: /* NAME */
658: /* recipe_cust_exists */
659: /* DESCRIPTION */
660: /* This procedure will check if given id or name and version exist in */
661: /* GMD_RECIPE_CUSTOMERSS. */
662: /* PARAMETERS standard + recipe_id, customer_id */
663: /* RETURN VALUES standard */
664: /**************************************************************************** */
665:

Line 680: from gmd_recipe_customers

676: x_return_code OUT NOCOPY NUMBER)
677: IS
678: CURSOR get_record IS
679: select recipe_id
680: from gmd_recipe_customers
681: where recipe_id = p_recipe_id
682: and customer_id = p_customer_id;
683:
684: /*** Variables ***/