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 397: * This is a PL/SQL procedure to fetch recipe_id from gmd_recipe_validity_rules

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