DBA Data[Home] [Help]

APPS.GMD_OUTBOUND_APIS_PUB dependencies on GMD_COMPOSITE_RESULTS_TAB_TYPE

Line 430: g_composite_results_table system.gmd_composite_results_tab_type;

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;
432: g_sample_groups_table system.gmd_sampling_events_tab_type;
433:
434: /*#

Line 551: , x_composite_results_table OUT NOCOPY system.gmd_composite_results_tab_type

547: , p_lot_number IN VARCHAR2 DEFAULT NULL /*NSRIVAST, INVCONV*/
548: , p_from_last_update_date IN DATE DEFAULT NULL
549: , p_to_last_update_date IN DATE DEFAULT NULL
550: , p_delete_mark IN NUMBER DEFAULT NULL
551: , x_composite_results_table OUT NOCOPY system.gmd_composite_results_tab_type
552: , x_return_status OUT NOCOPY VARCHAR2
553: , x_msg_count OUT NOCOPY NUMBER
554: , x_msg_data OUT NOCOPY VARCHAR2
555: );