DBA Data[Home] [Help]

APPS.GMD_RECIPE_FETCH_PUB dependencies on FM_ROUT_HDR

Line 206: from fm_rout_hdr

202: attribute15, attribute16, attribute17, attribute18,
203: attribute19, attribute20, attribute21, attribute22,
204: attribute23, attribute24, attribute25, attribute26,
205: attribute27, attribute28, attribute29, attribute30
206: from fm_rout_hdr
207: where routing_id = (select routing_id from gmd_recipes_b where recipe_id = p_recipe_id)
208:
209: ORDER BY routing_id;
210: