DBA Data[Home] [Help]

APPS.GMD_OUTBOUND_APIS_PUB dependencies on GMD_SAMPLES_TAB_TYPE

Line 426: g_samples_table system.gmd_samples_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;
427: g_sample_groups_table system.gmd_sampling_events_tab_type;
428:
429: /*#
430: * Fetches Sample Test Results

Line 747: , x_samples_table OUT NOCOPY system.gmd_samples_tab_type

743: , p_from_last_update_date IN DATE DEFAULT NULL
744: , p_to_last_update_date IN DATE DEFAULT NULL
745: , p_retain_as IN VARCHAR2 DEFAULT NULL
746: , p_delete_mark IN NUMBER DEFAULT NULL
747: , x_samples_table OUT NOCOPY system.gmd_samples_tab_type
748: , x_return_status OUT NOCOPY VARCHAR2
749: , x_msg_count OUT NOCOPY NUMBER
750: , x_msg_data OUT NOCOPY VARCHAR2
751: );