DBA Data[Home] [Help]

APPS.GMD_OUTBOUND_APIS_PUB dependencies on GMD_SPECIFICATIONS_TAB_TYPE

Line 423: g_specifications_table system.gmd_specifications_tab_type;

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;
427: g_sample_groups_table system.gmd_sampling_events_tab_type;

Line 1162: , x_specifications_tbl OUT NOCOPY system.gmd_specifications_tab_type

1158: -- END B3124291 Incorporated Mini-Pack K Features to Outboud APIs
1159:
1160: -- Return parameters
1161:
1162: , x_specifications_tbl OUT NOCOPY system.gmd_specifications_tab_type
1163: , x_return_status OUT NOCOPY VARCHAR2
1164: , x_msg_count OUT NOCOPY NUMBER
1165: , x_msg_data OUT NOCOPY VARCHAR2
1166: );