DBA Data[Home] [Help]

APPS.GMD_OUTBOUND_APIS_PUB dependencies on GMD_QC_TESTS_TAB_TYPE

Line 422: g_tests_table system.gmd_qc_tests_tab_type;

418: g_to_inventory_item_id NUMBER; /*NSRIVAST, INVCONV*/
419:
420:
421: g_test_methods_table system.gmd_test_methods_tab_type;
422: g_tests_table system.gmd_qc_tests_tab_type;
423: g_specifications_table system.gmd_specifications_tab_type;
424: g_results_table system.gmd_results_tab_type;
425: g_composite_results_table system.gmd_composite_results_tab_type;
426: g_samples_table system.gmd_samples_tab_type;

Line 841: , x_tests_table OUT NOCOPY system.gmd_qc_tests_tab_type

837: , p_priority IN VARCHAR2 DEFAULT NULL
838: , p_delete_mark IN NUMBER DEFAULT NULL
839: , p_from_last_update_date IN DATE DEFAULT NULL
840: , p_to_last_update_date IN DATE DEFAULT NULL
841: , x_tests_table OUT NOCOPY system.gmd_qc_tests_tab_type
842: , x_return_status OUT NOCOPY VARCHAR2
843: , x_msg_count OUT NOCOPY NUMBER
844: , x_msg_data OUT NOCOPY VARCHAR2
845: );