DBA Data[Home] [Help]

APPS.GMD_SS_WFLOW_GRP dependencies on GMD_SAMPLES

Line 214: p_sample GMD_SAMPLES%ROWTYPE;

210: IS
211: l_status number;
212: l_spec_vr_id number;
213: l_msg varchar2(100);
214: p_sample GMD_SAMPLES%ROWTYPE;
215: x_sample GMD_SAMPLES%ROWTYPE;
216: p_sampling_event GMD_SAMPLING_EVENTS%ROWTYPE;
217: x_sampling_event GMD_SAMPLING_EVENTS%ROWTYPE;
218: p_event_spec_disp GMD_EVENT_SPEC_DISP%ROWTYPE;

Line 215: x_sample GMD_SAMPLES%ROWTYPE;

211: l_status number;
212: l_spec_vr_id number;
213: l_msg varchar2(100);
214: p_sample GMD_SAMPLES%ROWTYPE;
215: x_sample GMD_SAMPLES%ROWTYPE;
216: p_sampling_event GMD_SAMPLING_EVENTS%ROWTYPE;
217: x_sampling_event GMD_SAMPLING_EVENTS%ROWTYPE;
218: p_event_spec_disp GMD_EVENT_SPEC_DISP%ROWTYPE;
219: x_event_spec_disp GMD_EVENT_SPEC_DISP%ROWTYPE;

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;