DBA Data[Home] [Help]

APPS.GMD_OUTBOUND_APIS_PUB dependencies on GMD_CUSTOMER_TESTS

Line 360: FROM gmd_customer_tests gct, op_cust_mst ocm, fnd_user fu1, fnd_user fu2

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: )
360: FROM gmd_customer_tests gct, op_cust_mst ocm, fnd_user fu1, fnd_user fu2
361: WHERE gct.test_id = p_test_id
362: AND gct.cust_id = ocm.cust_id
363: AND gct.created_by = fu1.user_id
364: AND gct.last_updated_by = fu2.user_id;

Line 407: ||', system.gmd_qc_test_values_tab_type (NULL), system.gmd_customer_tests_tab_type(NULL)' -- 5284242

403: ||', gqt.attribute21, gqt.attribute22, gqt.attribute23, gqt.attribute24, gqt.attribute25, gqt.attribute26'
404: ||', gqt.attribute27, gqt.attribute28, gqt.attribute29, gqt.attribute30, gqt.creation_date'
405: ||', gqt.created_by, fu1.user_name, gqt.last_update_date, gqt.last_updated_by'
406: ||', fu2.user_name, gqt.last_update_login'
407: ||', system.gmd_qc_test_values_tab_type (NULL), system.gmd_customer_tests_tab_type(NULL)' -- 5284242
408: ||')';
409:
410: table_list := ' FROM gmd_qc_tests gqt, gmd_test_methods gtm, fnd_user fu1, fnd_user fu2';
411: