DBA Data[Home] [Help]

APPS.GMD_RECIPE_DATA_PUB dependencies on GMDFMVAL_PUB

Line 45: x_formula_dtl_tbl OUT NOCOPY gmdfmval_pub.formula_detail_tbl ,

41: x_routing_depd_tbl OUT NOCOPY gmd_recipe_fetch_pub.routing_depd_tbl ,
42: x_oprn_act_out OUT NOCOPY gmd_recipe_fetch_pub.oprn_act_tbl ,
43: x_oprn_resc_rec OUT NOCOPY gmd_recipe_fetch_pub.oprn_resc_tbl ,
44: x_formula_header_rec OUT NOCOPY fm_form_mst%ROWTYPE ,
45: x_formula_dtl_tbl OUT NOCOPY gmdfmval_pub.formula_detail_tbl ,
46: x_recp_resc_proc_param_tbl OUT NOCOPY gmd_recipe_fetch_pub.recp_resc_proc_param_tbl
47: );
48:
49: END GMD_RECIPE_DATA_PUB;