DBA Data[Home] [Help]

APPS.GMD_SS_WFLOW_GRP dependencies on GMD_QUALITY_PARAMETERS_GRP

Line 581: GMD_QUALITY_PARAMETERS_GRP.get_next_sample_no(p_organization_id => ss_rec.organization_id); --INVCONV

577: commit; */
578: /* Check if spec vr exists for TP for ss_id, variant_id, time_point_id,
579: -- if not, create the spec vr */
580: p_sample.sample_no :=
581: GMD_QUALITY_PARAMETERS_GRP.get_next_sample_no(p_organization_id => ss_rec.organization_id); --INVCONV
582: /* insert into bfs_msg
583: values
584: (' sample_no = ' || p_sample.sample_no );
585: commit; */

Line 669: GMD_QUALITY_PARAMETERS_GRP.get_next_sample_no(p_organization_id => ss_rec.organization_id); --INVCONV

665: --p_sample_spec_disp.disposition := '1P';
666: p_sample_spec_disp.disposition := '0RT';
667: FOR smp_cnt in 1..var_rec.retained_samples LOOP
668: p_sample.sample_no :=
669: GMD_QUALITY_PARAMETERS_GRP.get_next_sample_no(p_organization_id => ss_rec.organization_id); --INVCONV
670:
671: /* insert into bfs_msg
672: values
673: (' sample_no = ' || p_sample.sample_no );