DBA Data[Home] [Help]

APPS.GMD_RECIPE_FETCH_PUB dependencies on GMD_RECIPE_VALIDITY_RULES

Line 19: TYPE recipe_validity_tbl IS TABLE OF gmd_recipe_validity_rules%rowtype

15: */
16:
17:
18:
19: TYPE recipe_validity_tbl IS TABLE OF gmd_recipe_validity_rules%rowtype
20: INDEX BY BINARY_INTEGER;
21:
22: TYPE recipe_rout_matl_tbl IS TABLE OF gmd_recipe_step_materials%rowtype
23: INDEX BY BINARY_INTEGER;

Line 401: * This is a PL/SQL procedure to fetch recipe_id from gmd_recipe_validity_rules

397: -- End of comments
398:
399: /*#
400: * Fetches the recipe id
401: * This is a PL/SQL procedure to fetch recipe_id from gmd_recipe_validity_rules
402: * based on the validity_rule_id passed
403: * @param p_api_version API version field
404: * @param p_init_msg_list Flag to check if message list intialized
405: * @param p_recipe_validity_rule_id Vailidity Rule ID