DBA Data[Home] [Help]

APPS.GMD_RESULTS_GRP dependencies on GMD_STABILITY_SPEC_VRS

Line 166: --| Added gmd_stability_spec_vrs to |

162: --| UNION ALL of all the spec vr tables |
163: --| to improve performance |
164: --| |
165: --| Chetan Nagar 23-Apr-2004 B3584185 |
166: --| Added gmd_stability_spec_vrs to |
167: --| the UNION query |
168: --| nsrivast 25-Jul-05 Updated call to api |
169: --| gmd_samples_grp.update_lot_grade_batch |
170: --| QZENG 15-Dec-2011: BUG 13476354 - added test_duration to cursor |

Line 232: FROM gmd_stability_spec_vrs

228: where spec_vr_id = p_spec_vr_id
229: -- B3584185 Added following to the union query
230: UNION ALL
231: SELECT spec_id
232: FROM gmd_stability_spec_vrs
233: where spec_vr_id = p_spec_vr_id
234: ;
235:
236: