DBA Data[Home] [Help]

APPS.GMD_SS_WFLOW_GRP dependencies on GMD_SAMPLES_PVT

Line 488: IF not GMD_SAMPLES_PVT.insert_row (

484: l_msg := fnd_message.get;
485:
486: p_sample.sample_desc := l_msg;
487: p_sample.sample_instance := smp_cnt;
488: IF not GMD_SAMPLES_PVT.insert_row (
489: p_sample,
490: x_sample ) THEN
491: raise fnd_api.g_exc_error;
492: END IF;

Line 593: IF not GMD_SAMPLES_PVT.insert_row (

589: fnd_message.set_token('TIMEPOINT', tp_cnt);
590: l_msg := fnd_message.get;
591: p_sample.sample_desc := l_msg;
592: p_sample.sample_instance := tp_cnt;
593: IF not GMD_SAMPLES_PVT.insert_row (
594: p_sample,
595: x_sample ) THEN
596: raise fnd_api.g_exc_error;
597: END IF;

Line 687: IF not GMD_SAMPLES_PVT.insert_row (

683: p_sample.sample_instance := smp_cnt;
684:
685: p_sample.time_point_id := NULL; --Bug#3583257
686:
687: IF not GMD_SAMPLES_PVT.insert_row (
688: p_sample,
689: x_sample ) THEN
690: raise fnd_api.g_exc_error;
691: END IF;