DBA Data[Home] [Help]

APPS.GMD_OUTBOUND_APIS_PUB dependencies on GMD_CUSTOMER_TEST_REC_TYPE

Line 355: SELECT system.gmd_customer_test_rec_type

351: AND fu1.user_id = gtv.created_by
352: AND fu2.user_id = gtv.last_updated_by;
353:
354: CURSOR customers_cursor (p_test_id NUMBER) IS
355: SELECT system.gmd_customer_test_rec_type
356: ( gct.cust_id, ocm.cust_no, gct.report_precision, gct.cust_test_display, gct.text_code
357: , gct.creation_date, gct.created_by, fu1.user_name, gct.last_update_date
358: , gct.last_updated_by, fu2.user_name, gct.last_update_login
359: )