DBA Data[Home] [Help]

APPS.GME_BATCH_STEP_CHG_PVT dependencies on GMD_RECIPE_VALIDITY_RULES

Line 272: ,gmd_recipe_validity_rules gvr

268: CURSOR get_batch_details (v_batch_id NUMBER)
269: IS
270: SELECT gsr.batchstep_resource_id, 1 sds_type, gst.seq_dep_id
271: FROM gme_batch_header gbh
272: ,gmd_recipe_validity_rules gvr
273: ,gme_batch_steps gbs
274: ,gme_batch_step_activities gsa
275: ,gme_batch_step_resources gsr
276: ,cr_rsrc_dtl crd

Line 295: ,gmd_recipe_validity_rules gvr2

291: AND gbs.oprn_id = gst.oprn_id
292: UNION ALL
293: SELECT gsr2.batchstep_resource_id, 2 sds_type, gst2.seq_dep_id
294: FROM gme_batch_header gbh2
295: ,gmd_recipe_validity_rules gvr2
296: ,gme_batch_steps gbs2
297: ,gme_batch_step_activities gsa2
298: ,gme_batch_step_resources gsr2
299: ,cr_rsrc_dtl crd2