DBA Data[Home] [Help]

APPS.GMD_OUTBOUND_APIS_PUB dependencies on GMD_TEST_METHODS_TAB_TYPE

Line 426: g_test_methods_table system.gmd_test_methods_tab_type;

422: g_lpn_id NUMBER;
423: g_lpn VARCHAR2(30);
424:
425:
426: g_test_methods_table system.gmd_test_methods_tab_type;
427: g_tests_table system.gmd_qc_tests_tab_type;
428: g_specifications_table system.gmd_specifications_tab_type;
429: g_results_table system.gmd_results_tab_type;
430: g_composite_results_table system.gmd_composite_results_tab_type;

Line 800: , x_test_methods_table OUT NOCOPY system.gmd_test_methods_tab_type

796: , p_resource IN VARCHAR2 DEFAULT NULL
797: , p_delete_mark IN NUMBER DEFAULT NULL
798: , p_from_last_update_date IN DATE DEFAULT NULL
799: , p_to_last_update_date IN DATE DEFAULT NULL
800: , x_test_methods_table OUT NOCOPY system.gmd_test_methods_tab_type
801: , x_return_status OUT NOCOPY VARCHAR2
802: , x_msg_count OUT NOCOPY NUMBER
803: , x_msg_data OUT NOCOPY VARCHAR2
804: );