DBA Data[Home] [Help]

APPS.GMD_SAMPLES_PUB dependencies on GMD_RESULTS_GRP

Line 809: GMD_RESULTS_GRP.create_rslt_and_spec_rslt_rows(

805: -- if a planned sample was created using public layer api and queried in forms application,
806: -- it was not querying the record. Error message was shown with no rows in gmd_sample_spec_disp
807: -- removed the below if condition for planned samples. Need to create event spec dispositions rows.
808: --IF l_qc_samples_out_rec.sample_disposition <> '0PL' THEN
809: GMD_RESULTS_GRP.create_rslt_and_spec_rslt_rows(
810: p_sample => l_qc_samples_out_rec,
811: p_migration => 'N',
812: x_sample_spec_disp => l_sample_spec_disp,
813: x_event_spec_disp => l_event_spec_disp_rec,