DBA Data[Home] [Help]

APPS.GMD_SAMPLES_PUB dependencies on FM_MATL_DTL

Line 1731: , fm_matl_dtl fmd

1727: , gme_material_details md
1728: , gmd_recipes_b gr/*gmd_recipes gr bug#4916871*/
1729: , gmd_recipe_validity_rules rvr
1730: , gmd_status gs
1731: , fm_matl_dtl fmd
1732: , fm_form_mst_b ffm /*fm_form_mst ffm bug# 4916871*/
1733: , gmd_routings_b rout /*gmd_routings rout bug#4916871*/
1734: , gem_lookups gl
1735: , gem_lookups gl2

Line 1769: FROM fm_matl_dtl fmd

1765:
1766: CURSOR c_formulaline_id ( l_formula_id In NUMBER)
1767: IS
1768: SELECT 1
1769: FROM fm_matl_dtl fmd
1770: WHERE fmd.inventory_item_id = p_sample_rec.inventory_item_id
1771: AND fmd.formula_id = l_formula_id
1772: AND fmd.formulaline_id = p_sample_rec.formulaline_id;
1773: