DBA Data[Home] [Help]

APPS.GR_EXPLOSIONS dependencies on FM_FORM_MST_B

Line 145: FROM fm_form_mst_b mst,

141: rcp.recipe_version,
142: dtl.qty,
143: dtl.detail_uom item_um, --dtl.item_um
144: dtl.SCALE_ROUNDING_VARIANCE precision
145: FROM fm_form_mst_b mst,
146: gmd_recipe_validity_rules rvr,
147: gmd_status_b sts,
148: gmd_recipes_b rcp,
149: fm_matl_dtl dtl

Line 1045: FROM fm_form_mst_b mst,

1041:
1042: CURSOR c_get_effective_formula
1043: IS
1044: SELECT mst.formula_id
1045: FROM fm_form_mst_b mst,
1046: gmd_recipe_validity_rules rvr,
1047: gmd_status_b sts,
1048: gmd_recipes_b rcp,
1049: fm_matl_dtl dtl,