DBA Data[Home] [Help]

APPS.GMD_RESULTS_GRP dependencies on GMD_SAMPLES

Line 149: p_sample IN GMD_SAMPLES%ROWTYPE

145: INDEX BY BINARY_INTEGER;
146:
147: PROCEDURE create_rslt_and_spec_rslt_rows
148: (
149: p_sample IN GMD_SAMPLES%ROWTYPE
150: , p_migration IN VARCHAR2 DEFAULT NULL
151: , x_event_spec_disp OUT NOCOPY GMD_EVENT_SPEC_DISP%ROWTYPE
152: , x_sample_spec_disp OUT NOCOPY GMD_SAMPLE_SPEC_DISP%ROWTYPE
153: , x_results_tab OUT NOCOPY GMD_API_PUB.gmd_results_tab

Line 202: p_sample IN GMD_SAMPLES%ROWTYPE

198:
199:
200: PROCEDURE add_tests_to_sample
201: (
202: p_sample IN GMD_SAMPLES%ROWTYPE
203: , p_test_ids IN GMD_API_PUB.number_tab
204: , p_event_spec_disp_id IN NUMBER
205: , x_results_tab OUT NOCOPY GMD_API_PUB.gmd_results_tab
206: , x_spec_results_tab OUT NOCOPY GMD_API_PUB.gmd_spec_results_tab

Line 448: , p_sample_id IN gmd_samples.sample_id%TYPE

444:
445:
446: PROCEDURE update_exptest_value_null
447: (p_exp_ref_test_id IN gmd_qc_tests_b.test_id%TYPE
448: , p_sample_id IN gmd_samples.sample_id%TYPE
449: , p_event_spec_disp_id IN gmd_sample_spec_disp.event_spec_disp_id%TYPE
450: , x_return_status OUT NOCOPY VARCHAR2
451: );
452: