DBA Data[Home] [Help]

APPS.GMD_RESULTS_GRP dependencies on GMD_SAMPLES

Line 140: p_sample IN GMD_SAMPLES%ROWTYPE

136: INDEX BY BINARY_INTEGER;
137:
138: PROCEDURE create_rslt_and_spec_rslt_rows
139: (
140: p_sample IN GMD_SAMPLES%ROWTYPE
141: , p_migration IN VARCHAR2 DEFAULT NULL
142: , x_event_spec_disp OUT NOCOPY GMD_EVENT_SPEC_DISP%ROWTYPE
143: , x_sample_spec_disp OUT NOCOPY GMD_SAMPLE_SPEC_DISP%ROWTYPE
144: , x_results_tab OUT NOCOPY GMD_API_PUB.gmd_results_tab

Line 193: p_sample IN GMD_SAMPLES%ROWTYPE

189:
190:
191: PROCEDURE add_tests_to_sample
192: (
193: p_sample IN GMD_SAMPLES%ROWTYPE
194: , p_test_ids IN GMD_API_PUB.number_tab
195: , p_event_spec_disp_id IN NUMBER
196: , x_results_tab OUT NOCOPY GMD_API_PUB.gmd_results_tab
197: , x_spec_results_tab OUT NOCOPY GMD_API_PUB.gmd_spec_results_tab

Line 438: , p_sample_id IN gmd_samples.sample_id%TYPE

434:
435:
436: PROCEDURE update_exptest_value_null
437: (p_exp_ref_test_id IN gmd_qc_tests_b.test_id%TYPE
438: , p_sample_id IN gmd_samples.sample_id%TYPE
439: , p_event_spec_disp_id IN gmd_sample_spec_disp.event_spec_disp_id%TYPE
440: , x_return_status OUT NOCOPY VARCHAR2
441: );
442: