DBA Data[Home] [Help]

APPS.GMD_SAMPLES_PUB dependencies on FM_MATL_DTL

Line 1820: , fm_matl_dtl fmd

1816: , gme_material_details md
1817: , gmd_recipes_b gr/*gmd_recipes gr bug#4916871*/
1818: , gmd_recipe_validity_rules rvr
1819: , gmd_status gs
1820: , fm_matl_dtl fmd
1821: , fm_form_mst_b ffm /*fm_form_mst ffm bug# 4916871*/
1822: , gmd_routings_b rout /*gmd_routings rout bug#4916871*/
1823: , gem_lookups gl
1824: , gem_lookups gl2

Line 1882: FROM fm_matl_dtl fmd

1878:
1879: CURSOR c_formulaline_id ( l_formula_id In NUMBER)
1880: IS
1881: SELECT 1
1882: FROM fm_matl_dtl fmd
1883: WHERE fmd.inventory_item_id = p_sample_rec.inventory_item_id
1884: AND fmd.formula_id = l_formula_id
1885: AND fmd.formulaline_id = p_sample_rec.formulaline_id;
1886: