DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on GMD_SPECIFICATIONS_B

Line 2301: FROM gmd_specifications_b

2297:
2298: /* RLNAGARA Bug 5032406 (FP of 4604305 ME) added cursor to get spec name and version */
2299: CURSOR get_spec_name(x_spec_id_in NUMBER) IS
2300: SELECT spec_name, spec_vers
2301: FROM gmd_specifications_b
2302: WHERE spec_id = x_spec_id_in;
2303:
2304: /* This cursor works for both batch created and batchstep created event */
2305: -- Bug 4165704: 1. a.wip_subinventory taken out since it no longer exists in gme_batch_header