DBA Data[Home] [Help]

APPS.GMD_RECIPE_HEADER_PVT dependencies on GMA_GLOBAL_GRP

Line 986: GMA_GLOBAL_GRP.get_who(p_recipe_header_rec.user_name

982: RAISE copy_recipe_err;
983: ELSE
984: IF p_recipe_header_rec.user_id IS NULL THEN
985: IF p_recipe_header_rec.user_name IS NOT NULL THEN
986: GMA_GLOBAL_GRP.get_who(p_recipe_header_rec.user_name
987: ,l_recipe_header_rec.user_id);
988: ELSE
989: l_recipe_header_rec.user_id := old_recipe_rec.created_by;
990: END IF;