DBA Data[Home] [Help]

APPS.GMD_SS_WFLOW_GRP dependencies on GMD_SAMPLING_EVENTS_PVT

Line 163: IF not GMD_SAMPLING_EVENTS_PVT.insert_row (

159: p_event_spec_disp.creation_date := sysdate;
160: p_event_spec_disp.created_by := ss_rec.created_by;
161: p_event_spec_disp.last_update_date := sysdate;
162: p_event_spec_disp.last_updated_by := ss_rec.created_by;
163: IF not GMD_SAMPLING_EVENTS_PVT.insert_row (
164: p_sampling_event,
165: x_sampling_event ) THEN
166: raise fnd_api.g_exc_error;
167: END IF;

Line 438: IF not GMD_SAMPLING_EVENTS_PVT.insert_row (

434: p_sampling_event.sample_req_cnt :=
435: var_rec.retained_samples;
436: --p_sampling_event.sample_active_cnt := var_rec.retained_samples;
437: p_sampling_event.sample_active_cnt := 0;
438: IF not GMD_SAMPLING_EVENTS_PVT.insert_row (
439: p_sampling_event,
440: x_sampling_event ) THEN
441: raise fnd_api.g_exc_error;
442: END IF;

Line 533: IF not GMD_SAMPLING_EVENTS_PVT.insert_row (

529: p_sampling_event.time_point_id :=
530: tp_rec.time_point_id;
531: p_sample.time_point_id := tp_rec.time_point_id;
532:
533: IF not GMD_SAMPLING_EVENTS_PVT.insert_row (
534: p_sampling_event,
535: x_sampling_event ) THEN
536: raise fnd_api.g_exc_error;
537: END IF;

Line 631: IF not GMD_SAMPLING_EVENTS_PVT.insert_row (

627:
628: --Bug#3583257
629: p_sampling_event.time_point_id := NULL;
630:
631: IF not GMD_SAMPLING_EVENTS_PVT.insert_row (
632: p_sampling_event,
633: x_sampling_event ) THEN
634: raise fnd_api.g_exc_error;
635: END IF;