DBA Data[Home] [Help]

APPS.GMD_OUTBOUND_APIS_PUB dependencies on OP_CUST_MST

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;