DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM_NEW dependencies on GMD_CUSTOMER_TESTS

Line 457: FROM gmd_customer_tests

453: CURSOR c_get_cust_test(p_cust_id NUMBER,
454: p_test_id NUMBER) IS
455: SELECT cust_test_display,
456: report_precision
457: FROM gmd_customer_tests
458: WHERE cust_id = p_cust_id
459: AND test_id = p_test_id;
460:
461: