DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM_NEW dependencies on GMD_SPEC_TESTS_B

Line 938: FROM GMD_SPEC_TESTS_B gst

934: --RLNAGARA Bug # 4916856
935: --Bug# 5223677. Pick all tests. Commented optional_ind condition.
936: CURSOR cr_get_req_spec_tests IS
937: SELECT gst.test_id
938: FROM GMD_SPEC_TESTS_B gst
939: WHERE gst.spec_id = p_spec_id;
940: -- AND gst.optional_ind is NULL ;
941:
942: