DBA Data[Home] [Help]

APPS.GMD_OUTBOUND_APIS_PUB dependencies on GMD_QC_TESTS_TAB_TYPE

Line 427: g_tests_table system.gmd_qc_tests_tab_type;

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;
431: g_samples_table system.gmd_samples_tab_type;

Line 850: , x_tests_table OUT NOCOPY system.gmd_qc_tests_tab_type

846: , p_priority IN VARCHAR2 DEFAULT NULL
847: , p_delete_mark IN NUMBER DEFAULT NULL
848: , p_from_last_update_date IN DATE DEFAULT NULL
849: , p_to_last_update_date IN DATE DEFAULT NULL
850: , x_tests_table OUT NOCOPY system.gmd_qc_tests_tab_type
851: , x_return_status OUT NOCOPY VARCHAR2
852: , x_msg_count OUT NOCOPY NUMBER
853: , x_msg_data OUT NOCOPY VARCHAR2
854: );