DBA Data[Home] [Help]

APPS.GMD_SAMPLES_PUB dependencies on GMD_RESULTS_GRP

Line 725: GMD_RESULTS_GRP.create_rslt_and_spec_rslt_rows(

721: -- if a planned sample was created using public layer api and queried in forms application,
722: -- it was not querying the record. Error message was shown with no rows in gmd_sample_spec_disp
723: -- removed the below if condition for planned samples. Need to create event spec dispositions rows.
724: --IF l_qc_samples_out_rec.sample_disposition <> '0PL' THEN
725: GMD_RESULTS_GRP.create_rslt_and_spec_rslt_rows(
726: p_sample => l_qc_samples_out_rec,
727: p_migration => 'N',
728: x_sample_spec_disp => l_sample_spec_disp,
729: x_event_spec_disp => l_event_spec_disp_rec,