DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on GMD_SPECIFICATIONS_B

Line 2045: FROM gmd_specifications_b

2041:
2042: /* RLNAGARA Bug 5032406 (FP of 4604305 ME) added cursor to get spec name and version */
2043: CURSOR get_spec_name(x_spec_id_in NUMBER) IS
2044: SELECT spec_name,spec_vers
2045: FROM gmd_specifications_b
2046: WHERE spec_id = x_spec_id_in ;
2047:
2048:
2049: