DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM_NEW dependencies on GMD_CUSTOMER_TESTS

Line 500: FROM gmd_customer_tests

496: CURSOR c_get_cust_test(p_cust_id NUMBER,
497: p_test_id NUMBER) IS
498: SELECT cust_test_display,
499: report_precision
500: FROM gmd_customer_tests
501: WHERE cust_id = p_cust_id
502: AND test_id = p_test_id;
503:
504: