DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_GRP dependencies on GMD_RECIPE_VALIDITY_RULES

Line 1564: , gmd_recipe_validity_rules rvr

1560: , rout.routing_id, rout.routing_no, rout.routing_vers
1561: FROM gme_batch_header bh
1562: , gme_material_details md
1563: , gmd_recipes_b gr -- just need base table here not view
1564: , gmd_recipe_validity_rules rvr
1565: , gmd_status gs
1566: , fm_matl_dtl fmd
1567: , fm_form_mst_b ffm -- just need base table here not view
1568: , gmd_routings_b rout -- just need base table here not view

Line 1604: , gmd_recipe_validity_rules rvr

1600: , ffm.formula_id, ffm.formula_no, ffm.formula_vers
1601: , rout.routing_id, rout.routing_no, rout.routing_vers
1602: FROM gmd_recipes r
1603: , gmd_status s
1604: , gmd_recipe_validity_rules rvr
1605: , gmd_routings rout
1606: , fm_form_mst ffm
1607: , fm_matl_dtl fmd
1608: WHERE rout.routing_id(+) = r.routing_id

Line 1630: , gmd_recipe_validity_rules rvr

1626: CURSOR c_recipe_no IS
1627: SELECT r.recipe_id, r.recipe_version
1628: FROM gmd_recipes r
1629: , gmd_status s
1630: , gmd_recipe_validity_rules rvr
1631: , gmd_routings rout
1632: , fm_form_mst ffm
1633: , fm_matl_dtl fmd
1634: WHERE rout.routing_id(+) = r.routing_id