DBA Data[Home] [Help]

APPS.GMDRTVAL_PUB dependencies on GMD_ROUTINGS_B

Line 793: from gmd_recipe_validity_rules v, gmd_recipes_b r, gmd_routings_b rt

789: l_vr_count NUMBER := 0;
790:
791: CURSOR check_VR_Rout_dates IS
792: select count(*)
793: from gmd_recipe_validity_rules v, gmd_recipes_b r, gmd_routings_b rt
794: where v.recipe_id = r.recipe_id
795: and r.routing_id = rt.routing_id
796: and rt.routing_id = pRouting_id
797: and rt.effective_start_date < v.start_date

Line 840: from gmd_recipe_validity_rules v, gmd_recipes_b r, gmd_routings_b rt

836: l_vr_id NUMBER := 0;
837:
838: CURSOR check_VR_Rout_dates IS
839: select v.recipe_validity_rule_id vr_id , rt.effective_start_date start_date, rt.effective_end_date end_date
840: from gmd_recipe_validity_rules v, gmd_recipes_b r, gmd_routings_b rt
841: where v.recipe_id = r.recipe_id
842: and r.routing_id = rt.routing_id
843: and rt.routing_id = pRouting_id
844: and rt.effective_start_date < v.start_date