DBA Data[Home] [Help]

APPS.GME_BATCH_STEP_CHG_PVT dependencies on GMD_RECIPE_VALIDITY_RULES

Line 273: ,gmd_recipe_validity_rules gvr

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

Line 305: ,gmd_recipe_validity_rules gvr2

301: AND dcs.FUNCTIONAL_AREA_ID = 14
302: UNION ALL
303: SELECT gsr2.batchstep_resource_id, 2 sds_type, gst2.seq_dep_id
304: FROM gme_batch_header gbh2
305: ,gmd_recipe_validity_rules gvr2
306: ,gme_batch_steps gbs2
307: ,gme_batch_step_activities gsa2
308: ,gme_batch_step_resources gsr2
309: ,cr_rsrc_dtl crd2

Line 342: ,gmd_recipe_validity_rules gvr

338: CURSOR get_batch_details (v_batch_id NUMBER)
339: IS
340: SELECT gsr.batchstep_resource_id, 1 sds_type, gst.seq_dep_id
341: FROM gme_batch_header gbh
342: ,gmd_recipe_validity_rules gvr
343: ,gme_batch_steps gbs
344: ,gme_batch_step_activities gsa
345: ,gme_batch_step_resources gsr
346: ,cr_rsrc_dtl crd

Line 365: ,gmd_recipe_validity_rules gvr2

361: AND gbs.oprn_id = gst.oprn_id
362: UNION ALL
363: SELECT gsr2.batchstep_resource_id, 2 sds_type, gst2.seq_dep_id
364: FROM gme_batch_header gbh2
365: ,gmd_recipe_validity_rules gvr2
366: ,gme_batch_steps gbs2
367: ,gme_batch_step_activities gsa2
368: ,gme_batch_step_resources gsr2
369: ,cr_rsrc_dtl crd2